homeassistant-stubs 2025.4.2__py3-none-any.whl → 2025.4.3__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.
@@ -23,6 +23,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: AppleTvConfigEntr
23
23
  class AppleTvMediaPlayer(AppleTVEntity, MediaPlayerEntity, PowerListener, AudioListener, PushListener):
24
24
  _attr_supported_features = SUPPORT_APPLE_TV
25
25
  _playing: Playing | None
26
+ _playing_last_updated: datetime | None
26
27
  _app_list: dict[str, str]
27
28
  def __init__(self, name: str, identifier: str, manager: AppleTVManager) -> None: ...
28
29
  @callback
@@ -11,7 +11,7 @@ LANGUAGE: Incomplete
11
11
  OPTIONS_SCHEMA: Incomplete
12
12
  _LOGGER: Incomplete
13
13
 
14
- def _get_data_schema(hass: HomeAssistant) -> vol.Schema: ...
14
+ async def _get_data_schema(hass: HomeAssistant) -> vol.Schema: ...
15
15
 
16
16
  class JewishCalendarConfigFlow(ConfigFlow, domain=DOMAIN):
17
17
  VERSION: int
@@ -24,6 +24,7 @@ LLM_API_ASSIST: str
24
24
  BASE_PROMPT: str
25
25
  DEFAULT_INSTRUCTIONS_PROMPT: str
26
26
  NO_ENTITIES_PROMPT: str
27
+ DYNAMIC_CONTEXT_PROMPT: str
27
28
 
28
29
  @callback
29
30
  def async_render_no_api_prompt(hass: HomeAssistant) -> str: ...
@@ -119,7 +120,7 @@ class CalendarGetEventsTool(Tool):
119
120
  def __init__(self, calendars: list[str]) -> None: ...
120
121
  async def async_call(self, hass: HomeAssistant, tool_input: ToolInput, llm_context: LLMContext) -> JsonObjectType: ...
121
122
 
122
- class GetHomeStateTool(Tool):
123
+ class GetLiveContextTool(Tool):
123
124
  name: str
124
125
  description: str
125
126
  async def async_call(self, hass: HomeAssistant, tool_input: ToolInput, llm_context: LLMContext) -> JsonObjectType: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: homeassistant-stubs
3
- Version: 2025.4.2
3
+ Version: 2025.4.3
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.4.2
21
+ Requires-Dist: homeassistant==2025.4.3
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  [![CI](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml/badge.svg)](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
@@ -304,7 +304,7 @@ homeassistant-stubs/components/apple_tv/browse_media.pyi,sha256=wA0bxIf0TNUyrdHF
304
304
  homeassistant-stubs/components/apple_tv/config_flow.pyi,sha256=XjV5zw5xn0Se3SB9TfmNNq8T4lqemRNo-tx6sChtViQ,4411
305
305
  homeassistant-stubs/components/apple_tv/const.pyi,sha256=AEiFcwbRcnL22I9XkoOoeiC8xmWR0VmKl76dLWiMkcE,123
306
306
  homeassistant-stubs/components/apple_tv/entity.pyi,sha256=rYgEUhRyIIF8L3jvaZpYzU8oJzYjzo3SPONATusb8Rc,1045
307
- homeassistant-stubs/components/apple_tv/media_player.pyi,sha256=3B9KGaX9GNZCtVAjFyLo0aUbWZbWUwMDV4sCPuq66IE,4901
307
+ homeassistant-stubs/components/apple_tv/media_player.pyi,sha256=TfM22CXOkFR49zKMdHhbNeyApN72ZmclcuZGXBgstCE,4944
308
308
  homeassistant-stubs/components/apple_tv/remote.pyi,sha256=6BCukaNry-7moUjSqL0dD5i8RoNIBvM7di5mBwSbEZw,1233
309
309
  homeassistant-stubs/components/apprise/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
310
310
  homeassistant-stubs/components/apprise/notify.pyi,sha256=--V4QxtEc1DE4EyhpGx7qHmjyFV5hmRzwDI1EuGUVfA,914
@@ -1763,7 +1763,7 @@ homeassistant-stubs/components/jellyfin/remote.pyi,sha256=NtAVG_xLQEnNh5Rm2jei8G
1763
1763
  homeassistant-stubs/components/jellyfin/sensor.pyi,sha256=UkROwLGJbV4rCBzHdtdC7P093HLxz6EK2iFoXZzNMGo,1477
1764
1764
  homeassistant-stubs/components/jewish_calendar/__init__.pyi,sha256=Rmwa_6nnthRQTS-YAFnVgmoporEf2NIzMkyCRS5pSQc,1423
1765
1765
  homeassistant-stubs/components/jewish_calendar/binary_sensor.pyi,sha256=DnvJaRXU9vH5dNOpC9hmsP2Eock8wYMj1pKmRUua8a8,1895
1766
- homeassistant-stubs/components/jewish_calendar/config_flow.pyi,sha256=vjvCL8LXN99J-nmMphI_R6xLGIljQ8tHesSOjjWoiy8,1903
1766
+ homeassistant-stubs/components/jewish_calendar/config_flow.pyi,sha256=KtW9N-31ypRDgU_svBONfv2ejneIr1PYxoJCYYIhLdU,1909
1767
1767
  homeassistant-stubs/components/jewish_calendar/const.pyi,sha256=gUBPR54KNzQXUW2PpgPfFj13sK5DBWIPYmPj1vPHxc0,278
1768
1768
  homeassistant-stubs/components/jewish_calendar/entity.pyi,sha256=O7_a56AQUVlpD_5bS2H-OzwOfnFussCVm2SsNhEWpgE,1124
1769
1769
  homeassistant-stubs/components/jewish_calendar/sensor.pyi,sha256=R8PUorXmHNJogiPkkkDofjZ69oo7WiMsYUEdKHPD91o,1870
@@ -4053,7 +4053,7 @@ homeassistant-stubs/helpers/intent.pyi,sha256=WSscFXJO0pqm1GZMgEWNvK4SQyqVlmhBeC
4053
4053
  homeassistant-stubs/helpers/issue_registry.pyi,sha256=x5EWMHDci2qKI78inC6nbOaMqpJCnp2v6a5ixZ4uYxI,4054
4054
4054
  homeassistant-stubs/helpers/json.pyi,sha256=PIxBwZx71qJb_-DKqyVJJoLeU4q8XlT2ODHt9eeL33Q,1798
4055
4055
  homeassistant-stubs/helpers/label_registry.pyi,sha256=uMXIYvaAzudKQS-rgL25Dz48b32hDru7lAmhcPhHAig,3163
4056
- homeassistant-stubs/helpers/llm.pyi,sha256=xa5U0nkx9WBs803wRimuNLXMuVjxwrox5FPtsJsnyLI,5393
4056
+ homeassistant-stubs/helpers/llm.pyi,sha256=IXobtJSIUDt7xQwnBPAC_TvUZgDrUy-GZt4T4vgUw3E,5423
4057
4057
  homeassistant-stubs/helpers/location.pyi,sha256=ynZlBZv3LuyphX4B28y2n2V4IHtJ6ETkUnqOlSYM1FM,655
4058
4058
  homeassistant-stubs/helpers/network.pyi,sha256=-pTFXkYDO0c0R10kisJ6hL6QTJZSODwpfuWReVXoSbg,1882
4059
4059
  homeassistant-stubs/helpers/normalized_name_base_registry.pyi,sha256=XEipwDH7JmF_zR43UN86VP04YW4wO4He3jTHRRA0AII,1004
@@ -4140,7 +4140,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=vaIsOJB6hkwj7GLyo3YCNZCTwVgvvODy
4140
4140
  homeassistant-stubs/util/yaml/input.pyi,sha256=j_ejvjaXDxeNYtA4hb9tNUPsQdi7wogbmTQXsqmt5xo,253
4141
4141
  homeassistant-stubs/util/yaml/loader.pyi,sha256=cgUew76NjS7Q1Aml5sLBE2DB9JGrJS2fE-EDE92p-og,805
4142
4142
  homeassistant-stubs/util/yaml/objects.pyi,sha256=Ynjx0JaWF3u82Pj8aXO-YeqrkzNO8t-Nn7G7rr_X-oI,206
4143
- homeassistant_stubs-2025.4.2.dist-info/METADATA,sha256=4lK667FdI_bSkBPJEwE7az0M4CFVPdDAgVUy77uscPU,2952
4144
- homeassistant_stubs-2025.4.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4145
- homeassistant_stubs-2025.4.2.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
4146
- homeassistant_stubs-2025.4.2.dist-info/RECORD,,
4143
+ homeassistant_stubs-2025.4.3.dist-info/METADATA,sha256=baXEpYIZrOZ6jPB6mynbcYS8Vxun4QbZZr8_MVRY8dI,2952
4144
+ homeassistant_stubs-2025.4.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4145
+ homeassistant_stubs-2025.4.3.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
4146
+ homeassistant_stubs-2025.4.3.dist-info/RECORD,,