mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Mill, support more heater types (#17676)
* mill, suport more heater types * mill requirements
This commit is contained in:
parent
96105ef6e7
commit
61a96aecc0
@ -17,7 +17,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||||
|
|
||||||
REQUIREMENTS = ['millheater==0.1.2']
|
REQUIREMENTS = ['millheater==0.2.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -43,6 +43,7 @@ async def async_setup_platform(hass, config, async_add_entities,
|
|||||||
_LOGGER.error("Failed to connect to Mill")
|
_LOGGER.error("Failed to connect to Mill")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
await mill_data_connection.update_rooms()
|
||||||
await mill_data_connection.update_heaters()
|
await mill_data_connection.update_heaters()
|
||||||
|
|
||||||
dev = []
|
dev = []
|
||||||
|
@ -606,7 +606,7 @@ mficlient==0.3.0
|
|||||||
miflora==0.4.0
|
miflora==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.climate.mill
|
# homeassistant.components.climate.mill
|
||||||
millheater==0.1.2
|
millheater==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.mitemp_bt
|
# homeassistant.components.sensor.mitemp_bt
|
||||||
mitemp_bt==0.0.1
|
mitemp_bt==0.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user