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 Add device_class and state_class in config flow for SQL (#95020) 2023-07-08 21:00:22 +02:00
const.py
manifest.json Fix package names to match pypi index metadata (#93883) 2023-05-31 21:12:53 -04:00
models.py
sensor.py Refactor SQL with ManualTriggerEntity (#95116) 2023-07-20 11:35:08 +02:00
strings.json Add device_class and state_class in config flow for SQL (#95020) 2023-07-08 21:00:22 +02:00
util.py