mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
Bunches of fixes nd changes
This commit is contained in:
@@ -88,6 +88,7 @@ card:
|
||||
style:
|
||||
left: 50%
|
||||
top: 95%
|
||||
|
||||
- type: state-icon
|
||||
entity: input_boolean.boys_room_occupied
|
||||
tap_action:
|
||||
@@ -95,6 +96,7 @@ card:
|
||||
style:
|
||||
left: 70%
|
||||
top: 95%
|
||||
|
||||
- type: state-icon
|
||||
entity: binary_sensor.boys_room_occupied
|
||||
style:
|
||||
@@ -169,11 +171,17 @@ card:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.white_bed_occupied
|
||||
style:
|
||||
top: 45%
|
||||
left: 40%
|
||||
top: 55%
|
||||
left: 25%
|
||||
|
||||
- type: state-icon
|
||||
entity: media_player.boys_room_clock
|
||||
style:
|
||||
left: 38%
|
||||
top: 22%
|
||||
left: 21%
|
||||
top: 75%
|
||||
|
||||
- type: state-icon
|
||||
entity: light.accent
|
||||
style:
|
||||
left: 6%
|
||||
top: 49%
|
||||
@@ -47,7 +47,8 @@ cards:
|
||||
entity: binary_sensor.frigate_cam14_person_occupancy
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
- camera_entity: camera.frigate_cam12
|
||||
# - camera_entity: camera.frigate_cam14
|
||||
title: Person
|
||||
icon: mdi:slide
|
||||
live_provider: ha
|
||||
|
||||
@@ -65,7 +65,7 @@ sections:
|
||||
layout: vertical
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: input_boolean.front_room_light_cycle
|
||||
|
||||
@@ -43,7 +43,7 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: switch.hvac_multisensor_display
|
||||
entity: light.hvac_multisensor_display_backlight
|
||||
name: HVAC Display
|
||||
icon: mdi:monitor
|
||||
layout: vertical
|
||||
|
||||
@@ -184,7 +184,7 @@ cards:
|
||||
action: more-info
|
||||
hold_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: light.black_bed_wled
|
||||
@@ -202,7 +202,7 @@ cards:
|
||||
action: more-info
|
||||
hold_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: light.white_bed_wled
|
||||
@@ -264,7 +264,7 @@ cards:
|
||||
name: All Songs
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: script.all_kids_youtube_music
|
||||
service: script.all_kids_youtube_music
|
||||
service_data: {}
|
||||
target: {}
|
||||
primary_info: name
|
||||
@@ -276,7 +276,7 @@ cards:
|
||||
name: Goodnight Songs
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: script.goodnight_kids_youtube_music
|
||||
service: script.goodnight_kids_youtube_music
|
||||
service_data: {}
|
||||
target: {}
|
||||
primary_info: name
|
||||
@@ -288,7 +288,7 @@ cards:
|
||||
name: "Off"
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: homeassistant.turn_off
|
||||
service: homeassistant.turn_off
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: media_player.ytube_music_player
|
||||
@@ -319,13 +319,13 @@ cards:
|
||||
primary: Black Bed
|
||||
double_tap_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: switch.black_bed_force_occupancy
|
||||
hold_action:
|
||||
action: call-service
|
||||
action: button.press
|
||||
service: button.press
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: button.black_bed_manual_tare
|
||||
|
||||
+102
-104
@@ -292,7 +292,7 @@ cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
title: Upstairs
|
||||
title: Private
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
@@ -310,6 +310,21 @@ cards:
|
||||
icon_color: "{{iif(is_state('light.nursery_hue','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Boy's Room
|
||||
icon: mdi:earth
|
||||
entity: light.boys_room_hue
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: boys-room
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: |-
|
||||
{{states('sensor.boys_room_multisensor_air_temperature')}}°F
|
||||
{{states('sensor.boys_room_multisensor_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.boys_room_hue','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Master Bedroom
|
||||
icon: mdi:bed-king
|
||||
@@ -319,15 +334,16 @@ cards:
|
||||
navigation_path: master-bedroom
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: >-
|
||||
secondary: |-
|
||||
{{states('sensor.master_bedroom_multisensor_air_temperature')}}°F
|
||||
|
||||
{{states('sensor.master_bedroom_multisensor_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.master_bedroom_hue','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Master Bathroom
|
||||
primary: Bathroom
|
||||
icon: mdi:shower
|
||||
entity: light.master_bathroom_hue
|
||||
tap_action:
|
||||
@@ -338,9 +354,43 @@ cards:
|
||||
secondary: |-
|
||||
{{states('sensor.master_bathroom_thermostat_temperature')}}°F
|
||||
{{states('sensor.master_bathroom_thermostat_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.master_bathroom_hue','on'),'yellow')}}"
|
||||
icon_color: "{{iif(is_state('light.master_bathroom','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Utility Room
|
||||
icon: mdi:washing-machine
|
||||
entity: light.utility_room_vanity
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: utility-room
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: |-
|
||||
{{states('sensor.utility_room_thermostat_temperature')}}°F
|
||||
{{states('sensor.utility_room_thermostat_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.utility_room_vanity','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Furnace Room
|
||||
icon: mdi:hvac
|
||||
entity: light.furnace_room
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: furnace-room
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: |-
|
||||
{{states('sensor.furnace_room_thermostat_temperature')}}°F
|
||||
{{states('sensor.furnace_room_thermostat_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.furnace_room','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
title: Public
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
@@ -388,6 +438,53 @@ cards:
|
||||
icon_color: "{{iif(is_state('light.dining_room_switch','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Computer Area
|
||||
icon: mdi:desktop-classic
|
||||
entity: light.computer_area_hue
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: computer-area
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: >-
|
||||
{{states('sensor.computer_area_multisensor_air_temperature')}}°F
|
||||
{{states('sensor.computer_area_multisensor_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.computer_area_hue','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Great Room
|
||||
icon: mdi:microsoft-xbox-controller
|
||||
entity: light.great_room_hue
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: great-room
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: |-
|
||||
{{states('sensor.great_room_multisensor_air_temperature')}}°F
|
||||
{{states('sensor.great_room_multisensor_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.great_room_hue','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Mancave
|
||||
icon: mdi:human-male
|
||||
entity: light.mancave
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: mancave
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: |-
|
||||
{{states('sensor.mancave_thermostat_temperature')}}°F
|
||||
{{states('sensor.mancave_thermostat_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.mancave','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
@@ -486,102 +583,3 @@ cards:
|
||||
icon_color: "{{iif(is_state('light.deck','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
subtitle: Downstairs
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Computer Area
|
||||
icon: mdi:desktop-classic
|
||||
entity: light.computer_area_hue
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: computer-area
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: >-
|
||||
{{states('sensor.computer_area_multisensor_air_temperature')}}°F
|
||||
|
||||
{{states('sensor.computer_area_multisensor_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.computer_area_hue','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Great Room
|
||||
icon: mdi:microsoft-xbox-controller
|
||||
entity: light.great_room_hue
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: great-room
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: |-
|
||||
{{states('sensor.great_room_multisensor_air_temperature')}}°F
|
||||
{{states('sensor.great_room_multisensor_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.great_room_hue','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Utility Room
|
||||
icon: mdi:washing-machine
|
||||
entity: light.utility_room_vanity
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: utility-room
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: |-
|
||||
{{states('sensor.utility_room_thermostat_temperature')}}°F
|
||||
{{states('sensor.utility_room_thermostat_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.utility_room_vanity','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Boy's Room
|
||||
icon: mdi:earth
|
||||
entity: light.boys_room_hue
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: boys-room
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: |-
|
||||
{{states('sensor.boys_room_multisensor_air_temperature')}}°F
|
||||
{{states('sensor.boys_room_multisensor_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.boys_room_hue','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Mancave
|
||||
icon: mdi:human-male
|
||||
entity: light.mancave
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: mancave
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: |-
|
||||
{{states('sensor.mancave_thermostat_temperature')}}°F
|
||||
{{states('sensor.mancave_thermostat_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.mancave','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Furnace Room
|
||||
icon: mdi:hvac
|
||||
entity: light.furnace_room
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: furnace-room
|
||||
hold_action:
|
||||
action: toggle
|
||||
secondary: |-
|
||||
{{states('sensor.furnace_room_thermostat_temperature')}}°F
|
||||
{{states('sensor.furnace_room_thermostat_humidity')}}%
|
||||
icon_color: "{{iif(is_state('light.furnace_room','on'),'yellow')}}"
|
||||
multiline_secondary: true
|
||||
layout: vertical
|
||||
|
||||
@@ -18,7 +18,7 @@ cards:
|
||||
use_light_color: false
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: input_boolean.nursery_occupied
|
||||
@@ -43,7 +43,7 @@ cards:
|
||||
'yellow') }}
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: input_boolean.nursery_light_cycle
|
||||
@@ -62,7 +62,7 @@ cards:
|
||||
action: more-info
|
||||
hold_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: light.black_bed_wled
|
||||
@@ -79,7 +79,7 @@ cards:
|
||||
action: more-info
|
||||
hold_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: light.white_bed_wled
|
||||
@@ -109,7 +109,7 @@ cards:
|
||||
'yellow') }}
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: input_boolean.front_room_light_cycle
|
||||
@@ -207,7 +207,7 @@ cards:
|
||||
'on'), 'yellow') }}
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: input_boolean.computer_area_light_cycle
|
||||
@@ -237,7 +237,7 @@ cards:
|
||||
'yellow') }}
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: homeassistant.toggle
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: input_boolean.great_room_light_cycle
|
||||
|
||||
@@ -150,7 +150,7 @@ sections:
|
||||
value: false
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: ytube_music_player.call_method
|
||||
service: ytube_music_player.call_method
|
||||
service_data:
|
||||
entity_id: media_player.ytube_music_player
|
||||
command: rate_track
|
||||
|
||||
@@ -181,14 +181,14 @@ cards:
|
||||
name: 5 Minute Test
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: opensprinkler.run
|
||||
service: opensprinkler.run
|
||||
data:
|
||||
entity_id: switch.5_minute_test_program_enabled
|
||||
- entity: binary_sensor.full_run_program_running
|
||||
name: Full Run
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: opensprinkler.run
|
||||
service: opensprinkler.run
|
||||
data:
|
||||
entity_id: switch.full_run_program_enabled
|
||||
- entity: switch.morning_program_enabled
|
||||
@@ -203,14 +203,14 @@ cards:
|
||||
name: Front Yard Fun
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: opensprinkler.run
|
||||
service: opensprinkler.run
|
||||
data:
|
||||
entity_id: switch.front_yard_fun_program_enabled
|
||||
- entity: binary_sensor.back_yard_fun_program_running
|
||||
name: Back Yard Fun
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: opensprinkler.run
|
||||
service: opensprinkler.run
|
||||
data:
|
||||
entity_id: switch.back_yard_fun_program_enabled
|
||||
columns: 2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
- camera_entity: camera.frigate_cam12
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
|
||||
@@ -7,13 +7,13 @@ cameras:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam04_sub
|
||||
- camera_entity: camera.frigate_cam14
|
||||
title: Back Yard
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam14_sub
|
||||
# - camera_entity: camera.frigate_cam14
|
||||
# title: Back Yard
|
||||
# live_provider: go2rtc
|
||||
# go2rtc:
|
||||
# modes:
|
||||
# - webrtc
|
||||
# stream: rtsp_cam14_sub
|
||||
- camera_entity: camera.frigate_cam18
|
||||
title: Front Yard
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -14,7 +14,7 @@ cards:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
- camera_entity: camera.frigate_cam12
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam14
|
||||
capabilities:
|
||||
|
||||
@@ -140,25 +140,25 @@ cards:
|
||||
# name: Hassio
|
||||
# tap_action:
|
||||
# action: call-service
|
||||
# action: homeassistant.restart
|
||||
# service: homeassistant.restart
|
||||
# - entity: zone.home
|
||||
# icon: mdi:cogs
|
||||
# name: Automation
|
||||
# tap_action:
|
||||
# action: call-service
|
||||
# action: automation.reload
|
||||
# service: automation.reload
|
||||
# - entity: zone.home
|
||||
# icon: mdi:script-text
|
||||
# name: Script
|
||||
# tap_action:
|
||||
# action: call-service
|
||||
# action: script.reload
|
||||
# service: script.reload
|
||||
# - entity: zone.home
|
||||
# icon: mdi:group
|
||||
# name: Groups
|
||||
# tap_action:
|
||||
# action: call-service
|
||||
# action: group.reload
|
||||
# service: group.reload
|
||||
|
||||
# - type: vertical-stack
|
||||
# cards:
|
||||
|
||||
@@ -425,6 +425,27 @@ cards:
|
||||
return "temp-unknown";
|
||||
'
|
||||
|
||||
# The HVAC Delta can be positive or negative, depending on if the furnace, heat pump, or ac is running
|
||||
- entities:
|
||||
- sensor.hvac_multisensor_delta
|
||||
# An example of rounding up a number, i.e. a temperature of 90.1 becomes 91
|
||||
text_template: '${entity.state ? Math.ceil(entity.state) : "undefined"} F'
|
||||
class_template: '
|
||||
var temp = parseFloat(entity.state.replace("°", ""));
|
||||
if (temp < -30)
|
||||
return "temp-freeze";
|
||||
else if (temp < -20)
|
||||
return "temp-low";
|
||||
else if (temp < 10)
|
||||
return "temp-medium";
|
||||
else if (temp < 30)
|
||||
return "temp-high";
|
||||
else if (temp >= 100)
|
||||
return "temp-hot";
|
||||
else
|
||||
return "hidden-entity";
|
||||
'
|
||||
|
||||
- entities:
|
||||
- sensor.kitchen_fridge_thermostat_temperature
|
||||
text_template: '${entity.state ? Math.floor(entity.state) : "unknown"}'
|
||||
@@ -547,7 +568,8 @@ cards:
|
||||
'
|
||||
|
||||
- entities:
|
||||
- sensor.hvac_multisensor_salt_level_in_bags
|
||||
- sensor.water_softener_multisensor_salt_level_in_bags
|
||||
text_template: '${entity.state ? Math.floor(entity.state) : "undefined"}'
|
||||
class_template: '
|
||||
var bags = parseFloat(entity.state);
|
||||
if (bags > 4)
|
||||
@@ -729,7 +751,7 @@ cards:
|
||||
- binary_sensor.storage_room_door_contact
|
||||
- binary_sensor.mancave_door_contact
|
||||
- binary_sensor.boys_room_door_contact
|
||||
- binary_sensor.hvac_multisensor_door
|
||||
- binary_sensor.water_softener_multisensor_door
|
||||
#- binary_sensor.furnace_room_door_contact
|
||||
- binary_sensor.utility_room_door_contact
|
||||
states:
|
||||
|
||||
@@ -151,7 +151,7 @@ cards:
|
||||
- entity: input_boolean.master_bedroom_asleep
|
||||
tap_action:
|
||||
action: toggle
|
||||
- entity: input_boolean.nursery_asleep
|
||||
- entity: input_boolean.girls_room_asleep
|
||||
tap_action:
|
||||
action: toggle
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ cards:
|
||||
camera_image: camera.clint
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: input_boolean.toggle
|
||||
service: input_boolean.toggle
|
||||
service_data:
|
||||
entity_id: input_boolean.lovelace_clint_more
|
||||
- type: conditional
|
||||
@@ -58,7 +58,7 @@ cards:
|
||||
camera_image: camera.emmett
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: input_boolean.toggle
|
||||
service: input_boolean.toggle
|
||||
service_data:
|
||||
entity_id: input_boolean.lovelace_emmett_more
|
||||
- type: conditional
|
||||
@@ -94,7 +94,7 @@ cards:
|
||||
camera_image: camera.bridget
|
||||
tap_action:
|
||||
action: call-service
|
||||
action: input_boolean.toggle
|
||||
service: input_boolean.toggle
|
||||
service_data:
|
||||
entity_id: input_boolean.lovelace_bridget_more
|
||||
- type: conditional
|
||||
|
||||
Reference in New Issue
Block a user