Fix nombre dispositivo fan
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
"type": "custom:fold-entity-row"
|
"type": "custom:fold-entity-row"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"entity": "fan.xiaomi_miio_device_2",
|
"entity": "fan.xiaomi_miio_device",
|
||||||
"name": "Purificador de Aire",
|
"name": "Purificador de Aire",
|
||||||
"primary": {
|
"primary": {
|
||||||
"entity": "binary_sensor.popp_smoke_detector_and_siren_sensor",
|
"entity": "binary_sensor.popp_smoke_detector_and_siren_sensor",
|
||||||
@@ -2273,4 +2273,4 @@
|
|||||||
},
|
},
|
||||||
"key": "lovelace",
|
"key": "lovelace",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
@@ -3,5 +3,5 @@ sensor:
|
|||||||
sensors:
|
sensors:
|
||||||
temperatura_salon:
|
temperatura_salon:
|
||||||
friendly_name: 'Temperatura Salón'
|
friendly_name: 'Temperatura Salón'
|
||||||
value_template: "{{state_attr('fan.xiaomi_miio_device_2', 'temperature')}}"
|
value_template: "{{state_attr('fan.xiaomi_miio_device', 'temperature')}}"
|
||||||
unit_of_measurement: ºC
|
unit_of_measurement: ºC
|
||||||
|
|||||||
Reference in New Issue
Block a user