platypush/platypush/entities
Fabio Manganiello 26ffc0b0e1
Use Redis instead of an in-process map to store the entity/plugin registry
This is particularly useful when we want to access the registry from
another process, like the web server or an external script.
2022-04-07 00:18:11 +02: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 Support for direct actions on native entities [WIP] 2022-04-05 23:22:54 +02:00
_engine.py Don't terminate the entities engine thread if a batch of entity records fails 2022-04-05 23:04:57 +02:00
_registry.py Use Redis instead of an in-process map to store the entity/plugin registry 2022-04-07 00:18:11 +02:00
devices.py Basic support for entities on the local db and implemented support for switch entities on the tplink plugin 2022-04-04 16:50:17 +02:00
lights.py Basic support for entities on the local db and implemented support for switch entities on the tplink plugin 2022-04-04 16:50:17 +02:00
switches.py Support for direct actions on native entities [WIP] 2022-04-05 23:22:54 +02:00