* Update dependency growattServer for improved error details Updating to latest version. Since version 1.3.1 it will raise requests.exceptions.HTTPError for unexpected API responses such as HTTP 405 (rate limiting/firewall) * Improve error details by raising ConfigEntryAuthFailed Previous code was returning None which the caller couldn't handle * Use a more appropiate exception type * Update homeassistant/components/growatt_server/sensor.py * Update homeassistant/components/growatt_server/sensor.py * Fix --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
10 lines
285 B
JSON
10 lines
285 B
JSON
{
|
|
"domain": "growatt_server",
|
|
"name": "Growatt",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/growatt_server",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["growattServer"],
|
|
"requirements": ["growattServer==1.5.0"]
|
|
}
|