platypush/platypush/entities
Fabio Manganiello 86edd70d93
Fixed session/concurrency management on the main SQLite db
- The `declarative_base` instance should be shared
- Database `session_locks` should be stored at module, not instance
  level
- Better isolation of scoped sessions
- Enclapsulated `get_session` method in `UserManager`
2022-11-12 15:36:17 +01:00
..
__init__.py Fixed session/concurrency management on the main SQLite db 2022-11-12 15:36:17 +01:00
_base.py Fixed session/concurrency management on the main SQLite db 2022-11-12 15:36:17 +01:00
_engine.py Fixed session/concurrency management on the main SQLite db 2022-11-12 15:36:17 +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