Cleanup some leftovers for Landis+Gyr (#90183)

Cleanup some leftovers
This commit is contained in:
Vincent Knoop Pathuis 2023-03-23 17:34:57 +01:00 committed by GitHub
parent e290febb38
commit 87475e8ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -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.

View File

@ -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"]
}