hass-core/homeassistant/components/husqvarna_automower/manifest.json
Thomas55555 f53411b95a
Bump aioautomower to 2024.9.3 (#126769)
* Bump aioautomower to 2024.9.3

* tests
2024-09-25 20:28:22 +02:00

11 lines
366 B
JSON

{
"domain": "husqvarna_automower",
"name": "Husqvarna Automower",
"codeowners": ["@Thomas55555"],
"config_flow": true,
"dependencies": ["application_credentials"],
"documentation": "https://www.home-assistant.io/integrations/husqvarna_automower",
"iot_class": "cloud_push",
"loggers": ["aioautomower"],
"requirements": ["aioautomower==2024.9.3"]
}