platypush/platypush/entities
Fabio Manganiello 2aa8778078
Do not process EntityUpdateEvents only in case of payload changes
The UI relies on these events upon refresh to detect if a device is
still reacheable. Therefore, we shouldn't mask them if we don't detect
any changes with the current entity configuration/state.
2022-04-12 00:41:20 +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 - icon_class should not be part of the backend model 2022-04-08 16:49:47 +02:00
_engine.py Do not process EntityUpdateEvents only in case of payload changes 2022-04-12 00:41:20 +02:00
_registry.py Added documentation for plugin/entity type registry 2022-04-07 01:47:42 +02:00
devices.py - icon_class should not be part of the backend model 2022-04-08 16:49:47 +02:00
lights.py - icon_class should not be part of the backend model 2022-04-08 16:49:47 +02:00
switches.py - icon_class should not be part of the backend model 2022-04-08 16:49:47 +02:00