parent
e290febb38
commit
87475e8ff6
2 changed files with 1 additions and 5 deletions
|
@ -4,6 +4,5 @@ from datetime import timedelta
|
|||
|
||||
DOMAIN = "landisgyr_heat_meter"
|
||||
|
||||
GJ_TO_MWH = 0.277778 # conversion factor
|
||||
ULTRAHEAT_TIMEOUT = 30 # reading the IR port can take some time
|
||||
POLLING_INTERVAL = timedelta(days=1) # Polling is only daily to prevent battery drain.
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
"config_flow": true,
|
||||
"dependencies": ["usb"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/landisgyr_heat_meter",
|
||||
"homekit": {},
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["ultraheat-api==0.5.1"],
|
||||
"ssdp": [],
|
||||
"zeroconf": []
|
||||
"requirements": ["ultraheat-api==0.5.1"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue