hass-core/homeassistant/components/acmeda/manifest.json
Alan Murray 221f961574
Bump aiopulse to 0.4.6 (#124964)
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.
2024-08-31 11:33:58 +02:00

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