Adjustments made for new lamp

This commit is contained in:
2022-05-30 12:53:51 -04:00
parent 147d1cf5f9
commit f2832a3e5f
4 changed files with 238 additions and 3 deletions

View File

@ -129,7 +129,18 @@ front_porch_scenes:
- Nightlight
- St Patricks Day
- Halloween
initial: Select
icon: hue:room-porch
tina_lamp_scenes:
name: Tina Lamp Scenes
options:
- Select
- Adaptive
- Energize
- Bright
- Nightlight
initial: Select
icon: hue:room-dining
tts_devices:
name: TTS Devices
options:

View File

@ -23,3 +23,5 @@ downstairs_bathroom_selected_scene:
name: Downstairs Bathroom Selected Scene
front_porch_selected_scene:
name: Front Porch Selected Scene
tina_lamp_selected_scene:
name: Tina Lamp Selected Scene

View File

@ -1081,3 +1081,219 @@
friendly_name: Basement Tall Lamp
state: 'off'
icon: mdi:palette
- id: '1653789912821'
name: Tina Lamp Bright
entities:
light.tina_lamp_side:
min_mireds: 154
max_mireds: 554
effect_list:
- sun match
supported_color_modes:
- color_temp
- hs
attribution: Data provided by Wyze
state: 'on'
available: true
device_model: WLPA19C
mac: 7C78B28F30A8
IP: 192.168.1.159
RSSI: '-40'
SSID: deltaforce-2G
Sun Match: false
local_control: true
mode: White
friendly_name: Tina Lamp - Side
supported_features: 23
color_mode: hs
brightness: 255
hs_color:
- 29.072
- 76.078
rgb_color:
- 255
- 155
- 61
xy_color:
- 0.557
- 0.389
color_temp: 416
light.tina_lamp_top:
min_mireds: 154
max_mireds: 554
effect_list:
- sun match
supported_color_modes:
- color_temp
- hs
attribution: Data provided by Wyze
state: 'on'
available: true
device_model: WLPA19C
mac: 7C78B28F21E7
IP: 192.168.1.160
RSSI: '-32'
SSID: deltaforce-2G
Sun Match: false
local_control: true
mode: White
friendly_name: Tina Lamp - Top
supported_features: 23
color_mode: hs
brightness: 255
hs_color:
- 29.072
- 76.078
rgb_color:
- 255
- 155
- 61
xy_color:
- 0.557
- 0.389
color_temp: 416
icon: mdi:palette
- id: '1653790005871'
name: Tina Lamp Energize
entities:
light.tina_lamp_top:
min_mireds: 154
max_mireds: 554
effect_list:
- sun match
supported_color_modes:
- color_temp
- hs
attribution: Data provided by Wyze
state: 'on'
available: true
device_model: WLPA19C
mac: 7C78B28F21E7
IP: 192.168.1.160
RSSI: '-32'
SSID: deltaforce-2G
Sun Match: false
local_control: true
mode: White
friendly_name: Tina Lamp - Top
supported_features: 23
color_mode: hs
brightness: 255
hs_color:
- 31.765
- 6.667
rgb_color:
- 255
- 246
- 237
xy_color:
- 0.339
- 0.338
color_temp: 166
light.tina_lamp_side:
min_mireds: 154
max_mireds: 554
effect_list:
- sun match
supported_color_modes:
- color_temp
- hs
attribution: Data provided by Wyze
state: 'on'
available: true
device_model: WLPA19C
mac: 7C78B28F30A8
IP: 192.168.1.159
RSSI: '-40'
SSID: deltaforce-2G
Sun Match: false
local_control: true
mode: White
friendly_name: Tina Lamp - Side
supported_features: 23
color_mode: hs
brightness: 255
hs_color:
- 31.765
- 6.667
rgb_color:
- 255
- 246
- 237
xy_color:
- 0.339
- 0.338
color_temp: 166
icon: mdi:palette
- id: '1653790126251'
name: Tina Lamp Nightlight
entities:
light.tina_lamp_top:
min_mireds: 154
max_mireds: 554
effect_list:
- sun match
supported_color_modes:
- color_temp
- hs
attribution: Data provided by Wyze
state: 'on'
available: true
device_model: WLPA19C
mac: 7C78B28F21E7
IP: 192.168.1.160
RSSI: '-32'
SSID: deltaforce-2G
Sun Match: false
local_control: true
mode: White
friendly_name: Tina Lamp - Top
supported_features: 23
color_mode: hs
brightness: 2.5
hs_color:
- 29.072
- 76.078
rgb_color:
- 255
- 155
- 61
xy_color:
- 0.557
- 0.389
color_temp: 500
light.tina_lamp_side:
min_mireds: 154
max_mireds: 554
effect_list:
- sun match
supported_color_modes:
- color_temp
- hs
attribution: Data provided by Wyze
state: 'on'
available: true
device_model: WLPA19C
mac: 7C78B28F30A8
IP: 192.168.1.159
RSSI: '-40'
SSID: deltaforce-2G
Sun Match: false
local_control: true
mode: White
friendly_name: Tina Lamp - Side
supported_features: 23
color_mode: hs
brightness: 2.5
hs_color:
- 29.072
- 76.078
rgb_color:
- 255
- 155
- 61
xy_color:
- 0.557
- 0.389
color_temp: 500
icon: mdi:palette

View File

@ -28,6 +28,7 @@ give_me_darkness:
- switch.adaptive_lighting_sleep_mode_mud_room
- switch.adaptive_lighting_sleep_mode_dining_room
- switch.adaptive_lighting_sleep_mode_upstairs_bathroom
- switch.adaptive_lighting_sleep_mode_tina_lamp
data: {}
- service: light.turn_off
target:
@ -41,7 +42,9 @@ give_me_darkness:
- service: light.turn_on
data: {}
target:
area_id: upstairs_bathroom
area_id:
- upstairs_bathroom
- dining_room
mode: single
icon: mdi:weather-night
start_youtube:
@ -172,6 +175,8 @@ family_is_home:
- basement_studio
- downstairs_bathroom
- upstairs_bathroom
- dining_room
- living_room
data: {}
- condition: sun
after: sunset
@ -230,6 +235,7 @@ max_brightness:
- switch.adaptive_lighting_dining_room
- switch.adaptive_lighting_upstairs_bathroom
- switch.adaptive_lighting_downstairs_bathroom
- switch.adaptive_lighting_tina_lamp
data: {}
- delay:
hours: 0