mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Bump incomfort-client to v0.6.8 (#143895)
Co-authored-by: Josef Zweck <josef@zweck.dev>
This commit is contained in:
parent
5a4abe3ec1
commit
0b988b3fac
@ -32,6 +32,7 @@
|
|||||||
"sensor_test": "mdi:thermometer-check",
|
"sensor_test": "mdi:thermometer-check",
|
||||||
"central_heating": "mdi:radiator",
|
"central_heating": "mdi:radiator",
|
||||||
"standby": "mdi:water-boiler-off",
|
"standby": "mdi:water-boiler-off",
|
||||||
|
"off": "mdi:water-boiler-off",
|
||||||
"postrun_boyler": "mdi:water-boiler-auto",
|
"postrun_boyler": "mdi:water-boiler-auto",
|
||||||
"service": "mdi:progress-wrench",
|
"service": "mdi:progress-wrench",
|
||||||
"tapwater": "mdi:faucet",
|
"tapwater": "mdi:faucet",
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["incomfortclient"],
|
"loggers": ["incomfortclient"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"requirements": ["incomfort-client==0.6.7"]
|
"requirements": ["incomfort-client==0.6.8"]
|
||||||
}
|
}
|
||||||
|
@ -119,6 +119,7 @@
|
|||||||
"sensor_test": "Sensor test",
|
"sensor_test": "Sensor test",
|
||||||
"central_heating": "Central heating",
|
"central_heating": "Central heating",
|
||||||
"standby": "[%key:common::state::standby%]",
|
"standby": "[%key:common::state::standby%]",
|
||||||
|
"off": "[%key:common::state::off%]",
|
||||||
"postrun_boyler": "Post run boiler",
|
"postrun_boyler": "Post run boiler",
|
||||||
"service": "Service",
|
"service": "Service",
|
||||||
"tapwater": "Tap water",
|
"tapwater": "Tap water",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1230,7 +1230,7 @@ imeon_inverter_api==0.3.12
|
|||||||
imgw_pib==1.0.10
|
imgw_pib==1.0.10
|
||||||
|
|
||||||
# homeassistant.components.incomfort
|
# homeassistant.components.incomfort
|
||||||
incomfort-client==0.6.7
|
incomfort-client==0.6.8
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
influxdb-client==1.24.0
|
influxdb-client==1.24.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1045,7 +1045,7 @@ imeon_inverter_api==0.3.12
|
|||||||
imgw_pib==1.0.10
|
imgw_pib==1.0.10
|
||||||
|
|
||||||
# homeassistant.components.incomfort
|
# homeassistant.components.incomfort
|
||||||
incomfort-client==0.6.7
|
incomfort-client==0.6.8
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
influxdb-client==1.24.0
|
influxdb-client==1.24.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user