Skip to content

Commit

Permalink
Create dashboard.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Imanol82 authored Oct 15, 2024
1 parent 9527a6f commit bfd49b6
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions dashboard.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit bfd49b6

Please sign in to comment.