13 lines
282 B
YAML
13 lines
282 B
YAML
|
title: Electronics Closet
|
||
|
name: Closet
|
||
|
icon: mdi:door
|
||
|
cards:
|
||
|
- type: entities
|
||
|
show_header_toggle: false
|
||
|
title: Temperature Control
|
||
|
entities:
|
||
|
- sensor.closet_temperature
|
||
|
- input_number.fan_on_temp
|
||
|
- switch.fan_automation_enabled
|
||
|
- fan.fan_state
|