diff --git a/custom_components/stateful_scenes/const.py b/custom_components/stateful_scenes/const.py index 5e0d8e8..5dee1fb 100644 --- a/custom_components/stateful_scenes/const.py +++ b/custom_components/stateful_scenes/const.py @@ -25,6 +25,7 @@ "cover": {"current_position"}, "media_player": {"volume_level", "source"}, "fan": {"direction", "oscillating", "percentage"}, + "climate": {"system_mode", "temperature"} } DEVICE_INFO_MANUFACTURER = "Stateful Scenes"