* Adding config flow * Fix setup issues. * Added test for config_flow * Refactor schemas. * Fixed ruff-format on const.py * Added geniushub-cleint to requirements_test_all.txt * Updates from review. * Correct multiple logger comment errors. * User menu rather than check box. * Correct logger messages. * Correct test_config_flow * Import config entry from YAML * Config flow integration * Refactor genius hub test_config_flow. * Improvements and simplification from code review. * Correct tests * Stop device being added twice. * Correct validate_input. * Changes to meet code review three week ago. * Fix Ruff undefined error * Update homeassistant/components/geniushub/config_flow.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/geniushub/config_flow.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Change case Cloud and Local to CLOUD and LOCAL. * More from code review * Fix * Fix * Update homeassistant/components/geniushub/strings.json --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
10 lines
296 B
JSON
10 lines
296 B
JSON
{
|
|
"domain": "geniushub",
|
|
"name": "Genius Hub",
|
|
"codeowners": ["@manzanotti"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/geniushub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["geniushubclient"],
|
|
"requirements": ["geniushub-client==0.7.1"]
|
|
}
|