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
I have reviewed #825 and PR #826 but I am unable to get the light switches working with HA 2025.1+. I haven't seen anyone report issues with the S505 specifically. All is working as expected within the Tapo app. My current light.py is the same as PR #826.
Debug log
2025-01-16 20:18:16.333 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tapo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-01-16 20:18:16.334 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-01-16 20:18:35.621 INFO (MainThread) [custom_components.tapo.hass_tapo] Detected model of xxx.xxx.xxx.xxx: S505
2025-01-16 20:18:35.833 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.211 seconds (success: True)
2025-01-16 20:18:36.102 INFO (MainThread) [custom_components.tapo.hass_tapo] Detected model of xxx.xxx.xxx.xxx: S505
2025-01-16 20:18:36.264 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 0.162 seconds (success: True)
2025-01-16 20:18:37.902 WARNING (ImportExecutor_0) [homeassistant.components.light] ATTR_COLOR_TEMP was used from tapo, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'tapo' custom integration
2025-01-16 20:18:37.906 WARNING (ImportExecutor_0) [homeassistant.components.light] ATTR_COLOR_TEMP was used from tapo, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'tapo' custom integration
2025-01-16 20:18:38.251 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Hidden' failed to setup actions and has been disabled: Unknown entity 'b7926f6ec7c3705c575524a6b1c3fe48'
2025-01-16 20:18:38.252 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Hidden' failed to setup actions and has been disabled: Unknown entity 'b7926f6ec7c3705c575524a6b1c3fe48'
2025-01-16 20:18:39.571 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 1.640 seconds (success: True)
2025-01-16 20:18:39.613 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 1.679 seconds (success: True)
2025-01-16 20:18:39.742 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 1.807 seconds (success: True)
2025-01-16 20:18:39.882 DEBUG (MainThread) [custom_components.tapo.coordinators] Finished fetching tapo data in 1.949 seconds (success: True)
The text was updated successfully, but these errors were encountered:
Version of the integration
3.1.4
Configuration
S505 Light Switch
Firmware 1.2.2
Hardware 1.0
Describe the bug
I have reviewed #825 and PR #826 but I am unable to get the light switches working with HA 2025.1+. I haven't seen anyone report issues with the S505 specifically. All is working as expected within the Tapo app. My current
light.py
is the same as PR #826.Debug log
The text was updated successfully, but these errors were encountered: