mirror of
https://github.com/Andre0512/hon.git
synced 2026-07-06 01:32:55 +02:00
Compare commits
2 Commits
15bf996404
...
v0.12.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 9870de2a42 | |||
| 2a5be2e657 |
@@ -7,7 +7,7 @@ from homeassistant.components.climate import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
DOMAIN: str = "hon"
|
DOMAIN: str = "hon"
|
||||||
UPDATE_INTERVAL: int = 10
|
UPDATE_INTERVAL: int = 60
|
||||||
|
|
||||||
PLATFORMS: list[str] = [
|
PLATFORMS: list[str] = [
|
||||||
"sensor",
|
"sensor",
|
||||||
|
|||||||
@@ -11,5 +11,5 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"pyhOn==0.15.15"
|
"pyhOn==0.15.15"
|
||||||
],
|
],
|
||||||
"version": "0.11.0-beta.1"
|
"version": "0.12.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user