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