* Fix for justnimbus integration * Fixed tests and moved const * fix: added reauth flow * fix: fixed reauth config flow * chore: added config_flow reauth test * chore: Processed PR feedback --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
9 lines
259 B
JSON
9 lines
259 B
JSON
{
|
|
"domain": "justnimbus",
|
|
"name": "JustNimbus",
|
|
"codeowners": ["@kvanzuijlen"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/justnimbus",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["justnimbus==0.7.3"]
|
|
}
|