mysmarthome/lovelace/02_climate_view.yaml

38 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2019-04-17 22:46:06 +00:00
title: Climate
icon: mdi:oil-temperature
cards:
- type: thermostat
entity: climate.dining_room
- type: horizontal-stack
cards:
2020-09-05 02:12:14 +00:00
# - type: sensor
# entity: sensor.dining_room_thermostat_temperature
# name: Home Temperature
# graph: line
# detail: 1
# hours_to_show: 12
2019-04-17 22:46:06 +00:00
- type: gauge
entity: sensor.dining_room_thermostat_humidity
2019-08-19 00:21:05 +00:00
unit: "%"
2019-04-17 22:46:06 +00:00
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