diff --git a/config/lovelace/advanced_dashboard/10_system.yaml b/config/lovelace/advanced_dashboard/10_system.yaml index 76a4e05..a161c46 100644 --- a/config/lovelace/advanced_dashboard/10_system.yaml +++ b/config/lovelace/advanced_dashboard/10_system.yaml @@ -235,8 +235,8 @@ cards: - automation.wallmote_living_room_1_hold_dim_lights - automation.wallmote_living_room_2_tap_toggle_music - automation.wallmote_living_room_2_hold_play_music - - automation.wallmote_living_room_3_tap_volume_down - - automation.wallmote_living_room_3_hold_volume_up + - automation.wallmote_living_room_3_tap_toggle_main_lights + - automation.wallmote_living_room_3_hold_toggle_ambient_lights - automation.wallmote_living_room_4_hold_toggle_titanium - type: divider diff --git a/config/packages/devices/living_room/wallmote.yaml b/config/packages/devices/living_room/wallmote.yaml index 0271db1..1223c12 100644 --- a/config/packages/devices/living_room/wallmote.yaml +++ b/config/packages/devices/living_room/wallmote.yaml @@ -66,7 +66,7 @@ automation: action: - service: script.music_play - - alias: Wallmote · Living room · 3 · Tap · Volume down + - alias: Wallmote · Living room · 3 · Tap · Toggle Main lights trigger: platform: event event_type: zwave.scene_activated @@ -76,10 +76,10 @@ automation: scene_id: 3 scene_data: 0 action: - - service: media_player.volume_down - entity_id: media_player.living_room + - service: light.toggle + entity_id: light.living_room_main - - alias: Wallmote · Living room · 3 · Hold · Volume up + - alias: Wallmote · Living room · 3 · Hold · Toggle Ambient lights trigger: platform: event event_type: zwave.scene_activated @@ -89,8 +89,8 @@ automation: scene_id: 3 scene_data: 1 action: - - service: media_player.volume_up - entity_id: media_player.living_room + - service: light.toggle + entity_id: light.living_room_ambient - alias: Wallmote · Living room · 4 · Hold · Toggle Titanium trigger: