mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Will pushing from the server break anything?
This commit is contained in:
@@ -47,7 +47,7 @@ sections:
|
||||
primary: Naturally Lit
|
||||
secondary: >-
|
||||
Trigger: {{states('input_number.front_room_light_level_trigger')|int}}
|
||||
Lux: {{states('sensor.front_room_light_level')}}
|
||||
Lux: {{states('sensor.front_room_hue_motion_sensor_illuminance')}}
|
||||
icon: >
|
||||
{{iif(is_state('binary_sensor.front_room_naturally_lit','on'),'mdi:brightness-auto','mdi:weather-sunny-off')}}
|
||||
entity: input_number.front_room_light_level_trigger
|
||||
@@ -61,7 +61,7 @@ sections:
|
||||
- type: custom:mushroom-template-card
|
||||
entity: input_boolean.front_room_light_cycle
|
||||
primary: Cycle
|
||||
secondary: '{{states(''input_boolean.front_room_light_cycle'') | title}}'
|
||||
secondary: "{{states('input_boolean.front_room_light_cycle') | title}}"
|
||||
layout: vertical
|
||||
tap_action:
|
||||
action: call-service
|
||||
@@ -103,7 +103,7 @@ sections:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: group.front_room_motion
|
||||
entity: binary_sensor.front_room_motion
|
||||
name: Motion
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
@@ -130,4 +130,4 @@ sections:
|
||||
subtitle: Cameras
|
||||
- !include /config/lovelace/cameras/view-camera-13.yaml
|
||||
|
||||
- !include /config/lovelace/templates/front-room-remote.yaml
|
||||
- !include /config/lovelace/templates/front-room-remote.yaml
|
||||
|
||||
Reference in New Issue
Block a user