-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboard.yaml
37 lines (37 loc) · 1.01 KB
/
dashboard.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
title: Baxi Modbus
path: baxi-modbus
cards:
- type: vertical-stack
cards:
- type: conditional
conditions:
- condition: state
entity: sensor.acs_bit_actividad
state: "1"
card:
type: thermostat
entity: climate.baxi_acs_eco
features:
- type: climate-hvac-modes
show_current_as_primary: true
- type: conditional
conditions:
- condition: state
entity: sensor.acs_bit_actividad
state_not: "1"
card:
type: thermostat
entity: climate.baxi_acs_confort
show_current_as_primary: true
features:
- type: climate-hvac-modes
- type: entities
entities:
- entity: sensor.acs_temperatura
- entity: sensor.acs_temp_confort
- entity: sensor.acs_temp_eco
- type: thermostat
entity: climate.baxi_aacc
features:
- type: climate-hvac-modes
show_current_as_primary: true