- Amsterdam, NL
- https://fabiomanganiello.com
-
Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.
- Joined on
2022-07-05
Support for entity scenes
Support for entity scenes
It's too hard to implement given the current architecture - all plugins that support scenes will have to implement a new proxy interface to run actions.
Procedures are already a way of setting…
598de6b91a
[CI/CD] Only push tags to Github on the second git push command.
20483524d1
Updated CHANGELOG.
9bbdfc1eb9
[CI/CD] Mirror also tags to Github.
4568b4659e
[CI/CD] grep the version out of version.py.
54c2264403
license is not required in pyproject.toml if it's already specified in classifiers.
52d92da907
Upgraded license date.
88cc18de92
Replaced remaining setup.py references in the code with pyproject.toml.
de96b4ea17
Migrated project setup to pyproject.toml.
92fe119cff
Removed
psutil
as a required pip dependency.
f809ce0cb0
Apparently the version variable needs to always be named
__version__
.