epenet and GitHub
e7fdc913de
Migrate input_boolean entity attributes to StrEnum ( #175739 )
2026-07-08 07:19:12 +02:00
Abílio Costa and GitHub
fa13cedf83
Add override decorator to components H to I ( #174462 )
2026-06-22 19:21:49 +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
Artur Pragacz and GitHub
f5fef37210
Remove bind_hass usage ( #168369 )
2026-04-16 15:38:59 +02:00
Franck Nijhof and GitHub
d1be6e1c68
Improve input helper action naming consistency ( #166382 )
2026-03-24 20:26:41 +01:00
Erik Montnemery and GitHub
3529aff4b1
Revert "Add turned off and turned on triggers to input boolean ( #158824 )" ( #166240 )
2026-03-23 08:46:03 +01:00
9519bd2428
Add turned off and turned on triggers to input boolean ( #158824 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2026-03-10 14:26:15 +01:00
e6b9c2f737
Raise in EntityComponent.async_prepare_reload on configuration error ( #101267 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2026-02-17 07:42:46 +01:00
Norbert Rittel and GitHub
5c9ec1911b
Clarify action descriptions for input_boolean ( #161924 )
2026-01-31 15:03:08 +01:00
Robert Resch and GitHub
96f84b2b99
Sort homeassistant json files ( #155285 )
2025-10-28 10:33:10 +01:00
epenet and GitHub
d5568ff955
Standardize homeassistant imports in full-CI components ( #136731 )
...
Standardize homeassistant imports in components
2025-01-28 13:11:19 -05:00
Erik Montnemery and GitHub
cffa8b4feb
Update icons.json to new service schema part 2 ( #124769 )
2024-08-28 13:47:41 +02:00
Erik Montnemery and GitHub
ea7e88d000
Pass None instead of empty dict when registering entity services ( #123878 )
2024-08-14 07:04:29 -05:00
Marc Mueller and GitHub
b393024acd
Improve collection schema typing ( #120441 )
2024-06-25 18:57:15 +02:00
Marc Mueller and GitHub
8809d3aa88
Add empty line after module docstring [g-i] ( #112699 )
2024-03-08 08:52:48 -05:00
694059837d
Add input boolean icon translations ( #109108 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2024-01-30 13:22:55 +01:00
Erik Montnemery and GitHub
df73850f56
Move definition of attributes excluded from history to entity classes ( #100430 )
...
* Move definition of attributes excluded from history to entity classes
* Revert change which should be in a follow-up PR
* Fix sun unrecorded attributes
* Fix input_select unrecorded attributes
2023-09-21 15:02:47 +02:00
Marc Mueller and GitHub
77f38e33e5
Import names from typing instead of typing_extensions [3.11] ( #97065 )
2023-07-22 17:03:44 -05:00
Joost Lekkerkerker and GitHub
b367c95c81
Add more common translations ( #96429 )
...
* Add common translations
* Add common translations
* Add common translations
* Add common translations
* Add common translations
* Add common translations
* Add common translations
* Add common translations
2023-07-12 22:00:05 -04:00
d6771e6f8a
Migrate input helpers services to support translations ( #96392 )
...
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com >
2023-07-12 17:12:22 +02:00
Erik Montnemery and GitHub
8f8a398631
Support marking an assist pipeline as preferred ( #91418 )
...
* Support marking an assist pipeline as preferred
* Adjust
* Revert unneeded change
* Send preferred pipeline id in pipeline list
* Don't use property functions for the preferred pipeline
2023-04-15 10:05:46 -04:00
Erik Montnemery and GitHub
59a02cd08c
Allow storing other items than untyped dict in StorageCollection ( #90932 )
...
Allow storing other items than untyped dict in StorageCollection
2023-04-06 10:57:00 -04:00
Erik Montnemery and GitHub
fa308d8e10
Drop unused logger argument for StorageCollection() ( #90913 )
2023-04-06 13:28:34 +02:00
Franck Nijhof and GitHub
fb4b35709d
Add state translations for helpers ( #90356 )
...
* Add state translations for helpers
* Managed via the UI
2023-03-27 16:19:25 -04:00
Franck Nijhof and GitHub
f9919bb7cf
Add pre-defined entity name translations ( #89792 )
2023-03-16 21:10:20 +01:00
Franck Nijhof and GitHub
f32b7859b8
Restructure translations for entity components ( #89702 )
2023-03-16 12:16:08 +01:00
Erik Montnemery and GitHub
90d7fb8418
Sort manifests 5 ( #87026 )
2023-02-08 20:35:25 +01:00
Marc Mueller and GitHub
f7b39aa4a8
Add Self typing (3) [mypy 1.0] ( #87600 )
2023-02-06 22:30:07 -06:00
939eef3b28
Remove translations from Core ( #87543 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2023-02-06 15:06:43 +01:00
epenet and GitHub
996bcbdac6
Make EntityComponent generic ( #78473 )
2022-09-14 14:16:23 -04:00
Erik Montnemery and GitHub
e2a0dd9955
Don't allow partial update of input_boolean settings ( #78372 )
2022-09-13 14:55:24 -04:00
Erik Montnemery and GitHub
b0d033ef29
Add mixin class CollectionEntity for the collection helper ( #77703 )
...
* Add mixin class CollectionEntity for the collection helper
* Improve typing
* Address review comments
* Fix tests
2022-09-03 12:56:49 +02:00
GitHub Action
f11fbf2989
[ci skip] Translation update
2022-08-08 00:22:41 +00:00
38a1ef45ed
Add recorder platform to input_boolean ( #70154 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2022-04-18 11:38:48 +02:00
Paulus Schoutsen and GitHub
423ecfa69d
Mark all input integrations as helpers ( #68922 )
2022-03-30 22:50:13 +02:00
GitHub Action
66d757115c
[ci skip] Translation update
2022-03-11 00:21:48 +00:00
GitHub Action
6364e81be5
[ci skip] Translation update
2022-02-24 00:17:55 +00:00
GitHub Action
203bda203d
[ci skip] Translation update
2022-02-13 00:16:41 +00:00
GitHub Action
c9589f763c
[ci skip] Translation update
2021-12-01 00:17:12 +00:00
GitHub Action
72b0eb719e
[ci skip] Translation update
2021-11-20 00:12:27 +00:00
GitHub Action
f0c9f443d1
[ci skip] Translation update
2021-11-15 00:12:46 +00:00
GitHub Action
4634b65924
[ci skip] Translation update
2021-10-21 00:12:43 +00:00
Marc Mueller and GitHub
aa7dc78a1e
Use assignment expressions 11 ( #57792 )
2021-10-17 20:15:48 +02:00
GitHub Action
8c5620e74b
[ci skip] Translation update
2021-08-02 03:40:04 +00:00
Franck Nijhof and GitHub
958016c44f
Clean up input_boolean, removing typing exceptions ( #52181 )
...
* Clean up input_boolean, removing typing exceptions
* Now pushing all local changes...
2021-06-25 11:57:52 +02:00
Michael and GitHub
b1138b1aab
Add constructor return type in integrations E-K ( #50902 )
2021-05-20 18:47:30 +03:00
GitHub Action
1f80defe3a
[ci skip] Translation update
2021-05-18 00:12:13 +00:00
Franck Nijhof and GitHub
eccefd154a
Extend targets for entity component services ( #50760 )
2021-05-17 14:06:50 +02:00
1160a5f239
Add targets and selectors for services (I-K) ( #50542 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-05-14 20:34:59 +02:00
Franck Nijhof and GitHub
1b5596b4c2
Remove ServiceCallType alias from codebase ( #49844 )
2021-05-02 00:15:27 +02:00