Hi all
I would like to change the state of the current temperature with the value of a sensor (sensor.living_temperature)
and then if you can enter the fan speed.
This is my card
type: custom:stack-in-card
cards:
- type: thermostat
entity: climate.camera_da_letto
features:
- style: icons
hvac_modes:
- heat
- cool
- fan_only
- dry
- auto
- 'off'
type: climate-hvac-modes
show_current_as_primary: true
- type: grid
square: false
columns: 2
cards:
- type: custom:mushroom-entity-card
entity: sensor.aqara_temp_ripostiglio_battery
primary_info: state
secondary_info: name
name: Temp. Interna
icon_color: green
- type: custom:mushroom-entity-card
entity: sensor.processor_use
primary_info: state
secondary_info: name
name: Temp. Esterna
icon_color: blue
- type: custom:mini-graph-card
entities:
- entity: sensor.aqara_temp_ripostiglio_temperature
name: Inside Temperature
color: '#4caf50'
- entity: sensor.aqara_temp_ripostiglio_humidity
name: Outside Temperature
color: '#2196f3'
y_axis: secondary
hours_to_show: 24
line_width: 3
font_size: 50
animate: true
show:
name: false
icon: false
state: false
legend: false
fill: fade
and they attribute it to him
Thank you
1 post - 1 participant