Norbert Rittel
e10fb3c168
Fix inconsistent "remove" in description of refresh tokens ( #23073 )
...
As Refresh tokens are created in HA the corresponding verb is "delete", not "remove".
All buttons and menu items in this context use the correct verb, except for the description which contains "remove", twice.
This commit fixes that.
2024-11-30 22:32:00 +01:00
Norbert Rittel
5ee8bee6dc
Remove the misleading word "updates" from system options ( #23069 )
...
Remove the misleading word "update" from system options
The second option in the system options dialog for integrations uses the word "updates" in both the headline and the explanation.
This is highly misleading as it sounds like polling for firmware updates for many device integrations.
Therefore the words "(state) changes" should be used instead.
2024-11-30 17:07:37 +01:00
Norbert Rittel
82c23026b3
Correctly match "Remove" to "Add" within Energy dashboard ( #23068 )
...
In Home Assistant the action "Add" should always pair with "Remove", like "Create" does with "Delete".
This commit addresses all mismatched pairs in the Energy dashboard.
In addition the grammar of device_consumption_energy is fixed by using the consistent "energy consumption" word pair.
2024-11-30 16:44:09 +01:00
renovate[bot]
94b7b60fe0
Update dependency prettier to v3.4.1 ( #23053 )
...
* Update dependency prettier to v3.4.1
* Prettier rule
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-11-29 16:55:54 +00:00
Norbert Rittel
97015788a2
Correctly pair 'remove' with 'add' in description of To-do list card ( #23044 )
...
When using 'Add' in HA this should always pair with 'Remove', like 'Create' with 'Delete'.
The To-do list card introduces an inconsistent third word by using 'clear' instead of 'remove'.
This fixes this and also properly capitalizes "To-do list" as it's name like in all other Dashboard card types.
2024-11-29 08:35:45 +02:00
Wendelin
1061769144
Simplify depends_on_cloud translation ( #23042 )
2024-11-28 16:52:56 +01:00
Wendelin
1edfec08e1
Add internal, legacy to IQS ( #23040 )
2024-11-28 16:52:55 +01:00
Wendelin
239cad9b47
Fix iqs naming and docs link anchor ( #23036 )
2024-11-28 16:52:54 +01:00
Paul Bottein
8d7c175d70
Only use duration poly-fill when necessary ( #23030 )
2024-11-28 16:52:43 +01:00
Wendelin
795bbefba6
Fix platinum color and spacing of integration logo ( #23029 )
2024-11-28 16:51:57 +01:00
karwosts
e1b34eaa33
Dont floor duration for milliseconds ( #23028 )
...
* Dont floor duration for milliseconds
* remove ms
2024-11-28 16:51:22 +01:00
Norbert Rittel
de87aee15b
Replace add_zone with create_zone in ha-config-zone.ts ( #23041 )
...
* Replace add_zone with create_zone in ha-config-zone.ts
The action button is the only inconsistent item here now.
* Remove orphaned "add_zone" string
2024-11-28 14:46:29 +02:00
Wendelin
36312cc273
Simplify depends_on_cloud translation ( #23042 )
2024-11-28 13:24:44 +02:00
Wendelin
3120184d63
Add internal, legacy to IQS ( #23040 )
2024-11-28 13:23:53 +02:00
Wendelin
a1be9d923e
Fix iqs naming and docs link anchor ( #23036 )
2024-11-28 09:58:34 +02:00
karwosts
f7c8c6e3e8
Dont floor duration for milliseconds ( #23028 )
...
* Dont floor duration for milliseconds
* remove ms
2024-11-27 17:27:03 +00:00
Paul Bottein
3411967fd9
Only use duration poly-fill when necessary ( #23030 )
2024-11-27 17:13:29 +01:00
Wendelin
125805d6d1
Fix platinum color and spacing of integration logo ( #23029 )
2024-11-27 16:27:53 +01:00
Wendelin
8c7fcc725c
Limit iqs indicator to colors only ( #23026 )
2024-11-27 15:16:52 +01:00
G Johansson
988fa3e4e4
Add horizontal swing to climate ( #22043 )
2024-11-27 15:10:11 +01:00
Bram Kragten
f9118a4b87
Add alt to img, fix styling issue voice ( #23024 )
2024-11-27 15:04:09 +01:00
Paul Bottein
164944ceff
Improve duration formatting ( #23025 )
2024-11-27 15:00:29 +01:00
Wendelin
bc195c61cc
Integration Quality Scale indicator ( #23015 )
2024-11-27 14:45:44 +01:00
Bram Kragten
f54bb20fef
Fix error on hardware page ( #23021 )
...
* fix error on hardware page
* Update ha-config-hardware.ts
2024-11-27 15:44:24 +02:00
Bram Kragten
71214351ca
Fix timeout error handling local voice ( #23023 )
...
fix timeout error handling local voice
2024-11-27 14:36:30 +01:00
Bram Kragten
0a954cf1c7
Add add-on installation to voice setup flow ( #23018 )
2024-11-27 14:12:36 +01:00
Simon Lamon
2782b2fb1b
Use DurationFormat for calendar trigger ( #23020 )
...
duration long
2024-11-27 13:47:14 +01:00
Paul Bottein
a532b4461d
Use explicit duration format for state formatting ( #23017 )
2024-11-27 12:49:21 +01:00
Wendelin
dd7987e199
Add unit tests for common/array files ( #23006 )
...
* add vitest coverage
* Add js doc to functions
* Add tests for common/array
2024-11-27 10:02:24 +02:00
Jan-Philipp Benecke
81cc73ece3
Make missed strings translatable in ha-script-trace
and ha-automation-trace
( #23013 )
2024-11-27 07:49:58 +01:00
Jan-Philipp Benecke
f9701b2363
Use "No traces found" automation translation in ha-script-trace ( #23010 )
2024-11-27 07:26:48 +01:00
Mark Bergsma
39b00f1063
Support time entities in automation time conditions/triggers selectors ( #21069 )
...
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-11-26 15:41:59 +01:00
Wendelin
bd0bfc1fbe
Rspack ( #22807 )
...
* Add rspack
* Remove TransformAsyncModulesPlugin from rspack
* Migrate all webpack usage to rspack
* Migrate tests to vitest
* Fix test suites
* Remove chai dependency
* Fix compute_state_display tests
* Fix resolveTimeZone
* Reduces test pipeline
* Revert test ci
* optimize chunk filtering
* Migrate landing-page to rspack
* Update rspack dependencies
* Add rsdoctor
* Fix prod build bundle size
* Use rsdoctor for demo stats
* Remove unused webpack configs
* Update build-scripts/rspack.cjs
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* Fix eslint
* Update rspack
* Remove unused code
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2024-11-26 14:49:13 +01:00
Paul Bottein
09c5dab69f
Improve tags datatable ( #23003 )
...
* Improve tags datatable
* Update translations
2024-11-26 12:19:00 +01:00
ildar170975
25a7f6ebf7
Fix padding top for logbook panel ( #22999 )
2024-11-26 11:46:06 +01:00
Ruben van Dijk
a525c44794
Cancels page retry loop with negative intervals. ( #22983 )
...
* Cancels page retry loop with negative intervals.
This shouldn't be required, but sometimes, which I can't easily reproduce, it fails to reload.
Fixes #20052
* Clear interval before reload.
2024-11-25 14:43:27 +02:00
Norbert Rittel
74bf1d2a82
Use consistent name "Field key" for entry field ( #22985 )
...
Both error messages just refer to the "field key" as such.
Therefore the label in the dialog should be consistent.
2024-11-25 08:21:50 +02:00
arthanoss
1b74e94f14
Remove redundant action handler and wrapper from sensor entity row ( #22975 )
2024-11-24 17:04:01 +02:00
Norbert Rittel
c610778b0f
Fix inconsistent capitalization in Device info ( #22979 )
2024-11-24 11:42:12 +01:00
Norbert Rittel
999969b78d
Make key_c_hint strings consistent ( #22971 )
...
Make ui::dialogs::quick-bar::key_c_hint consistent with ui::tips::key_c_hint
2024-11-23 20:50:49 +02:00
Steven B.
10b8627f51
Webrtc use RTCIceCandidateInit messages with backend ( #22667 )
...
* Add sdp m line index to ICE Candidates
* Remove ? from candidate
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Send full candidate in message
* Revert launch.json change
* Use RTCIceCandidate for messaging
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-11-23 14:56:19 +02:00
Wendelin
528fcecd16
Ha-alert-narrow-action ( #22956 )
...
* Add ha-alert narrow option
* Use ha-alert narrow in ha-scene-editor
2024-11-22 18:37:05 +02:00
Bram Kragten
f8fb5d7bf2
Add cloud signup to voice flow ( #22941 )
2024-11-22 08:55:37 +01:00
Wendelin
43911ef3be
Fix disable ha-progress button ( #22939 )
...
* Fix disable ha-progress button
* Simplify ha-progress disabled fix
* Fix ha-progress-button click handler
* fix ha-progress-button pointer-events
2024-11-21 15:30:28 +00:00
Wendelin
6b0afe6ebb
Add inline-arrow option to ha-select & ha-language-picker ( #22935 )
...
* Add inline-arrow option to ha-select & use it in some language pickers
* Update src/components/ha-language-picker.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-11-21 16:44:11 +02:00
Wendelin
811977b366
Fix disable fields in general config ( #22938 )
2024-11-21 15:58:26 +02:00
Wendelin
fc2e3b7bcf
Disable devices/entities click in scene review mode ( #22940 )
2024-11-21 15:57:02 +02:00
Bram Kragten
6b8068a22a
Improv external flow ( #22878 )
...
* WIP improv external flow
* Update external_messaging.ts
* use name instead, start flow
* make copy
* Update ha-config-integrations-dashboard.ts
* Update
* rename command
* Use a map instead of array for deduping
2024-11-21 14:45:49 +01:00
Norbert Rittel
2899388395
Change "Add" to "Create" for Labels and Zones following HA Design guidelines ( #22942 )
2024-11-21 14:23:46 +01:00
Bram Kragten
4e63eacb79
Improve message for yaml core settings ( #22936 )
2024-11-21 11:38:04 +01:00