Fix incomfort issue #24478 & bump client (#24548)

* fix issue #24478 - missing climate entities

* bump client
This commit is contained in:
David Bonnes 2019-06-15 20:45:01 +01:00 committed by Paulus Schoutsen
parent e9b0f54a43
commit 616301f7ee
3 changed files with 3 additions and 6 deletions

View File

@ -19,10 +19,7 @@ async def async_setup_platform(hass, hass_config, async_add_entities,
client = hass.data[DOMAIN]['client']
heater = hass.data[DOMAIN]['heater']
rooms = [InComfortClimate(client, r)
for r in heater.rooms if not r.room_temp]
if rooms:
async_add_entities(rooms)
async_add_entities([InComfortClimate(client, r) for r in heater.rooms])
class InComfortClimate(ClimateDevice):

View File

@ -3,7 +3,7 @@
"name": "Intergas InComfort/Intouch Lan2RF gateway",
"documentation": "https://www.home-assistant.io/components/incomfort",
"requirements": [
"incomfort-client==0.2.9"
"incomfort-client==0.3.0"
],
"dependencies": [],
"codeowners": [

View File

@ -634,7 +634,7 @@ iglo==1.2.7
ihcsdk==2.3.0
# homeassistant.components.incomfort
incomfort-client==0.2.9
incomfort-client==0.3.0
# homeassistant.components.influxdb
influxdb==5.2.0