mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* 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>
10 lines
246 B
JSON
10 lines
246 B
JSON
{
|
|
"domain": "melcloud",
|
|
"name": "MELCloud",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/melcloud",
|
|
"requirements": ["pymelcloud==2.4.0"],
|
|
"dependencies": [],
|
|
"codeowners": ["@vilppuvuorinen"]
|
|
}
|