hass-core/homeassistant/components/sql
G Johansson 4e2b00a443
Refactor SQL with ManualTriggerEntity (#95116)
* First go

* Finalize sensor

* Add tests

* Remove not need _attr_name

* device_class

* _process_manual_data allow Any as value
2023-07-20 11:35:08 +02:00
..
__init__.py Refactor SQL with ManualTriggerEntity (#95116) 2023-07-20 11:35:08 +02:00
config_flow.py
const.py
manifest.json
models.py Restore use of local timezone for MariaDB/MySQL in SQL integration (#91313) 2023-04-12 20:24:55 -04:00
sensor.py Refactor SQL with ManualTriggerEntity (#95116) 2023-07-20 11:35:08 +02:00
strings.json
util.py