forked from platypush/platypush
Fabio Manganiello
d8c429f4a8
- Better logic to recursively link parent/children entities, so partial updates won't get lost. - Removed `EntitiesCache` - it was too much to maintain while keeping consistent with the ORM, and it was a perennial fight against SQLAlchemy's own cache. - Removed `EntityNotifier` - with no need to merge cached entities, the `notify` method has become much simpler and it's simply been merged in the `EntitiesRepository`. |
||
---|---|---|
.. | ||
_engine | ||
_managers | ||
__init__.py | ||
_base.py | ||
audio.py | ||
batteries.py | ||
bluetooth.py | ||
buttons.py | ||
devices.py | ||
dimmers.py | ||
electricity.py | ||
humidity.py | ||
illuminance.py | ||
lights.py | ||
linkquality.py | ||
motion.py | ||
sensors.py | ||
switches.py | ||
temperature.py |