1
mirror of https://github.com/home-assistant/core synced 2024-07-18 12:02:20 +02:00
ha-core/homeassistant/components/melcloud
Vilppu Vuorinen b2bb9cf134
Add support for MELCloud Air-to-Water devices (#32078)
* Add support for melcloud Air-to-Water devices

* Add water_heater entity for the water heater component.

* Add individual climate entities for 0-2 supported radiator zones.

* Add sensors for zone room temperatures, outdoor temperature and tank
temperature.

* Update .coveragerc

* Use device_state_attributes

Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>

* Apply suggestions from code review

Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>

* Complete state_attributes -> device_state_attributes migration

* Move constants to top of file

* Remove async_turn_on/off

* Drop mac from ATW unique_ids

* Add MAC to device_info connections

* Remove redundant ABC inheritance

* Update homeassistant/components/melcloud/water_heater.py

Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-03-10 11:00:07 -07:00
..
.translations [ci skip] Translation update 2020-02-19 00:31:49 +00:00
__init__.py Add support for MELCloud Air-to-Water devices (#32078) 2020-03-10 11:00:07 -07:00
climate.py Add support for MELCloud Air-to-Water devices (#32078) 2020-03-10 11:00:07 -07:00
config_flow.py
const.py Add support for MELCloud Air-to-Water devices (#32078) 2020-03-10 11:00:07 -07:00
manifest.json Add support for MELCloud Air-to-Water devices (#32078) 2020-03-10 11:00:07 -07:00
sensor.py Add support for MELCloud Air-to-Water devices (#32078) 2020-03-10 11:00:07 -07:00
strings.json
water_heater.py Add support for MELCloud Air-to-Water devices (#32078) 2020-03-10 11:00:07 -07:00