38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
title: Climate
|
|
icon: mdi:oil-temperature
|
|
cards:
|
|
- type: thermostat
|
|
entity: climate.dining_room
|
|
- type: horizontal-stack
|
|
cards:
|
|
# - type: sensor
|
|
# entity: sensor.dining_room_thermostat_temperature
|
|
# name: Home Temperature
|
|
# graph: line
|
|
# detail: 1
|
|
# hours_to_show: 12
|
|
- type: gauge
|
|
entity: sensor.dining_room_thermostat_humidity
|
|
unit: "%"
|
|
name: Home Humidity
|
|
severity:
|
|
green: 40
|
|
yellow: 30
|
|
red: 25
|
|
|
|
- type: entities
|
|
title: Climate
|
|
show_header_toggle: false
|
|
entities:
|
|
- climate.dining_room
|
|
- binary_sensor.dining_room_thermostat_fan
|
|
- binary_sensor.dining_room_thermostat_has_leaf
|
|
- binary_sensor.dining_room_thermostat_is_locked
|
|
- binary_sensor.dining_room_thermostat_is_using_emergency_heat
|
|
- binary_sensor.dining_room_thermostat_online
|
|
- sensor.dining_room_thermostat_humidity
|
|
- sensor.dining_room_thermostat_hvac_state
|
|
- sensor.dining_room_thermostat_operation_mode
|
|
- sensor.dining_room_thermostat_target
|
|
- sensor.dining_room_thermostat_temperature
|