Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/_dashboards/button.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ show_state: false
tap_action:
action: call-service
service: script.turn_on
service_data:
data:
entity_id: script.turn_off_lights
```

Expand Down
2 changes: 1 addition & 1 deletion source/_dashboards/entities.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ entities:
tap_action:
action: call-service
service: light.toggle
service_data:
data:
entity_id: light.bed_light
transition: 10
- type: divider
Expand Down
10 changes: 5 additions & 5 deletions source/_dashboards/picture-elements.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ tap_action:
description: "Service to call (e.g., `media_player.media_play_pause`) when `action` defined as `call-service`."
type: string
default: none
service_data:
data:
required: false
description: "Service data to include (e.g., `entity_id: media_player.bedroom`) when `action` defined as `call-service`."
type: string
Expand Down Expand Up @@ -254,7 +254,7 @@ service:
required: true
description: "`light.turn_on`"
type: string
service_data:
data:
required: false
description: The service data to use.
type: map
Expand Down Expand Up @@ -476,7 +476,7 @@ tap_action:
hold_action:
action: call-service
service: light.turn_on
service_data:
data:
entity_id: light.bed_light
brightness_pct: 100
```
Expand Down Expand Up @@ -521,7 +521,7 @@ elements:
top: 95%
left: 60%
service: homeassistant.turn_off
service_data:
data:
entity_id: group.all_lights
- type: icon
icon: mdi:home
Expand Down Expand Up @@ -570,7 +570,7 @@ elements:
tap_action:
action: call-service
service: media_player.media_play_pause
service_data:
data:
entity_id: media_player.living_room
image: /local/television.jpg
filter: brightness(5%)
Expand Down
2 changes: 1 addition & 1 deletion source/_dashboards/picture-entity.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ camera_view: live
tap_action:
action: call-service
service: camera.snapshot
service_data:
data:
entity_id: camera.backdoor
filename: '/shared/backdoor-{{ now().strftime("%Y-%m-%d-%H%M%S") }}.jpg'
```
Expand Down
2 changes: 1 addition & 1 deletion source/_dashboards/picture.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ image: /local/light.png
tap_action:
action: call-service
service: light.toggle
service_data:
data:
entity_id: light.ceiling_lights
```
20 changes: 10 additions & 10 deletions source/_integrations/amcrest.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ elements:
tap_action:
action: call-service
service: amcrest.ptz_control
service_data:
data:
entity_id: camera.lakehouse
movement: up
- type: icon
Expand All @@ -301,7 +301,7 @@ elements:
tap_action:
action: call-service
service: amcrest.ptz_control
service_data:
data:
entity_id: camera.lakehouse
movement: down
- type: icon
Expand All @@ -313,7 +313,7 @@ elements:
tap_action:
action: call-service
service: amcrest.ptz_control
service_data:
data:
entity_id: camera.lakehouse
movement: left
- type: icon
Expand All @@ -325,7 +325,7 @@ elements:
tap_action:
action: call-service
service: amcrest.ptz_control
service_data:
data:
entity_id: camera.lakehouse
movement: right
- type: icon
Expand All @@ -337,7 +337,7 @@ elements:
tap_action:
action: call-service
service: amcrest.ptz_control
service_data:
data:
entity_id: camera.lakehouse
movement: left_up
- type: icon
Expand All @@ -349,7 +349,7 @@ elements:
tap_action:
action: call-service
service: amcrest.ptz_control
service_data:
data:
entity_id: camera.lakehouse
movement: right_up
- type: icon
Expand All @@ -361,7 +361,7 @@ elements:
tap_action:
action: call-service
service: amcrest.ptz_control
service_data:
data:
entity_id: camera.lakehouse
movement: left_down
- type: icon
Expand All @@ -373,7 +373,7 @@ elements:
tap_action:
action: call-service
service: amcrest.ptz_control
service_data:
data:
entity_id: camera.lakehouse
movement: right_down
- type: icon
Expand All @@ -385,13 +385,13 @@ elements:
tap_action:
action: call-service
service: amcrest.ptz_control
service_data:
data:
entity_id: camera.lakehouse
movement: zoom_in
hold_action:
action: call-service
service: amcrest.ptz_control
service_data:
data:
entity_id: camera.lakehouse
movement: zoom_out
```
Expand Down
16 changes: 8 additions & 8 deletions source/_integrations/foscam.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ elements:
tap_action:
action: call-service
service: foscam.ptz
service_data:
data:
entity_id: camera.bedroom
movement: up
- type: icon
Expand All @@ -82,7 +82,7 @@ elements:
tap_action:
action: call-service
service: foscam.ptz
service_data:
data:
entity_id: camera.bedroom
movement: down
- type: icon
Expand All @@ -94,7 +94,7 @@ elements:
tap_action:
action: call-service
service: foscam.ptz
service_data:
data:
entity_id: camera.bedroom
movement: left
- type: icon
Expand All @@ -106,7 +106,7 @@ elements:
tap_action:
action: call-service
service: foscam.ptz
service_data:
data:
entity_id: camera.bedroom
movement: right
- type: icon
Expand All @@ -118,7 +118,7 @@ elements:
tap_action:
action: call-service
service: foscam.ptz
service_data:
data:
entity_id: camera.bedroom
movement: top_left
- type: icon
Expand All @@ -130,7 +130,7 @@ elements:
tap_action:
action: call-service
service: foscam.ptz
service_data:
data:
entity_id: camera.bedroom
movement: top_right
- type: icon
Expand All @@ -142,7 +142,7 @@ elements:
tap_action:
action: call-service
service: foscam.ptz
service_data:
data:
entity_id: camera.bedroom
movement: bottom_left
- type: icon
Expand All @@ -154,7 +154,7 @@ elements:
tap_action:
action: call-service
service: foscam.ptz
service_data:
data:
entity_id: camera.bedroom
movement: bottom_right
```
Expand Down
8 changes: 4 additions & 4 deletions source/_integrations/motioneye.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -313,31 +313,31 @@ A dashboard card with icons that will call the `action` service to send action c
tap_action:
action: call-service
service: motioneye.action
service_data:
data:
action: left
entity_id: camera.living_room
- entity: camera.living_room
icon: "mdi:arrow-right"
tap_action:
action: call-service
service: motioneye.action
service_data:
data:
action: right
entity_id: camera.living_room
- entity: camera.living_room
icon: "mdi:arrow-up"
tap_action:
action: call-service
service: motioneye.action
service_data:
data:
action: up
entity_id: camera.living_room
- entity: camera.living_room
icon: "mdi:arrow-down"
tap_action:
action: call-service
service: motioneye.action
service_data:
data:
action: down
entity_id: camera.living_room
```
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/onkyo.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ script:
alias: "Hdmi out projector"
sequence:
- service: media_player.onkyo_select_hdmi_output
service_data:
data:
entity_id: media_player.onkyo
hdmi_output: out-sub
```
20 changes: 10 additions & 10 deletions source/_integrations/xbox.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ elements:
- type: service-button
title: ""
service: remote.send_command
service_data:
data:
entity_id: remote.xboxone_remote
command: Up
style:
Expand All @@ -128,7 +128,7 @@ elements:
- type: service-button
title: ""
service: remote.send_command
service_data:
data:
entity_id: remote.xboxone_remote
command: Down
style:
Expand All @@ -140,7 +140,7 @@ elements:
- type: service-button
title: ""
service: remote.send_command
service_data:
data:
entity_id: remote.xboxone_remote
command: Left
style:
Expand All @@ -152,7 +152,7 @@ elements:
- type: service-button
title: ""
service: remote.send_command
service_data:
data:
entity_id: remote.xboxone_remote
command: Right
style:
Expand All @@ -164,7 +164,7 @@ elements:
- type: service-button
title: ""
service: remote.send_command
service_data:
data:
entity_id: remote.xboxone_remote
command: "A"
style:
Expand All @@ -177,7 +177,7 @@ elements:
- type: service-button
title: ""
service: remote.send_command
service_data:
data:
entity_id: remote.xboxone_remote
command: "X"
style:
Expand All @@ -190,7 +190,7 @@ elements:
- type: service-button
title: ""
service: remote.send_command
service_data:
data:
entity_id: remote.xboxone_remote
command: "B"
style:
Expand All @@ -203,7 +203,7 @@ elements:
- type: service-button
title: ""
service: remote.send_command
service_data:
data:
entity_id: remote.xboxone_remote
command: "Y"
style:
Expand All @@ -216,7 +216,7 @@ elements:
- type: service-button
title: ""
service: remote.toggle
service_data:
data:
entity_id: remote.xboxone_remote
style:
top: 80.2%
Expand All @@ -228,7 +228,7 @@ elements:
- type: service-button
title: ""
service: media_player.play_media
service_data:
data:
entity_id: media_player.xboxone
media_content_type: ""
media_content_id: "Home"
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/xiaomi_miio.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ type: entity-button
tap_action:
action: call-service
service: remote.send_command
service_data:
data:
command: activate_towel_heater
entity_id: remote.xiaomi_miio_ir
hold_action:
Expand Down
Loading