platypush/platypush/entities
Fabio Manganiello c311987741
continuous-integration/drone/push Build is passing Details
Removed `typing.Final` from some of the most commonly used modules.
`typing.Final` is not defined on Python < 3.8.
2023-09-26 23:50:10 +02:00
..
_engine Fixed management of state on `zigbee.mqtt`. 2023-09-14 23:05:27 +02:00
bluetooth Removed `typing-extensions` dependency. 2023-09-18 14:05:39 +02:00
managers Removed `typing-extensions` dependency. 2023-09-18 14:05:39 +02:00
__init__.py s/TimeoutError/AssertionError/ if get_entities_engine times out. 2023-08-17 02:36:40 +02:00
_base.py Removed `typing.Final` from some of the most commonly used modules. 2023-09-26 23:50:10 +02:00
acceleration.py Added 3-axis sensor, accelerometer and magnetometer entities 2023-04-02 01:13:22 +02:00
audio.py Added `Volume` and `Muted` entities 2023-01-22 21:04:46 +01:00
batteries.py Check for table metadata existance in `Base.metadata` instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
buttons.py Implemented remaining supported entities for the `smartthings` integration 2023-01-26 22:10:02 +01:00
cloud.py Rewritten `linode` integration. 2023-03-26 11:23:33 +02:00
contact.py Added remaining `bluetooth` entity types in `_mappers.py`. 2023-02-23 21:20:41 +01:00
devices.py Added some more docstrings to entities. 2023-02-22 01:02:26 +01:00
dimmers.py Added some more docstrings to entities. 2023-02-22 01:02:26 +01:00
distance.py Added `distance_sensor` entity 2023-03-31 14:22:28 +02:00
electricity.py Check for table metadata existance in `Base.metadata` instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
heart.py Added support for heart rate sensor entities. 2023-02-23 00:55:55 +01:00
humidity.py Added `DewPointSensor` entities. 2023-02-23 01:23:04 +01:00
illuminance.py Check for table metadata existance in `Base.metadata` instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
lights.py Check for table metadata existance in `Base.metadata` instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
linkquality.py Check for table metadata existance in `Base.metadata` instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
magnetism.py Added 3-axis sensor, accelerometer and magnetometer entities 2023-04-02 01:13:22 +02:00
motion.py Added MotionSensor entities 2023-01-21 14:47:18 +01:00
presence.py Added remaining `bluetooth` entity types in `_mappers.py`. 2023-02-23 21:20:41 +01:00
pressure.py Added `PressureSensor` entities. 2023-02-23 01:12:27 +01:00
sensors.py Added `PercentSensor` entity type. 2023-04-17 02:25:02 +02:00
steps.py Added `StepsSensor` entity. 2023-02-23 00:45:58 +01:00
switches.py Check for table metadata existance in `Base.metadata` instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
system.py Added battery entity support to `system` plugin. 2023-04-23 00:41:21 +02:00
temperature.py Check for table metadata existance in `Base.metadata` instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
three_axis.py Support for values passed in dict format to `ThreeAxisSensor` 2023-04-02 02:02:08 +02:00
time.py `s/TimeDurationSensor/TimeDuration/g` 2023-04-02 00:57:48 +02:00
variables.py Migrated `variable` table to the new entities framework. 2023-04-29 11:36:55 +02:00
weight.py Added remaining `bluetooth` entity types in `_mappers.py`. 2023-02-23 21:20:41 +01:00