Wendelin
1e13b2b812
Fix android tap highlight border radius ( #27382 )
2025-10-06 20:32:42 +02:00
Jan-Philipp Benecke
e04a04632a
Replace confirm dialogs with toast for delete actions in automation/script editor ( #27324 )
...
* Replace confirm dialogs with toast for delete actions in automation/script editor
* Migrate confirm dialog to toast in option row
2025-10-06 20:21:54 +02:00
Jan-Philipp Benecke
04bc5fba63
Refactor undo/redo to be a controller instead ( #27279 )
2025-10-06 16:04:42 +02:00
Aidan Timson
e66724ca9e
Move duplicate css to shared styles for state control toggles ( #27377 )
2025-10-06 15:48:14 +03:00
renovate[bot]
bcfe5add33
Update vaadinWebComponents monorepo to v24.9.2 ( #27374 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-06 12:56:30 +02:00
dependabot[bot]
7cc116dd07
Bump softprops/action-gh-release from 2.3.3 to 2.3.4 ( #27366 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](6cbd405e2c...62c96d0c4e )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 2.3.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 11:18:59 +03:00
dependabot[bot]
ee93f31220
Bump actions/stale from 10.0.0 to 10.1.0 ( #27365 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](3a9db7e6a4...5f858e3efb )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 11:18:30 +03:00
dependabot[bot]
b7cc19f12e
Bump github/codeql-action from 3.30.5 to 3.30.6 ( #27364 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.30.5 to 3.30.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](3599b3baa1...64d10c1313 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.30.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 11:18:00 +03:00
Leslie Fernando
f70edf9311
Refactor: Replace string concatenation with template literals ( #27368 )
2025-10-06 09:55:01 +02:00
Leslie Fernando
0fa7c2face
Refactor: Replace Object.keys().includes() with 'in' operator ( #27369 )
2025-10-06 09:54:13 +02:00
Leslie Fernando
7b3a265a70
Refactor: Replace deprecated substr() with slice() ( #27370 )
2025-10-06 09:51:51 +02:00
Leslie Fernando
5d9aae3ad5
Fix/assist debug interface typo ( #27339 )
2025-10-06 08:50:53 +02:00
Leslie Fernando
5de84ac0d8
Refactor: Simplify boolean return in isSeparatorAtPos ( #27362 )
...
Simplifies the default case in isSeparatorAtPos function by directly returning the boolean result of isEmojiImprecise(code) instead of using an if-else statement.
This improves code readability and reduces unnecessary conditional logic while maintaining the same behavior.
Changes:
- Removed verbose if-else pattern
- Direct boolean return
- Reduced cyclomatic complexity
2025-10-06 08:56:53 +03:00
Jan-Philipp Benecke
98c4ec91d6
Refactor overflow menu in labels data table to have a single instance ( #27249 )
...
* Refactor overflow menu in labels data table to have a single instance
* Process code review
* Revert
2025-10-06 08:55:37 +03:00
karwosts
972b9cb758
Give a warning body in preview for empty stack cards ( #27350 )
2025-10-06 08:45:20 +03:00
Leslie Fernando
ac621af811
Fix typo in class name: HaConfigLovelaceRescources HaConfigLovelaceR… ( #27358 )
...
Fix typo in class name: HaConfigLovelaceRescources HaConfigLovelaceResources
Corrects misspelled class name from 'Rescources' to 'Resources' in the Lovelace resources configuration panel.
The filename was correctly spelled (ha-config-lovelace-resources.ts), but the exported class name had the typo.
Changes:
- Fixed export class declaration
- Fixed HTMLElementTagNameMap interface declaration
This improves code consistency and TypeScript type safety.
2025-10-06 08:25:21 +03:00
Leslie Fernando
7eb97bb58f
Fix typo in parameter name: entites entities in MockHomeAssistant in… ( #27357 )
...
Fix typo in parameter name: entites entities in MockHomeAssistant interface
Corrects misspelled parameter name in the addEntities method signature. The correct spelling is 'entities', not 'entites'.
This improves code consistency and maintains proper TypeScript interface definitions in the test/demo utilities.
2025-10-06 08:24:35 +03:00
karwosts
d37af0f488
Update Mauritania currency ( #27361 )
2025-10-06 08:15:19 +03:00
Jan-Philipp Benecke
0d3b340228
Fix media player more info title calculations ( #27360 )
2025-10-05 22:26:20 +02:00
Leslie Fernando
288e03775b
Fix typo in variable name: enityA entityA in script config ( #27356 )
2025-10-05 21:45:23 +02:00
renovate[bot]
df36e9d205
Update dependency @home-assistant/webawesome to v3.0.0-beta.6.ha.1 ( #27349 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-05 18:18:55 +02:00
karwosts
15a0b35866
Enable partial energy-sources-table by type ( #27346 )
...
* Enable partial energy sources table by category
* typing
2025-10-05 18:18:30 +02:00
Leslie Fernando
aa7522f681
Fix inconsistent variable naming: lokalize localize ( #27340 )
...
- Rename variable from 'lokalize' to 'localize' for consistency
- Affects developer-tools action panel and connection mixin
- Matches standard naming convention used throughout codebase
- Improves code readability and maintains naming standards
2025-10-05 11:49:14 +00:00
Leslie Fernando
c09e97a561
Improve type safety: Replace 'any[]' with generic type parameter in a… ( #27334 )
...
Improve type safety: Replace 'any[]' with generic type parameter in arrayFilter function
- Convert arrayFilter from using 'any[]' to generic type <T>
- Improves TypeScript type safety and inference
- Follows strict TypeScript guidelines in codebase
- No behavioral changes, purely type improvement
2025-10-05 14:44:34 +03:00
karwosts
733be8e5a3
Fix activity panel date picker clipping ( #27341 )
2025-10-05 14:43:24 +03:00
Leslie Fernando
d107ac7d4c
Fix comment typo: Change 'remplace' to 'replace' in developer-tools ( #27331 )
2025-10-05 10:32:26 +00:00
Leslie Fernando
efc5bacb97
Fix grammar: Change 'can not' to 'cannot' in English translations ( #27333 )
2025-10-05 10:29:48 +00:00
Leslie Fernando
430e52efe3
Fix ARIA role typo: Change 'seperator' to 'separator' in todo-list card ( #27335 )
...
- Fixed 4 instances of misspelled ARIA role attribute
- Improves accessibility for screen readers
- Aligns with WCAG guidelines and ARIA specification
2025-10-05 10:29:26 +00:00
Leslie Fernando
6b4c4a9cf8
Fix comment typo: Change 'TODo' to 'TODO' in intl-polyfill ( #27332 )
...
Correct inconsistent capitalization in TODO comment for better
code consistency and readability.
2025-10-05 10:28:32 +00:00
Leslie Fernando
e5b1acc2c3
Fix grammar: Add apostrophe to 'don't' in automation trigger comment ( #27337 )
2025-10-05 10:26:16 +00:00
renovate[bot]
c89f476d67
Update dependency @codemirror/commands to v6.9.0 ( #27348 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-05 12:15:46 +02:00
renovate[bot]
e68afead17
Update dependency @lokalise/node-api to v15.3.0 ( #27345 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-05 08:28:11 +02:00
renovate[bot]
c4651c0bc0
Update dependency eslint-plugin-wc to v3.0.2 ( #27343 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-05 08:27:44 +02:00
Paul Bottein
6d95b7af11
Move home subview to dedicated dashboard ( #27264 )
...
* Create lights panel
* Move strategy
* Move files
* Add security and climate panel
* Continue climate and security migration
* Add settings for climate panel
* Don't show these panel in the sidebar
* Rename lights to light
* Remove climate config for now
* Fix light
* Remove unused import
2025-10-04 17:44:34 -04:00
Jan-Philipp Benecke
3e74cf3ada
Fix formatting of position slider tooltip in media player more info ( #27326 )
2025-10-04 09:13:28 +02:00
Jan-Philipp Benecke
859ee98abb
Add color tokens for slider thumb and indicator ( #27295 )
2025-10-04 07:12:35 +00:00
Jan-Philipp Benecke
dd3e5e3724
Add "media_stop" action to media player controls in more info ( #27325 )
2025-10-04 09:00:08 +02:00
renovate[bot]
2e3ab4d64f
Update dependency @codemirror/legacy-modes to v6.5.2 ( #27323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-04 08:59:05 +02:00
Paulus Schoutsen
63cbeca820
Add ESPHome to discovery sources ( #27327 )
2025-10-04 08:58:34 +02:00
renovate[bot]
1057ff314c
Update dependency @bundle-stats/plugin-webpack-filter to v4.21.4 ( #27328 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-04 08:52:41 +02:00
renovate[bot]
5b946f1048
Update dependency typescript to v5.9.3 ( #27329 )
2025-10-04 07:36:49 +02:00
Wendelin
fdd66b5cec
Use border radius design tokens in codebase ( #27169 )
...
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com >
2025-10-03 11:11:30 +00:00
Petar Petrov
76c9723c71
Show the total value in energy graphs ( #27265 )
...
* Show the total value in energy graphs
* format
* Apply suggestions from code review
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2025-10-03 13:01:29 +02:00
Jan-Philipp Benecke
b02368b9c6
Make ha-slider not depend on font sizes ( #27294 )
2025-10-03 12:49:29 +02:00
Wendelin
0bcb7897c9
Fix mobile ha-dialog height in Browser ( #27298 )
...
Enhance dialog responsiveness by adjusting min/max height to use svh units
2025-10-03 12:48:08 +02:00
Norbert Rittel
786bbb3850
Capitalize two occurrences of "YAML" abbreviation ( #27314 )
2025-10-03 12:45:29 +02:00
renovate[bot]
e8ead84fe5
Update dependency barcode-detector to v3.0.6 ( #27318 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-03 12:45:06 +02:00
karwosts
428e7fb332
Add a placeholder hint for template selector ( #27297 )
...
Add a placeholder for template selector
2025-10-03 08:38:58 +03:00
karwosts
ad9e8d5a52
Add entity sub-editor to picture glance ( #27312 )
2025-10-03 08:32:39 +03:00
renovate[bot]
e3cf04b3d1
Update octokit monorepo to v8.0.2 ( #27308 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-03 06:46:49 +02:00