* Bump ondilo to 0.5.0 and handle errors retrieving data * Bump ondilo to 0.5.0 and handle errors retrieving data * Updated ruff recommendation * Refactor * Refactor * Added exception log and updated call to update data * Updated test cases to test through state machine * Updated test cases * Updated test cases after comments * REnamed file --------- Co-authored-by: Joostlek <joostlek@outlook.com>
12 lines
335 B
JSON
12 lines
335 B
JSON
{
|
|
"domain": "ondilo_ico",
|
|
"name": "Ondilo ICO",
|
|
"codeowners": ["@JeromeHXP"],
|
|
"config_flow": true,
|
|
"dependencies": ["auth"],
|
|
"documentation": "https://www.home-assistant.io/integrations/ondilo_ico",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["ondilo"],
|
|
"requirements": ["ondilo==0.5.0"]
|
|
}
|