albaintor / homeassistant_electrolux_status

Get the status from your Electrolux Care devices
MIT License
83 stars 20 forks source link

Electrolux Comfort 600 #60

Closed sochorf closed 1 month ago

sochorf commented 1 month ago

Great work! Integration successfully communicates with mobile AC Electrolux Comfort 600. I had only one issue with "ambientTemperatureC" attribute. I had to add line "ambientTemperatureC" : [{"access": "read","type": "number"}, None, SensorDeviceClass.TEMPERATURE, UnitOfTemperature.CELSIUS, None, "mdi:thermometer"], to const.py. Now this attribute has right class.

albaintor commented 1 month ago

Thanks I have updated the component