platypush/platypush/plugins/zwave
Fabio Manganiello 98e9abde18
continuous-integration/drone/push Build is passing Details
Extended manifest files with Python system packages (if available).
- If a Python optional dependency is available as a system package on
  the target system, try and install it that route rather than pip. It's
  usually faster and it decreases the risk of breaking system packages.

- Added support for apk dependencies in manifest files. This brings the
  number of distros officially supported by all the extensions to four:

  - Alpine
  - Arch
  - Debian
  - Ubuntu
2023-08-16 22:43:51 +02:00
..
mqtt Extended manifest files with Python system packages (if available). 2023-08-16 22:43:51 +02:00
__init__.py Added deprecation notice for `zwave` plugin and backend (use `zwave.mqtt` instead) 2022-10-22 19:17:58 +02:00
_base.py - Simplified prototype for `EntityManager.set` 2023-02-11 21:35:00 +01:00
_constants.py Added zwave.mqtt plugin and backend [closes #186] 2021-04-12 02:45:59 +02:00
manifest.yaml Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00