Home Assistant integration to mix multiple lights of various color temperatures into a single light
GNU General Public License v3.0
13
stars
2
forks
source link
light don't change color or brightness with template automation #13
Open
Rehbinski opened 4 months ago
System Health details
System Information
Home Assistant Community Store
GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 5000 Installed Version | 1.34.0 Stage | running Available Repositories | 1391 Downloaded Repositories | 33 HACS Data | okHome Assistant Cloud
logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | okHome Assistant Supervisor
host_os | Home Assistant OS 12.4 -- | -- update_channel | stable supervisor_version | supervisor-2024.06.2 agent_version | 1.6.0 docker_version | 26.1.4 disk_total | 27.5 GB disk_used | 7.4 GB healthy | true supported | true host_connectivity | true supervisor_connectivity | true ntp_synchronized | true virtualization | board | rpi3-64 supervisor_api | ok version_api | ok installed_addons | Advanced SSH & Web Terminal (18.0.0), Home Assistant Google Drive Backup (0.112.1), Samba share (12.3.1), File editor (5.8.0), Zigbee2MQTT (1.39.0-1), Mosquitto broker (6.4.1), Let's Encrypt (5.0.22)Dashboards
dashboards | 5 -- | -- resources | 20 views | 17 mode | storageRecorder
oldest_recorder_run | 2. Juli 2024 um 05:01 -- | -- current_recorder_run | 12. Juli 2024 um 09:26 estimated_db_size | 602.22 MiB database_engine | sqlite database_version | 3.45.3Checklist
Describe the issue
Brightness and color don't, with a template automation.
service: light.turn_on data: brightness_pct: {{ state_attr('switch.adaptive_lighting_test_2', 'brightness_pct') | int }} kelvin: {{ state_attr('switch.adaptive_lighting_test_2', 'color_temp_kelvin') | int }} target: entity_id: light.testlicht
Reproduction steps
Debug logs
Diagnostics dump
No response