* Add config flow for `simplepush` * fix warning message * fix typos * Add importing yaml config * patch integration setup * Add check for errrors raised by the library * fix coverage * Adjust comment and logging message Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
11 lines
285 B
JSON
11 lines
285 B
JSON
{
|
|
"domain": "simplepush",
|
|
"name": "Simplepush",
|
|
"documentation": "https://www.home-assistant.io/integrations/simplepush",
|
|
"requirements": ["simplepush==1.1.4"],
|
|
"codeowners": ["@engrbm87"],
|
|
"config_flow": true,
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["simplepush"]
|
|
}
|