platypush/platypush/entities
Fabio Manganiello 947b50b937
Added meta as a JSON field on the Entity table
Metadata attributes can now be defined and overridden on the object
itself, as well as on the database. Note that db settings will always
take priority in case of value conflicts.
2022-04-07 22:11:31 +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 Added meta as a JSON field on the Entity table 2022-04-07 22:11:31 +02:00
_engine.py Trigger an EntityUpdateEvent when an entity state changes 2022-04-07 01:46:37 +02:00
_registry.py Added documentation for plugin/entity type registry 2022-04-07 01:47:42 +02:00
devices.py Added meta as a JSON field on the Entity table 2022-04-07 22:11:31 +02:00
lights.py Added meta as a JSON field on the Entity table 2022-04-07 22:11:31 +02:00
switches.py Added meta as a JSON field on the Entity table 2022-04-07 22:11:31 +02:00