Ariel Ebersberger and GitHub
1e652986ae
Rename "advanced_options" section to "additional_options" in SQL ( #175110 )
2026-07-01 14:22:47 +02:00
Ariel Ebersberger and GitHub
484e60a1c4
Rename "Advanced options" to "Additional options" in SQL ( #174631 )
2026-06-24 12:19:38 +02:00
Franck Nijhof and GitHub
abcb677b57
Bump SQLAlchemy to 2.0.51 ( #174499 )
2026-06-22 23:59:00 +02:00
Abílio Costa and GitHub
d49a9c4780
Add override decorator to components S to T ( #174483 )
2026-06-22 20:52:27 +02:00
G Johansson and GitHub
7c33b953d3
Remove not needed guards for integration migrations from future versions ( #173301 )
2026-06-08 15:57:25 -04:00
renovate[bot] and GitHub
db0fc36a54
Update SQLAlchemy to 2.0.50 ( #172685 )
2026-06-01 16:11:43 +02:00
3fee05db71
Add entity_platform helper function to create issues when platform setup is not supported by integration ( #171105 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-19 21:08:03 +02:00
daffc8c2ce
Fix line length violations in components s ( #170722 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: frenck <195327+frenck@users.noreply.github.com >
2026-05-14 17:01:09 -04:00
Franck Nijhof and GitHub
1e8a9ded70
Refactor pylint plugins into pylint_home_assistant package ( #170521 )
2026-05-13 17:12:19 -04:00
a2131c0d45
Add pylint plugin to detect name fields in config flow schemas ( #168875 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: frenck <195327+frenck@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-13 12:30:30 +02:00
d766aae436
Remove import annotations from components ( #169536 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: frenck <195327+frenck@users.noreply.github.com >
2026-04-30 21:14:48 +02:00
Franck Nijhof and GitHub
fab59d7a13
Add pylint plugin to enforce entry.runtime_data over hass.data[DOMAIN] ( #168760 )
2026-04-22 15:31:58 +02:00
renovate[bot] and GitHub
c47cecf350
Update SQLAlchemy to 2.0.49 ( #168260 )
2026-04-15 07:20:58 +02:00
Marc Mueller and GitHub
d04fb59d56
Update sqlparse to 0.5.5 ( #163774 )
2026-02-22 10:05:45 -06:00
epenet and GitHub
a171e17097
Cleanup unnecessary brackets for except statements (q-z) ( #162408 )
2026-02-06 13:31:56 +01:00
epenet and GitHub
5c980e8d97
Cleanup ternary if expressions ( #162394 )
2026-02-06 11:50:47 +01:00
Jan Bouwhuis and GitHub
a0e0549d90
Fix missing temperature_delta device class translations ( #156685 )
2025-11-16 15:00:51 +01:00
G Johansson and GitHub
67ccdd36fb
Allow template in query in sql ( #150287 )
2025-11-06 17:11:46 +01:00
David Rapan and GitHub
144fc2a443
Refactor SQL's data conversion ( #155598 )
2025-11-02 18:49:18 +01:00
Robert Resch and GitHub
96f84b2b99
Sort homeassistant json files ( #155285 )
2025-10-28 10:33:10 +01:00
tronikos and GitHub
6c919e698f
Add sql.query action ( #147260 )
2025-10-23 11:08:37 +02:00
G Johansson and GitHub
0f34f5139a
Fix sql repair string ( #153619 )
2025-10-04 10:39:26 +02:00
G Johansson and GitHub
b01f5dd24b
Raise repairs on platform setup for sql ( #153581 )
2025-10-04 07:02:36 +02:00
Jan Bouwhuis and GitHub
bfb62709d4
Add missing translation strings for added sensor device classes pm4 and reactive energy ( #153215 )
2025-09-29 19:55:09 +02:00
tronikos and GitHub
d6543480ac
Refactor SQL integration ( #153135 )
2025-09-28 19:03:13 +02:00
1428b41a25
Improve sql config flow ( #150757 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-09-11 12:27:48 +02:00
Norbert Rittel and GitHub
ae42d71123
Add translations for recently introduced device classes to sql ( #149821 )
2025-08-01 20:33:47 +01:00
G Johansson and GitHub
d7d2013ec8
Use OptionsFlowWithReload in sql ( #149047 )
2025-07-19 13:12:25 +01:00
G Johansson and GitHub
277241c4d3
Adjust ManualTriggerSensorEntity to handle timestamp device classes ( #145909 )
2025-07-18 13:49:12 +02:00
Marc Mueller and GitHub
6c365c94ed
Update sqlalchemy to 2.0.41 ( #145790 )
2025-05-28 16:39:10 +02:00
Jan Bouwhuis and GitHub
b1403838bb
Add translation string and references for sensor Measurement Angle state class ( #145639 )
2025-05-26 21:22:10 +02:00
alorente and GitHub
1d47dc41c9
Add reactive energy device class and units ( #143941 )
2025-05-15 12:05:46 +01:00
ff2c901930
Update trigger based template entity resolution order ( #140660 )
...
* Update trigger based template entity resolution order
* add test
* fix most comments
* Move resolution to base class
* add comment
* remove uncessary if statement
* add more tests
* update availability tests
* update logic stage 1
* phase 2 changes
* fix trigger template entity tests
* fix trigger template entities
* command line tests
* sql tests
* scrape test
* update doc string
* add rest tests
* update sql sensor _update signature
* fix scrape test constructor
* move state check to trigger_entity
* fix comments
* Update homeassistant/components/template/trigger_entity.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/helpers/trigger_template_entity.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/helpers/trigger_template_entity.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* update command_line and rest
* update scrape
* update sql
* add case to command_line sensor
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2025-04-25 13:17:25 +02:00
J. Nick Koston and GitHub
f247183e11
Bump SQLAlchemy to 2.0.40 ( #141898 )
...
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.40
2025-03-31 10:11:13 +02:00
J. Nick Koston and GitHub
e78dc486f7
Bump SQLAlchemy to 2.0.39 ( #140473 )
...
* Bump SQLAlchemy to 2.0.39
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.39
* fix typing
2025-03-12 13:09:41 -10:00
32950df0b7
Specify recorder as after dependency in sql integration ( #139037 )
...
* Specify recorder as after dependency in sql integration
* Remove hassfest exception
---------
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-02-28 20:51:56 +01:00
Erik Montnemery and GitHub
f83c8de8d3
Update signature of platforms' async_setup_entry ( #138201 )
2025-02-10 21:08:03 +01:00
J. Nick Koston and GitHub
684d8dac0d
Bump SQLAlchemy to 2.0.38 ( #137693 )
2025-02-07 13:03:19 -06:00
Norbert Rittel and GitHub
b4559e0342
Several fixes in user-facing strings of the SQL integration ( #137438 )
...
- use proper sentence-casing for all strings
- replace "unit of measure" with correct "unit of measurement"
- replace "HA recorder" with "Home Assistant Recorder" as this is a name that is not translated
- add some details from the online docs to descriptions
2025-02-06 18:05:04 +02:00
J. Nick Koston and GitHub
f75a61ac90
Bump SQLAlchemy to 2.0.37 ( #137028 )
...
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.37
There is a bug fix that likely affects us that could lead to corrupted queries
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-e4d04d8eb1bccee16b74f5662aff8edd
2025-01-31 13:52:38 -05:00
epenet and GitHub
844259bd6c
Standardize homeassistant imports in component (s) ( #136832 )
2025-01-29 12:24:31 +01:00
G Johansson and GitHub
877d16273b
Fix SQL sensor name ( #134414 )
2025-01-02 08:51:49 +01:00
J. Nick Koston and GitHub
ffeefd4856
Bump SQLAlchemy to 2.0.36 ( #126683 )
...
* Bump SQLAlchemy to 2.0.35
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.35
* fix mocking
* adjust to .36
* remove ignored as these are now typed
* fix SQLAlchemy
2024-11-30 22:07:51 -05:00
epenet and GitHub
c54ed53a81
Remove usage of options property in OptionsFlow (part 1) ( #129895 )
...
* Remove usage of options property in OptionsFlow
* Improve
2024-11-05 19:51:20 +01:00
epenet and GitHub
8b6c99776e
Cleanup unnecessary OptionsFlowWithConfigEntry (part 1) ( #129752 )
...
* Cleanup unnecessary OptionsFlowWithConfigEntry
* Fix emoncms
* Fix imap
* Fix met
* Fix workday
2024-11-03 22:57:18 +01:00
Erik Montnemery and GitHub
533e383d5d
Remove unnecessary assignment of Template.hass from sql ( #123690 )
2024-08-12 15:51:02 +02:00
dougiteixeira and GitHub
74c2f000d8
Add missing translations for device class in SQL ( #120892 )
2024-07-01 07:44:59 +02:00
G Johansson and GitHub
9b341f5b67
Don't record attributes in sql ( #120170 )
2024-06-22 19:42:55 +02:00
J. Nick Koston and GitHub
a642454e6f
Bump sqlalchemy to 2.0.31 ( #119951 )
2024-06-19 08:09:04 +02:00
Sid and GitHub
c2b3bf3fb9
Enable Ruff RET502 ( #115139 )
2024-05-21 22:19:33 +02:00