platypush/platypush/entities
Fabio Manganiello d872835093
New API to check if a table class exists before defining it.
- Check if it's part of the metadata through a function call rather than
  checking `Base.metadata` in every single module.

- Make it possible to override them (mostly for doc generation logic
  that needs to be able to import those classes).

- Make it possible to extend them.
2023-10-09 01:33:44 +02:00
..
_engine Fixed management of state on `zigbee.mqtt`. 2023-09-14 23:05:27 +02:00
bluetooth New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +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 New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
acceleration.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
audio.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
batteries.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
buttons.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
cloud.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
contact.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
devices.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
dimmers.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
distance.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
electricity.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
heart.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
humidity.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
illuminance.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
lights.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
linkquality.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
magnetism.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
motion.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
presence.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
pressure.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
sensors.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
steps.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
switches.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
system.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
temperature.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
three_axis.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
time.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
variables.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
weight.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00