hass-core/homeassistant/components/justnimbus/manifest.json
Koen van Zuijlen acd07b4826
Fix for justnimbus integration (#99212)
* 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>
2024-01-23 08:56:11 +01:00

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