mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 10:18:44 +00:00
UI v3
This commit is contained in:
@@ -38,6 +38,22 @@ script:
|
||||
entity_id: scene.bedroom_ambient_pink
|
||||
|
||||
scene:
|
||||
- name: Bedroom Neon
|
||||
icon: "mdi:weather-night"
|
||||
entities:
|
||||
light.master_bedroom_main:
|
||||
state: 'on'
|
||||
xy_color: [0.66, 0.28]
|
||||
brightness: 254
|
||||
light.bedside:
|
||||
state: "on"
|
||||
rgb_color: [0, 255, 190]
|
||||
brightness: 230
|
||||
light.bed_led:
|
||||
state: "on"
|
||||
xy_color: [0.66, 0.28]
|
||||
brightness: 254
|
||||
|
||||
- name: Bedroom Ambient Neon
|
||||
icon: "mdi:weather-night"
|
||||
entities:
|
||||
@@ -50,6 +66,22 @@ scene:
|
||||
xy_color: [0.66, 0.28]
|
||||
brightness: 254
|
||||
|
||||
- name: Bedroom Pink
|
||||
icon: "mdi:weather-night"
|
||||
entities:
|
||||
light.master_bedroom_main:
|
||||
state: "on"
|
||||
rgb_color: [255, 36, 145]
|
||||
brightness: 114
|
||||
light.bedside:
|
||||
state: "on"
|
||||
rgb_color: [255, 36, 145]
|
||||
brightness: 230
|
||||
light.bed_led:
|
||||
state: "on"
|
||||
xy_color: [0.66, 0.28]
|
||||
brightness: 254
|
||||
|
||||
- name: Bedroom Ambient Pink
|
||||
icon: "mdi:weather-night"
|
||||
entities:
|
||||
|
||||
@@ -6,7 +6,7 @@ automation:
|
||||
to: "on"
|
||||
condition:
|
||||
condition: state
|
||||
entity_id: binary_sensor.georgi_home
|
||||
entity_id: binary_sensor.someone_home
|
||||
state: "on"
|
||||
action:
|
||||
- choose:
|
||||
|
||||
@@ -6,7 +6,7 @@ automation:
|
||||
to: "on"
|
||||
condition:
|
||||
condition: state
|
||||
entity_id: binary_sensor.georgi_home
|
||||
entity_id: binary_sensor.someone_home
|
||||
state: "on"
|
||||
action:
|
||||
- choose:
|
||||
|
||||
@@ -6,7 +6,7 @@ automation:
|
||||
offset: "-00:30:00"
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.georgi_home
|
||||
entity_id: binary_sensor.someone_home
|
||||
state: "on"
|
||||
action:
|
||||
- service: light.turn_on
|
||||
|
||||
@@ -255,7 +255,7 @@ homeassistant:
|
||||
icon: mdi:ceiling-light
|
||||
|
||||
light.living_room_main:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
icon: bha:ceiling-spot-lamp
|
||||
|
||||
light.pc:
|
||||
friendly_name: PC
|
||||
@@ -273,23 +273,23 @@ homeassistant:
|
||||
|
||||
light.master_bedroom_main:
|
||||
friendly_name: Bedroom main
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
icon: bha:ceiling-spot-lamp
|
||||
|
||||
light.bedside:
|
||||
icon: mdi:desk-lamp
|
||||
|
||||
# Kitchen
|
||||
light.kitchen_main:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
icon: bha:ceiling-spot-lamp
|
||||
light.kitchen_secondary:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
icon: bha:ceiling-spot-lamp
|
||||
|
||||
# Hallway
|
||||
light.hallway:
|
||||
icon: mdi:lightbulb-group
|
||||
|
||||
light.hallway_entrance:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
icon: bha:ceiling-spot-lamp
|
||||
|
||||
light.hallway_main:
|
||||
icon: bha:ceiling-lamp-plafond
|
||||
icon: bha:ceiling-spot-lamp
|
||||
|
||||
Reference in New Issue
Block a user