Skip to content

Commit

Permalink
Fixing example (home-assistant#7958)
Browse files Browse the repository at this point in the history
Example had the wrong indenting for the tap action
  • Loading branch information
DubhAd authored and fabaff committed Dec 27, 2018
1 parent 1cfc7ee commit a5e8f79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/_lovelace/picture-elements.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a5e8f79

Please sign in to comment.