mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Minor tweaks
This commit is contained in:
@@ -40,6 +40,7 @@ cards:
|
||||
icon: mdi:home-assistant
|
||||
entities:
|
||||
- binary_sensor.updater
|
||||
- sensor.hacs
|
||||
- sensor.uptime
|
||||
- entity: sensor.home_assistant_v2_db
|
||||
name: Database
|
||||
|
||||
@@ -29,6 +29,10 @@ cards:
|
||||
- entity: sensor.carbon_activity
|
||||
- entity: sensor.carbon_last_update_trigger
|
||||
|
||||
- type: custom:mini-graph-card
|
||||
entities:
|
||||
- sensor.dark_sky_cloud_coverage
|
||||
- sensor.dark_sky_precip_intensity
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
entities:
|
||||
|
||||
@@ -15,7 +15,9 @@ automation:
|
||||
state: 'below_horizon'
|
||||
action:
|
||||
- service: light.turn_on
|
||||
entity_id: light.tuya_kitchen_all_lights
|
||||
entity_id:
|
||||
- light.tuya_kitchen_all_lights
|
||||
- light.browser_kitchen
|
||||
|
||||
- alias: Lighting · Kitchen · Day mode · Motion · Turn lights off
|
||||
trigger:
|
||||
@@ -30,7 +32,9 @@ automation:
|
||||
state: 'day'
|
||||
action:
|
||||
- service: light.turn_off
|
||||
entity_id: light.tuya_kitchen_all_lights
|
||||
entity_id:
|
||||
- light.tuya_kitchen_all_lights
|
||||
- light.browser_kitchen
|
||||
|
||||
- alias: Lighting · Kitchen · Night mode · Motion · Turn lights on
|
||||
trigger:
|
||||
@@ -42,9 +46,11 @@ automation:
|
||||
value_template: "{{ not is_state('input_select.house_mode', 'day') }}"
|
||||
action:
|
||||
- service: light.turn_on
|
||||
entity_id: light.light_le_12
|
||||
entity_id:
|
||||
- light.light_le_12
|
||||
- light.browser_kitchen
|
||||
data:
|
||||
brightness_pct: 13 # this is the lowest it'll go ¯\_(ツ)_/¯
|
||||
brightness_pct: 13 # this is the lowest LE will go ¯\_(ツ)_/¯
|
||||
|
||||
- alias: Lighting · Kitchen · Night mode · Motion · Turn lights off
|
||||
trigger:
|
||||
@@ -62,4 +68,6 @@ automation:
|
||||
data:
|
||||
brightness_pct: 100
|
||||
- service: light.turn_off
|
||||
entity_id: light.light_le_12
|
||||
entity_id:
|
||||
- light.light_le_12
|
||||
- light.browser_kitchen
|
||||
|
||||
Reference in New Issue
Block a user