platypush/platypush/entities
Fabio Manganiello 6b7933cd33
Using a different SQLite database for entities
This prevents multiprocessing/concurrency issues when modifying the same
database file both from the main process and from the web server process
2022-11-12 02:00:55 +01:00
..
__init__.py Using a different SQLite database for entities 2022-11-12 02:00:55 +01:00
_base.py Using a different SQLite database for entities 2022-11-12 02:00:55 +01:00
_engine.py Using a different SQLite database for entities 2022-11-12 02:00:55 +01:00
_registry.py Added documentation for plugin/entity type registry 2022-04-07 01:47:42 +02:00
batteries.py Added support for link_quality entities to `zigbee.mqtt` 2022-10-30 11:03:22 +01:00
devices.py Dirty workaround to prevent redefinition of SQLAlchemy ORM model classes 2022-10-10 01:38:15 +02:00
dimmers.py Added dimmer entities 2022-10-23 00:30:32 +02:00
electricity.py Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
humidity.py Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
lights.py Dirty workaround to prevent redefinition of SQLAlchemy ORM model classes 2022-10-10 01:38:15 +02:00
linkquality.py Added support for link_quality entities to `zigbee.mqtt` 2022-10-30 11:03:22 +01:00
sensors.py Added support for binary sensors (in zigbee.mqtt for now) 2022-11-05 01:47:50 +01:00
switches.py Implemented `EnumSwitch` entity type 2022-11-11 01:46:38 +01:00
temperature.py Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00