hass-core/homeassistant/components/sql
dougiteixeira 4b1d096e6b
Add device_class and state_class in config flow for SQL (#95020)
* Add device_class and state_class in config flow for SQL

* Update when selected NONE_SENTINEL

* Add tests

* Use SensorDeviceClass and SensorStateClass in tests

* Add volatile_organic_compounds_parts in strings selector

* Add test_attributes_from_entry_config

* Remove test_attributes_from_entry_config and complement test_device_state_class

* Add test_attributes_from_entry_config in test_sensor.py
2023-07-08 21:00:22 +02:00
..
__init__.py Fix db_url issue in SQL (#92324) 2023-05-01 16:17:01 +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 SQL reintroduce yaml support (#75205) 2023-01-07 18:14:36 -10:00
manifest.json Fix package names to match pypi index metadata (#93883) 2023-05-31 21:12:53 -04:00
models.py Restore use of local timezone for MariaDB/MySQL in SQL integration (#91313) 2023-04-12 20:24:55 -04:00
sensor.py Add device_class and state_class in config flow for SQL (#95020) 2023-07-08 21:00:22 +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 Fix db_url issue in SQL (#92324) 2023-05-01 16:17:01 +02:00