homeassistant-stubs 2025.2.0b0__py3-none-any.whl → 2025.2.0b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- homeassistant-stubs/components/backup/__init__.pyi +2 -2
- {homeassistant_stubs-2025.2.0b0.dist-info → homeassistant_stubs-2025.2.0b1.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2025.2.0b0.dist-info → homeassistant_stubs-2025.2.0b1.dist-info}/RECORD +5 -5
- {homeassistant_stubs-2025.2.0b0.dist-info → homeassistant_stubs-2025.2.0b1.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2025.2.0b0.dist-info → homeassistant_stubs-2025.2.0b1.dist-info}/licenses/LICENSE +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
from .agent import BackupAgent as BackupAgent, BackupAgentError as BackupAgentError, BackupAgentPlatformProtocol as BackupAgentPlatformProtocol, LocalBackupAgent as LocalBackupAgent
|
2
|
-
from .manager import BackupManager, BackupManagerError as BackupManagerError, BackupPlatformProtocol as BackupPlatformProtocol, BackupReaderWriter as BackupReaderWriter, BackupReaderWriterError as BackupReaderWriterError, CreateBackupEvent as CreateBackupEvent, IdleEvent as IdleEvent, IncorrectPasswordError as IncorrectPasswordError, ManagerBackup as ManagerBackup, NewBackup as NewBackup, RestoreBackupEvent as RestoreBackupEvent, WrittenBackup as WrittenBackup
|
2
|
+
from .manager import BackupManager, BackupManagerError as BackupManagerError, BackupPlatformProtocol as BackupPlatformProtocol, BackupReaderWriter as BackupReaderWriter, BackupReaderWriterError as BackupReaderWriterError, CreateBackupEvent as CreateBackupEvent, IdleEvent as IdleEvent, IncorrectPasswordError as IncorrectPasswordError, ManagerBackup as ManagerBackup, NewBackup as NewBackup, RestoreBackupEvent as RestoreBackupEvent, RestoreBackupState as RestoreBackupState, WrittenBackup as WrittenBackup
|
3
3
|
from .models import AddonInfo as AddonInfo, AgentBackup as AgentBackup, Folder as Folder
|
4
4
|
from homeassistant.core import HomeAssistant, callback
|
5
5
|
|
6
|
-
__all__ = ['AddonInfo', 'AgentBackup', 'BackupAgent', 'BackupAgentError', 'BackupAgentPlatformProtocol', 'BackupManagerError', 'BackupPlatformProtocol', 'BackupReaderWriter', 'BackupReaderWriterError', 'CreateBackupEvent', 'Folder', 'IdleEvent', 'IncorrectPasswordError', 'LocalBackupAgent', 'ManagerBackup', 'NewBackup', 'RestoreBackupEvent', 'WrittenBackup', 'async_get_manager']
|
6
|
+
__all__ = ['AddonInfo', 'AgentBackup', 'BackupAgent', 'BackupAgentError', 'BackupAgentPlatformProtocol', 'BackupManagerError', 'BackupPlatformProtocol', 'BackupReaderWriter', 'BackupReaderWriterError', 'CreateBackupEvent', 'Folder', 'IdleEvent', 'IncorrectPasswordError', 'LocalBackupAgent', 'ManagerBackup', 'NewBackup', 'RestoreBackupEvent', 'RestoreBackupState', 'WrittenBackup', 'async_get_manager']
|
7
7
|
|
8
8
|
@callback
|
9
9
|
def async_get_manager(hass: HomeAssistant) -> BackupManager: ...
|
{homeassistant_stubs-2025.2.0b0.dist-info → homeassistant_stubs-2025.2.0b1.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2025.2.
|
3
|
+
Version: 2025.2.0b1
|
4
4
|
Summary: PEP 484 typing stubs for Home Assistant Core
|
5
5
|
Project-URL: Homepage, https://github.com/KapJI/homeassistant-stubs
|
6
6
|
Project-URL: Bug Tracker, https://github.com/KapJI/homeassistant-stubs/issues
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Home Automation
|
|
18
18
|
Classifier: Topic :: Software Development
|
19
19
|
Classifier: Typing :: Typed
|
20
20
|
Requires-Python: <3.14,>=3.13
|
21
|
-
Requires-Dist: homeassistant==2025.2.
|
21
|
+
Requires-Dist: homeassistant==2025.2.0b1
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
{homeassistant_stubs-2025.2.0b0.dist-info → homeassistant_stubs-2025.2.0b1.dist-info}/RECORD
RENAMED
@@ -411,7 +411,7 @@ homeassistant-stubs/components/axis/hub/config.pyi,sha256=XdvjJsdRPVG1rx8AXEwsCG
|
|
411
411
|
homeassistant-stubs/components/axis/hub/entity_loader.pyi,sha256=XgpSlOIFJ1kZM4w9d53MqdtK3xgZxnlQRYOw0BIvIwE,971
|
412
412
|
homeassistant-stubs/components/axis/hub/event_source.pyi,sha256=2MWGaVgI5mHf_gEO1ds6qaZYNx5vD5xMINhcjbBJK1o,1182
|
413
413
|
homeassistant-stubs/components/axis/hub/hub.pyi,sha256=mulaCc4i9ZIxA8la7aIObtE4AJtjQBsKzr61mj_CMqU,1544
|
414
|
-
homeassistant-stubs/components/backup/__init__.pyi,sha256=
|
414
|
+
homeassistant-stubs/components/backup/__init__.pyi,sha256=IV8yiUhMPagJ6I-IWKK1kTTMgQa004J33IPkIH3kcBQ,1314
|
415
415
|
homeassistant-stubs/components/backup/agent.pyi,sha256=i1Geh-xIGSJYIIbEf-axYwiioaTxTby4jZGjk5pXRsU,1753
|
416
416
|
homeassistant-stubs/components/backup/backup.pyi,sha256=4MTrHJFgFMv8i00HnkqejfgfSL_Yfg1hXypHPz_yYMQ,1567
|
417
417
|
homeassistant-stubs/components/backup/config.pyi,sha256=byGi--EOmOm2ZwyygMm5AjFgyyM16GaCjwMVke3rF_I,5520
|
@@ -4018,7 +4018,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
4018
4018
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
4019
4019
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=9MJS3AZNCemqAEU41KVJox1f16OceP64SNXE1-Z37kU,4117
|
4020
4020
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=EmJiT8WnVUHa5dkbYzXtWzu5mhO1YG5bBnEAIF0XLAU,665
|
4021
|
-
homeassistant_stubs-2025.2.
|
4022
|
-
homeassistant_stubs-2025.2.
|
4023
|
-
homeassistant_stubs-2025.2.
|
4024
|
-
homeassistant_stubs-2025.2.
|
4021
|
+
homeassistant_stubs-2025.2.0b1.dist-info/METADATA,sha256=_BdZMchV8e7iRt67WVHM9m_zlRGoTnqCcWwufe5E21k,2956
|
4022
|
+
homeassistant_stubs-2025.2.0b1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4023
|
+
homeassistant_stubs-2025.2.0b1.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
4024
|
+
homeassistant_stubs-2025.2.0b1.dist-info/RECORD,,
|
File without changes
|
File without changes
|