mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
parent
729133149f
commit
feb1ba88e4
@ -254,7 +254,7 @@ service:
|
|||||||
required: true
|
required: true
|
||||||
description: "`light.turn_on`"
|
description: "`light.turn_on`"
|
||||||
type: string
|
type: string
|
||||||
data:
|
service_data:
|
||||||
required: false
|
required: false
|
||||||
description: The service data to use.
|
description: The service data to use.
|
||||||
type: map
|
type: map
|
||||||
@ -521,7 +521,7 @@ elements:
|
|||||||
top: 95%
|
top: 95%
|
||||||
left: 60%
|
left: 60%
|
||||||
service: homeassistant.turn_off
|
service: homeassistant.turn_off
|
||||||
data:
|
service_data:
|
||||||
entity_id: group.all_lights
|
entity_id: group.all_lights
|
||||||
- type: icon
|
- type: icon
|
||||||
icon: mdi:home
|
icon: mdi:home
|
||||||
|
@ -116,7 +116,7 @@ elements:
|
|||||||
- type: service-button
|
- type: service-button
|
||||||
title: ""
|
title: ""
|
||||||
service: remote.send_command
|
service: remote.send_command
|
||||||
data:
|
service_data:
|
||||||
entity_id: remote.xboxone_remote
|
entity_id: remote.xboxone_remote
|
||||||
command: Up
|
command: Up
|
||||||
style:
|
style:
|
||||||
@ -128,7 +128,7 @@ elements:
|
|||||||
- type: service-button
|
- type: service-button
|
||||||
title: ""
|
title: ""
|
||||||
service: remote.send_command
|
service: remote.send_command
|
||||||
data:
|
service_data:
|
||||||
entity_id: remote.xboxone_remote
|
entity_id: remote.xboxone_remote
|
||||||
command: Down
|
command: Down
|
||||||
style:
|
style:
|
||||||
@ -140,7 +140,7 @@ elements:
|
|||||||
- type: service-button
|
- type: service-button
|
||||||
title: ""
|
title: ""
|
||||||
service: remote.send_command
|
service: remote.send_command
|
||||||
data:
|
service_data:
|
||||||
entity_id: remote.xboxone_remote
|
entity_id: remote.xboxone_remote
|
||||||
command: Left
|
command: Left
|
||||||
style:
|
style:
|
||||||
@ -152,7 +152,7 @@ elements:
|
|||||||
- type: service-button
|
- type: service-button
|
||||||
title: ""
|
title: ""
|
||||||
service: remote.send_command
|
service: remote.send_command
|
||||||
data:
|
service_data:
|
||||||
entity_id: remote.xboxone_remote
|
entity_id: remote.xboxone_remote
|
||||||
command: Right
|
command: Right
|
||||||
style:
|
style:
|
||||||
@ -164,7 +164,7 @@ elements:
|
|||||||
- type: service-button
|
- type: service-button
|
||||||
title: ""
|
title: ""
|
||||||
service: remote.send_command
|
service: remote.send_command
|
||||||
data:
|
service_data:
|
||||||
entity_id: remote.xboxone_remote
|
entity_id: remote.xboxone_remote
|
||||||
command: "A"
|
command: "A"
|
||||||
style:
|
style:
|
||||||
@ -177,7 +177,7 @@ elements:
|
|||||||
- type: service-button
|
- type: service-button
|
||||||
title: ""
|
title: ""
|
||||||
service: remote.send_command
|
service: remote.send_command
|
||||||
data:
|
service_data:
|
||||||
entity_id: remote.xboxone_remote
|
entity_id: remote.xboxone_remote
|
||||||
command: "X"
|
command: "X"
|
||||||
style:
|
style:
|
||||||
@ -190,7 +190,7 @@ elements:
|
|||||||
- type: service-button
|
- type: service-button
|
||||||
title: ""
|
title: ""
|
||||||
service: remote.send_command
|
service: remote.send_command
|
||||||
data:
|
service_data:
|
||||||
entity_id: remote.xboxone_remote
|
entity_id: remote.xboxone_remote
|
||||||
command: "B"
|
command: "B"
|
||||||
style:
|
style:
|
||||||
@ -203,7 +203,7 @@ elements:
|
|||||||
- type: service-button
|
- type: service-button
|
||||||
title: ""
|
title: ""
|
||||||
service: remote.send_command
|
service: remote.send_command
|
||||||
data:
|
service_data:
|
||||||
entity_id: remote.xboxone_remote
|
entity_id: remote.xboxone_remote
|
||||||
command: "Y"
|
command: "Y"
|
||||||
style:
|
style:
|
||||||
@ -216,7 +216,7 @@ elements:
|
|||||||
- type: service-button
|
- type: service-button
|
||||||
title: ""
|
title: ""
|
||||||
service: remote.toggle
|
service: remote.toggle
|
||||||
data:
|
service_data:
|
||||||
entity_id: remote.xboxone_remote
|
entity_id: remote.xboxone_remote
|
||||||
style:
|
style:
|
||||||
top: 80.2%
|
top: 80.2%
|
||||||
@ -228,7 +228,7 @@ elements:
|
|||||||
- type: service-button
|
- type: service-button
|
||||||
title: ""
|
title: ""
|
||||||
service: media_player.play_media
|
service: media_player.play_media
|
||||||
data:
|
service_data:
|
||||||
entity_id: media_player.xboxone
|
entity_id: media_player.xboxone
|
||||||
media_content_type: ""
|
media_content_type: ""
|
||||||
media_content_id: "Home"
|
media_content_id: "Home"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user