platypush/platypush/entities
Fabio Manganiello 1c811a490f
Don't serialize children_ids in Entity.to_json()
Serializing both children_ids and parent_id can result in nasty
SQLAlchemy bugs, especially when handling objects that haven't been
flushed yet.
2023-01-01 12:47:15 +01:00
..
_engine Don't use the entities cache when upserting entities. 2022-12-18 15:13:21 +01:00
__init__.py Fixed session/concurrency management on the main SQLite db 2022-11-12 15:36:17 +01:00
_base.py Don't serialize children_ids in Entity.to_json() 2023-01-01 12:47:15 +01:00
_registry.py Added documentation for plugin/entity type registry 2022-04-07 01:47:42 +02:00
batteries.py Check for table metadata existance in Base.metadata instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
devices.py Check for table metadata existance in Base.metadata instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
dimmers.py Check for table metadata existance in Base.metadata instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
electricity.py Check for table metadata existance in Base.metadata instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
humidity.py Check for table metadata existance in Base.metadata instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
illuminance.py Check for table metadata existance in Base.metadata instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
lights.py Check for table metadata existance in Base.metadata instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
linkquality.py Check for table metadata existance in Base.metadata instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
sensors.py Use Float instead of Numeric on NumericSensor table. 2022-12-18 15:25:22 +01:00
switches.py Check for table metadata existance in Base.metadata instead of having a separate entity registry 2022-12-04 16:28:46 +01:00
temperature.py Check for table metadata existance in Base.metadata instead of having a separate entity registry 2022-12-04 16:28:46 +01:00