karwosts
37d2c6844a
Update Scene Editor ( #22847 )
...
* New scene editor design
* bugfixes
* reorder overflow menu, change label
* category support
2024-11-20 15:12:23 +01:00
Norbert Rittel
b8e2298cdd
Update the explanation for setting up the Google Home integration ( #22897 )
2024-11-20 12:49:57 +01:00
Norbert Rittel
a3ff065c7a
Update 'mqtt_device_debug_info' strings to use ICU syntax ( #22899 )
2024-11-20 12:49:11 +01:00
Norbert Rittel
a224d6c61b
Fix grammar issue in remove_fabric_confirm_text ( #22901 )
2024-11-20 12:48:21 +01:00
Norbert Rittel
cd0980d13e
Clarify 'updates_refreshed' message ( #22904 )
2024-11-20 12:46:59 +01:00
Norbert Rittel
13cb32a83f
Entity settings for helpers: avoid repeating "options" in explanation ( #22896 )
2024-11-20 12:43:04 +01:00
Norbert Rittel
12a9cf4b32
Replace wrong uses of "energy" with "electricity" in Energy dashboard ( #22893 )
2024-11-20 12:41:54 +01:00
Norbert Rittel
8cce13163f
Make sidebar (app) settings items consistent by replacing 'configuration' ( #22890 )
2024-11-20 12:39:42 +01:00
Petar Petrov
46a55630fa
ZWaveJS: Support for Door Lock in Expert UI ( #22775 )
...
* ZWaveJS: Support for Door Lock in Expert UI
* make it dry
* Update src/panels/config/integrations/integration-panels/zwave_js/capability-controls/zwave_js-capability-control-door-lock.ts
Co-authored-by: AlCalzone <dominic.griesel@nabucasa.com>
* add validation
* fix booleans
* Update src/panels/config/integrations/integration-panels/zwave_js/capability-controls/zwave_js-capability-control-door-lock.ts
Co-authored-by: AlCalzone <dominic.griesel@nabucasa.com>
* handle ZWaveErrorCodes.CC_NotSupported for getCapabilities
* get/set mode
---------
Co-authored-by: AlCalzone <dominic.griesel@nabucasa.com>
2024-11-20 12:28:39 +01:00
Petar Petrov
c92bee4f1d
Show ZwaveJS "Installer settings" based on installer_mode
option ( #22710 )
...
Show "Installer settings" based on `installer_mode` option
2024-11-20 13:06:15 +02:00
Norbert Rittel
940cbd42c3
Dashboard: Fix description of the Tile card ( #22894 )
...
There are currently two grammar issues in the Tile card description: It should be "allows" and "trigger" needs to be added.
2024-11-20 10:31:46 +01:00
Norbert Rittel
39bf7c9ad4
Use ICU string for proper singular vs. plural of "listener(s)" ( #22885 )
...
Fix for the permanent plural in ({count} listeners)
2024-11-20 09:52:30 +01:00
Norbert Rittel
64c260c1c4
Form correct headline for 'Delete backups?' alert, separate "Delete backup" menu item ( #22891 )
...
Create correct headline for 'Delete backups?' alert
Change 'Delete backup' to 'Delete backups?' to use correct plural and form a question the user has to confirm.
Separates the 'Delete backup' menu item that is currently referenced from this key.
2024-11-20 09:21:51 +01:00
Norbert Rittel
36f3ef9e86
Update en.json to make all automation conditions use "if", not "when" ( #22883 )
...
* Update en.json to make all automation conditions use "if", not "when"
Fixes the remaining inconsistencies in all conditions defined in HA Frontend.
Especially important as these are prefixed with "Test" in the condition building block of automations and scripts, so they currently result in "Test when …" instead of the correct "Test if …".
* Updated en.json to fix the two wrong lowercase if
2024-11-19 16:56:21 +00:00
Bram Kragten
42622fe21e
Hide wake word in pipeline settings ( #22879 )
...
* hide wake word in pipeline settings
* move logic to pipeline-editor
2024-11-19 16:35:44 +02:00
Ivan Kara
3282785cf2
Fix media browser ( #22875 )
2024-11-19 11:24:36 +00:00
DominikBitzer
2c1931adb1
Add Y-Axis limits functionality from history graphs card to statistics graph card ( #22771 )
2024-11-19 12:19:35 +01:00
Petar Petrov
c9cad254d2
Add tone,volume & duration selector to more-info dialog for sirens ( #22786 )
...
* Add tone selector to more-info for sirens
* add selected tone to service call
* rework the tone into an advanced controls dialog
* tweaks from PR comments
* fix % conversion
* assume duration is in seconds
2024-11-19 11:56:52 +01:00
Wendelin
f4f2cce57e
Fix logbook date range alignment ( #22877 )
2024-11-19 11:32:13 +02:00
boern99
bed470f79d
add previous and next button to History and Logbook ( #22802 )
...
* add previous and next button to History and Logbook
* used date-fns and changed media-query-resolution to fit on mobiles
* hide .prev and .next on small screens; optimized dateRange for ranges lower 1 day
* fixed Date type number
2024-11-19 08:57:08 +01:00
Simon Lamon
89dc1a7ebc
ESLint Flat Config ( #22221 )
...
* Flat config file
* Plugin
* prettier
* Set eslint to latest version (non dev)
* yarn dedupe
* push changes from eslint type pr
* dedupe
2024-11-18 15:49:59 +01:00
Wendelin
ced70fd9a1
Fix 2fa login validation, add autofocus to login ( #22856 )
2024-11-18 15:25:51 +02:00
Simon Lamon
253c8f358b
Logbook target picker ( #22851 )
...
Logbook picker
2024-11-18 14:19:17 +01:00
Paul Bottein
23b55484c3
Improve grid size editor ( #22697 )
...
* Use table instead of grid
* Add animation
* Change size
* Simplify precideMode logic
* Add tooltip and improve slider style
* Improve size
* Back to default instead of min
* Limit number of cells for the grid when more than 24 cells
2024-11-18 09:43:52 +01:00
Paul Bottein
03ea08f98c
Create a section when dropping card on the create section button ( #22790 )
...
* Create a section when dropping card on the create section button
* Add translations
* Add title by default
* And case when moving a heading card
2024-11-18 08:53:01 +02:00
Matt Way
1f5f6c5f8a
Fix back gesture on Android activating buttons ( #22852 )
...
Touchcancel event cancels touch regardless of cancelled flag
Co-authored-by: Benjamin Paul <benjamin.ian.paul@gmail.com>
2024-11-17 16:55:43 +00:00
karwosts
f51bc40203
Catch yaml errors in script editor ( #22853 )
2024-11-17 15:09:03 +00:00
Petar Petrov
b8a13dd6eb
ZWaveJS: Add names to colors in Installer Settings ( #22819 )
2024-11-15 17:55:02 +01:00
Petar Petrov
cae5540c44
ZWaveJS: Configuration.resetAll is only supported on CC v4+ ( #22823 )
2024-11-15 17:40:38 +01:00
karwosts
d47966cdf7
Allow attaching additional data to schedule in UI ( #22798 )
...
* Allow attaching additional data to schedule in UI
* use expandable
2024-11-15 18:13:04 +02:00
Simon Lamon
b83be38514
Introduce calendar trigger description ( #22814 )
2024-11-14 09:28:15 +02:00
Simon Lamon
17982e0bdc
Fix swapped plural and singular match use in and condition ( #22815 )
...
* Fix swapped plural and singular match
* Test if => if
2024-11-14 09:11:20 +02:00
Simon Lamon
b918862bb1
Confirm uses to if for clarity ( #22816 )
2024-11-14 09:08:54 +02:00
ildar170975
6bdc7af09f
Add outline to a label (3) - consistency ( #22812 )
...
Update ha-config-labels.ts
2024-11-14 09:05:01 +02:00
ildar170975
7cbebfd603
Add outline to a label (2) ( #22803 )
...
* Update ha-filter-labels.ts
* Update ha-automation-picker.ts
* Update ha-scene-dashboard.ts
* Update ha-script-picker.ts
* Update ha-config-devices-dashboard.ts
* Update ha-config-entities.ts
* Update ha-config-helpers.ts
* Update ha-filter-labels.ts
* Update ha-automation-picker.ts
* Update ha-config-devices-dashboard.ts
* Update ha-config-helpers.ts
* Update ha-script-picker.ts
* Update ha-scene-dashboard.ts
* Update ha-config-entities.ts
* Update ha-data-table-labels.ts
* Update ha-label.ts
* Update ha-label.ts
2024-11-13 16:05:03 +00:00
Petar Petrov
42b1f938d6
Increase ZwaveJS add device timeout to 5 mins ( #22809 )
2024-11-13 16:13:29 +01:00
boern99
311f221387
Add describeCondition and entity_ids as additional information to automation step details ( #21965 )
...
* Add describeCondition and entity_ids as additional information to automation step details
* Update src/components/trace/ha-trace-path-details.ts
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* tested suggestions
* Update src/components/trace/ha-trace-path-details.ts
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* Update src/components/trace/ha-trace-path-details.ts
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* code style fixes
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2024-11-13 14:30:29 +02:00
ildar170975
3c6be8cf99
Fix visibility for shown entities on device card ( #22579 )
...
* Update ha-device-entities-card.ts
* Update ha-device-entities-card.ts
* Update src/panels/config/devices/device-detail/ha-device-entities-card.ts
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
* Update ha-device-entities-card.ts
* Update src/panels/config/devices/device-detail/ha-device-entities-card.ts
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
* Update ha-device-entities-card.ts
* Update src/panels/config/devices/device-detail/ha-device-entities-card.ts
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
* Update ha-device-entities-card.ts
* Update ha-device-entities-card.ts
---------
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
2024-11-13 07:56:58 +01:00
karwosts
28703b39da
Allow entities table to delete helpers ( #22248 )
...
* Allow deleting helpers in entities table
* Fix calling the right delete on restored legacy helpers
2024-11-12 18:16:24 +00:00
Petar Petrov
db03e271f5
ZWaveJS: Color Switch support fot the expert UI ( #22722 )
...
* ZWaveJS: Color Switch support fot the expert UI
* remove debug code
* fix stopTransition options
* fix options format
2024-11-12 18:21:45 +01:00
AlCalzone
7c851d4542
Z-Wave JS: Fix validation/parsing for custom config param UI ( #22789 )
...
* Z-Wave JS: Fix validation/parsing for custom config param UI
* Apply suggestions from code review
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2024-11-12 14:57:32 +00:00
Jan-Philipp Benecke
4d107f978c
Add download snapshot button to camera more info dialog ( #22704 )
...
* Add take snapshot button to camera more info dialog
* Change to download
* Use camera proxy
* Remove filename to have right extension
* Add error handling and process indication
* Update src/dialogs/more-info/controls/more-info-camera.ts
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* Run prettier
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
2024-11-12 12:59:29 +02:00
karwosts
de57b025e6
Warn on switching to automation UI mode with yaml errors ( #22780 )
2024-11-12 12:47:12 +02:00
karwosts
d763a014ad
Show YAML parsing errors in automation editor ( #22753 )
...
* Show YAML parsing errors in automation editor
* make dirty on error
* formatting
2024-11-11 15:40:20 +00:00
Petar Petrov
52a91d8403
Allow GET/SET custom config param in Z-Wave device configuration ( #22364 )
...
* Allow GET/SET custom config param in Z-Wave device configuration
* update api calls and validation
* update imports
* fix import
* PR review comments
* fix import
* fix merge error
* fix merge
2024-11-11 08:50:13 +01:00
Petar Petrov
f6cc435f86
More flexible translation keys for logbook binary sensors ( #22696 )
...
* Revert "Revert "More flexible translation keys for logbook binary sensors" (#22687 )"
This reverts commit c3b7ce8dc466a129455ab69c499dc0b2d574d6db.
* fix type issue
2024-11-11 08:39:11 +01:00
Paulus Schoutsen
ca921be9d2
CSS Fixes for md-dialog ( #22638 )
...
* CSS Fixes for md-dialog
* Update src/components/ha-md-dialog.ts
---------
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
2024-11-11 07:11:58 +00:00
Simon Lamon
919932e414
Improve choose description in automation editor ( #22769 )
2024-11-10 21:11:48 +01:00
Simon Lamon
97a8b6da34
Fix calendar add/edit event dialogs not saving via keyboard ( #22767 )
2024-11-10 20:18:59 +01:00
Adam Jež
d8618b4a25
Fix typo in Czech language for blank before percent ( #22760 )
2024-11-10 12:30:07 +01:00