platypush/platypush/entities
Fabio Manganiello 78c59f437a
Added support for illuminance sensor entities
2022-11-27 22:38:58 +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 Don't lock read session from the main database 2022-11-12 16:10:57 +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
illuminance.py Added support for illuminance sensor entities 2022-11-27 22:38:58 +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 `EnumSensor` entities 2022-11-21 00:04:07 +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