platypush/platypush/entities
Fabio Manganiello 64513be6b8
Initial implementation of sensor entities.
Implemented (at least in `zigbee.mqtt`, for now):

- `TemperatureSensor`
- `HumiditySensor`
- `VoltageSensor`
- `CurrentSensor`
- `EnergySensor`
- `PowerSensor`
- `NumericSensor` (generic fallback 1)
- `RawSensor` (generic fallback 2)
- `Sensor` (root class)
2022-11-02 16:38:17 +01:00
..
__init__.py Use Redis instead of an in-process map to store the entity/plugin registry 2022-04-07 00:18:11 +02:00
_base.py Dirty workaround to prevent redefinition of SQLAlchemy ORM model classes 2022-10-10 01:38:15 +02:00
_engine.py Expunge entities after session commit to ensure that the ORM objects can be reused 2022-10-30 11:00:09 +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 Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00
switches.py Dirty workaround to prevent redefinition of SQLAlchemy ORM model classes 2022-10-10 01:38:15 +02:00
temperature.py Initial implementation of sensor entities. 2022-11-02 16:38:17 +01:00