40 lines
1.1 KiB
YAML
Executable File
40 lines
1.1 KiB
YAML
Executable File
wlamp:
|
|
widget_type: light
|
|
title: Wendy's Lamp
|
|
entity: light.wendys_lamp
|
|
icon_on: mdi-lamp
|
|
icon_off: mdi-lamp
|
|
on_attributes:
|
|
brightness: 255
|
|
color_temp: 276
|
|
|
|
downstairs_thermometer:
|
|
widget_type: climate
|
|
title: Downstairs
|
|
units: "°F"
|
|
entity: climate.downstairs_thermostat_heating_1
|
|
|
|
upstairs_thermometer:
|
|
widget_type: climate
|
|
title: Upstairs
|
|
units: "°F"
|
|
entity: climate.upstairs_thermostat_heating_1
|
|
|
|
basement_thermometer:
|
|
widget_type: climate
|
|
title: Basement
|
|
units: "°F"
|
|
entity: climate.basement_thermostat_heating_1
|
|
|
|
light_level:
|
|
widget_type: sensor
|
|
title: Light Level
|
|
units: "lux"
|
|
precision: 0
|
|
shorten: 1
|
|
entity: sensor.side_multisensor_luminance
|
|
|
|
layout:
|
|
- wlamp, scene.downstairs_on, scene.downstairs_off, scene.downstairs_bright, upstairs_thermometer, downstairs_thermometer, basement_thermometer, light_level
|
|
- scene.outside_bright, scene.outside_off, scene.porch_on, scene.porch_off, input_boolean.night_outside_motion, input_boolean.guest, input_boolean.cooling, input_boolean.heating
|