mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Add support for v2 API for HomeWizard kWh Meter (#147214)
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["homewizard_energy"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["python-homewizard-energy==9.1.1"],
|
||||
"requirements": ["python-homewizard-energy==9.2.0"],
|
||||
"zeroconf": ["_hwenergy._tcp.local.", "_homewizard._tcp.local."]
|
||||
}
|
||||
|
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"authorize": {
|
||||
"title": "Authorize",
|
||||
"description": "Press the button on the HomeWizard Energy device, then select the button below."
|
||||
"description": "Press the button on the HomeWizard Energy device for two seconds, then select the button below."
|
||||
},
|
||||
"reconfigure": {
|
||||
"description": "Update configuration for {title}.",
|
||||
|
Reference in New Issue
Block a user