Skip to content

Commit

Permalink
fixup! Update deprecated yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 23, 2024
1 parent c701967 commit 43fbb6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dashboards/cards/climate-overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cards:
label: Climate Preset
tap_action:
action: perform-action
perform-action: script.apply_scheduled_climate_preset
perform_action: script.apply_scheduled_climate_preset

- <<: *climate_button_card_defaults
entity: sensor.manual_climates_count
Expand All @@ -35,7 +35,7 @@ cards:
[[[ return states['sensor.manual_climates_count'].state + ' in manual mode'; ]]]
tap_action:
action: perform-action
perform-action: script.restore_climate_auto_mode
perform_action: script.restore_climate_auto_mode

- type: entities
card_mod:
Expand All @@ -61,4 +61,4 @@ cards:
- place-self: center start
tap_action:
action: perform-action
perform-action: script.apply_climate_override
perform_action: script.apply_climate_override
6 changes: 3 additions & 3 deletions dashboards/cards/quick-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cards:
name: Ambiance
tap_action:
action: perform-action
perform-action: script.turn_on
perform_action: script.turn_on
service_data:
entity_id: script.evening_ambiance
hold_action:
Expand All @@ -41,7 +41,7 @@ cards:
entity: script.bedtime
tap_action:
action: perform-action
perform-action: script.turn_on
perform_action: script.turn_on
service_data:
entity_id: script.bedtime
hold_action:
Expand All @@ -50,7 +50,7 @@ cards:
entity: script.everything_off
tap_action:
action: perform-action
perform-action: script.turn_on
perform_action: script.turn_on
service_data:
entity_id: script.everything_off
hold_action:
Expand Down
2 changes: 1 addition & 1 deletion dashboards/views/media-details.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
name: Send
tap_action:
action: perform-action
perform-action: script.turn_on
perform_action: script.turn_on
service_data:
entity_id: script.broadcast_manual_message

Expand Down

0 comments on commit 43fbb6e

Please sign in to comment.