Skip to content

Commit

Permalink
Update manifest.json for import_executor (#139)
Browse files Browse the repository at this point in the history
* Update manifest.json

as per-discussion with @bdraco, this will limit/eliminate the time that `dyson_local` blocks the HA event loop.

fixes/solves #138

* Update custom_components/dyson_local/manifest.json

* Update custom_components/dyson_local/manifest.json

Co-authored-by: J. Nick Koston <[email protected]>

---------

Co-authored-by: Ben Vezzani <[email protected]>
Co-authored-by: J. Nick Koston <[email protected]>
  • Loading branch information
3 people authored Mar 2, 2024
1 parent 4bc754c commit 02eff0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/dyson_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"config_flow": true,
"dependencies": ["mqtt", "zeroconf"],
"documentation": "https://github.com/libdyson-wg/ha-dyson",
"import_executor": true,
"iot_class": "local_push",
"issue_tracker": "https://github.com/libdyson-wg/ha-dyson/issues",
"version": "1.3.10"
"version": "1.3.10",
"import_executor": true
}

0 comments on commit 02eff0a

Please sign in to comment.