platypush/platypush/entities
Fabio Manganiello f45df5d4d3
Explictly cast entity IDs to strings when coalescing entity updates
Some plugins may represent entity IDs as integers, while the database
maps external IDs to strings. This may result in entities being
incorrectly mapped during merging. Casting to string prevents these
type-related ambiguities.
2022-04-29 23:24:28 +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 support for description/read_only/write_only on entity level 2022-04-24 22:18:29 +02:00
_engine.py Explictly cast entity IDs to strings when coalescing entity updates 2022-04-29 23:24:28 +02:00
_registry.py Added documentation for plugin/entity type registry 2022-04-07 01:47:42 +02:00
devices.py Better dynamic entities discovery 2022-04-13 11:25:14 +02:00
lights.py Better dynamic entities discovery 2022-04-13 11:25:14 +02:00
switches.py Better dynamic entities discovery 2022-04-13 11:25:14 +02:00