You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger: homeassistant.components.sensor
Source: helpers/entity_platform.py:366
integration: Sensor (documentation, issues)
First occurred: 17:13:27 (1 occurrences)
Last logged: 17:13:27
Error while setting up sleep_as_android platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/sleep_as_android/sensor.py", line 50, in async_setup_entry
await instance.subscribe_root_topic(async_add_entities)
File "/config/custom_components/sleep_as_android/__init__.py", line 292, in subscribe_root_topic
self._subscription_state = await subscribe_2022_03(
^^^^^^^^^^^^^^^^^^^^^^^^
...<3 lines>...
)
^
File "/config/custom_components/sleep_as_android/__init__.py", line 262, in subscribe_2022_03
result = subscription.async_prepare_subscribe_topics(
hass=_hass,
new_state=_state,
topics=_topic,
)
TypeError: async_prepare_subscribe_topics() got an unexpected keyword argument 'new_state'. Did you mean 'sub_state'?
What version of Home Assistant Core has the issue?
2024.12.b3
What was the last working version of Home Assistant Core?
2024.12.b2
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Sleep as android
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Logger: homeassistant.components.sensor
Source: helpers/entity_platform.py:366
integration: Sensor (documentation, issues)
First occurred: 17:13:27 (1 occurrences)
Last logged: 17:13:27
Error while setting up sleep_as_android platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/sleep_as_android/sensor.py", line 50, in async_setup_entry
await instance.subscribe_root_topic(async_add_entities)
File "/config/custom_components/sleep_as_android/__init__.py", line 292, in subscribe_root_topic
self._subscription_state = await subscribe_2022_03(
^^^^^^^^^^^^^^^^^^^^^^^^
...<3 lines>...
)
^
File "/config/custom_components/sleep_as_android/__init__.py", line 262, in subscribe_2022_03
result = subscription.async_prepare_subscribe_topics(
hass=_hass,
new_state=_state,
topics=_topic,
)
TypeError: async_prepare_subscribe_topics() got an unexpected keyword argument 'new_state'. Did you mean 'sub_state'?
Additional information
No response
The text was updated successfully, but these errors were encountered:
sparkydave1981
changed the title
Fails to load on HA 2024.12b3
Sleep As Android Fails to load on HA 2024.12b3
Dec 2, 2024
The problem
Error in log:
What version of Home Assistant Core has the issue?
2024.12.b3
What was the last working version of Home Assistant Core?
2024.12.b2
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Sleep as android
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: