Commit 5100446 1 parent 03e7824 commit 5100446 Copy full SHA for 5100446
File tree 1 file changed +3
-3
lines changed
custom_components/daikin_residential_altherma
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 456
456
CONF_DEVICE_CLASS : SensorDeviceClass .PM1 ,
457
457
CONF_STATE_CLASS : None ,
458
458
CONF_UNIT_OF_MEASUREMENT : CONCENTRATION_MICROGRAMS_PER_CUBIC_METER ,
459
- CONF_ICON : "" ,
459
+ CONF_ICON : "mdi:blur " ,
460
460
ENABLED_DEFAULT : True ,
461
461
ENTITY_CATEGORY : None ,
462
462
},
463
463
"pm25Concentration" : {
464
464
CONF_DEVICE_CLASS : SensorDeviceClass .PM25 ,
465
465
CONF_STATE_CLASS : None ,
466
466
CONF_UNIT_OF_MEASUREMENT : CONCENTRATION_MICROGRAMS_PER_CUBIC_METER ,
467
- CONF_ICON : "" ,
467
+ CONF_ICON : "mdi:blur " ,
468
468
ENABLED_DEFAULT : True ,
469
469
ENTITY_CATEGORY : None ,
470
470
},
471
471
"pm10Concentration" : {
472
472
CONF_DEVICE_CLASS : SensorDeviceClass .PM10 ,
473
473
CONF_STATE_CLASS : None ,
474
474
CONF_UNIT_OF_MEASUREMENT : CONCENTRATION_MICROGRAMS_PER_CUBIC_METER ,
475
- CONF_ICON : "" ,
475
+ CONF_ICON : "mdi:blur " ,
476
476
ENABLED_DEFAULT : True ,
477
477
ENTITY_CATEGORY : None ,
478
478
},
You can’t perform that action at this time.
0 commit comments