mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
Non-breaking changes to fix isses: * eliminating hub exceptions raised due use of unicode strings. * eliminating hub exceptions raised due to Timers being configured on hub.
11 lines
284 B
JSON
11 lines
284 B
JSON
{
|
|
"domain": "acmeda",
|
|
"name": "Rollease Acmeda Automate",
|
|
"codeowners": ["@atmurray"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/acmeda",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aiopulse"],
|
|
"requirements": ["aiopulse==0.4.6"]
|
|
}
|