Skip to content

Commit

Permalink
Add dependency and remove requirement from manifest.json (#129)
Browse files Browse the repository at this point in the history
We have a dependency on MQTT that needs to be initialised before we start reaching out to the device. We also don't need to explictly call out paho-mqtt as a dependency as it is required by HA more generally and is not specific to Dyson.
  • Loading branch information
codyc1515 authored Feb 20, 2024
1 parent faa2b8b commit ec7d467
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/dyson_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"name": "Dyson",
"codeowners": ["@libdyson-wg", "@dotvezz"],
"config_flow": true,
"dependencies": ["zeroconf"],
"dependencies": ["mqtt", "zeroconf"],
"documentation": "https://github.com/libdyson-wg/ha-dyson",
"iot_class": "local_push",
"issue_tracker": "https://github.com/libdyson-wg/ha-dyson/issues",
"requirements": ["paho-mqtt"],
"version": "1.3.10"
}

0 comments on commit ec7d467

Please sign in to comment.