mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-08-21 04:33:22 +00:00
minor fixes
This commit is contained in:
@@ -82,4 +82,4 @@ cards:
|
||||
show_header_toggle: true
|
||||
entities:
|
||||
- switch.frontyard_light
|
||||
- switch.wemobackyardlightswitch
|
||||
- switch.backyard_light
|
||||
|
@@ -51,6 +51,22 @@ cards:
|
||||
domain: script
|
||||
action: stream_patio_camera_to_chromecast
|
||||
|
||||
- type: "custom:button-card"
|
||||
name: Porch
|
||||
entity: input_label.current_stream
|
||||
icon: mdi:cctv
|
||||
color_type: card
|
||||
style:
|
||||
- font-weight: bold
|
||||
- color: rgb(0, 0, 5)
|
||||
state:
|
||||
- value: "porch"
|
||||
color: var(--primary-color)
|
||||
action: service
|
||||
service:
|
||||
domain: script
|
||||
action: stream_porch_camera_to_chromecast
|
||||
|
||||
- type: "custom:button-card"
|
||||
name: Playarea
|
||||
entity: input_label.current_stream
|
||||
@@ -105,7 +121,7 @@ cards:
|
||||
tap_action:
|
||||
action: more-info
|
||||
entities:
|
||||
- switch.wemobackyardlightswitch
|
||||
- switch.backyard_light
|
||||
- binary_sensor.patio_camera_motion
|
||||
|
||||
- type: picture-glance
|
||||
@@ -129,7 +145,7 @@ cards:
|
||||
tap_action:
|
||||
action: more-info
|
||||
entities:
|
||||
- switch.wemobackyardlightswitch
|
||||
- switch.backyard_light
|
||||
- binary_sensor.playarea_camera_motion
|
||||
|
||||
- type: picture-glance
|
||||
|
Reference in New Issue
Block a user