mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fixing example (#7958)
Example had the wrong indenting for the tap action
This commit is contained in:
parent
1cfc7eefd2
commit
a5e8f79a74
@ -537,9 +537,9 @@ hold_action:
|
||||
entity: media_player.living_room
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: media_player.media_play_pause
|
||||
service_data:
|
||||
entity_id: media_player.living_room
|
||||
service: media_player.media_play_pause
|
||||
service_data:
|
||||
entity_id: media_player.living_room
|
||||
image: /local/television.jpg
|
||||
filter: brightness(5%)
|
||||
state_filter:
|
||||
|
Loading…
x
Reference in New Issue
Block a user