core/homeassistant/components/recorder
Odin Ugedal 6c4a6568f5
Fix timezone issues for db fields in recorder (#35719)
The database fields are timezoned via DateTime(timezone=True), so the
default value should be timezoned too. When using cockroachdb this is
fatal and results in the recorder crashing.
2020-05-19 13:13:27 -04:00
..
__init__.py Avoid creating multiple sqlalchemy sessions in a single history call (#35721) 2020-05-19 07:52:38 +02:00
const.py
manifest.json Upgrade sqlalchemy to 1.3.17 (#35745) 2020-05-17 20:07:23 -05:00
migration.py
models.py Fix timezone issues for db fields in recorder (#35719) 2020-05-19 13:13:27 -04:00
purge.py Removal of extraneous parenthesis (#33637) 2020-04-04 20:08:55 +02:00
services.yaml
util.py