thomasgermain / vaillant-component

Multimatic integration for Home Assistant (also compatible with sensoAPP)
MIT License
137 stars 24 forks source link

Migrate to HA 0.110 #10

Closed thomasgermain closed 4 years ago

thomasgermain commented 4 years ago
File "/config/custom_components/vaillant/sensor.py", line 34, in async_setup_entry
    for report in hub.system.reports:
AttributeError: 'NoneType' object has no attribute 'reports'
  File "/config/custom_components/vaillant/water_heater.py", line 40, in async_setup_entry
    if hub.system.dhw.hotwater:
AttributeError: 'NoneType' object has no attribute 'dhw'

ClimateDevice is deprecated, modify VaillantClimate to extend ClimateEntity ClimateDevice is deprecated, modify RoomClimate to extend ClimateEntity ClimateDevice is deprecated, modify ZoneClimate to extend ClimateEntity

WaterHeaterDevice is deprecated, modify VaillantWaterHeater to extend WaterHeaterEntity

BinarySensorDevice is deprecated, modify BoxOnline to extend BinarySensorEntity BinarySensorDevice is deprecated, modify BoilerError to extend BinarySensorEntity BinarySensorDevice is deprecated, modify VaillantSystemError to extend BinarySensorEntity BinarySensorDevice is deprecated, modify HolidayModeSensor to extend BinarySensorEntity BinarySensorDevice is deprecated, modify QuickModeSensor to extend BinarySensorEntity

vaillant: the '.translations' directory has been moved, the new name is 'translations', starting with Home Assistant 0.111 your translations will no longer load if you do not move/rename this

thomasgermain commented 4 years ago

Fixed in 1.2.3 release