Fix nombre dispositivo fan

This commit is contained in:
dfcarvajal
2019-08-18 11:55:07 +02:00
parent 7427460f2a
commit abf59a55ff
2 changed files with 3 additions and 3 deletions

View File

@@ -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
} }

View File

@@ -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