Wendelin
ded85d9f27
Automation editor: fix yaml editor and editor switch ( #26772 )
2025-09-01 13:26:17 +02:00
Paul Bottein
1fd7c84583
Use fixed layout for automation sidebar to have scrollbar on the side ( #26751 )
...
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com >
2025-08-29 14:19:13 +02:00
Wendelin
b86c1db83d
Automation editor: fix focus handling ( #26755 )
2025-08-29 08:39:06 +02:00
Aidan Timson
66d011cfb9
Move automation and script ha-alerts to main flow ( #26735 )
...
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com >
2025-08-28 13:53:15 +02:00
Wendelin
22966485c7
Automation editor: New choose default styles and style fixes ( #26708 )
...
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com >
2025-08-27 13:20:25 +02:00
Wendelin
2de605d97a
Automation editor: expand only root rows per default ( #26712 )
...
* Add default expand/collapse
* Readd expanded search param functionality
2025-08-27 12:10:53 +03:00
Wendelin
5709cb6aa4
Add collapse/expand all for automations ( #26695 )
2025-08-26 15:21:03 +02:00
Wendelin
f4f1f98433
Fix tablet sidebar RTL ( #26700 )
2025-08-26 13:14:42 +02:00
Wendelin
4f4343d6c8
Automation editor mobile bottom sheet ( #26680 )
2025-08-25 16:27:57 +02:00
Wendelin
5a540dd889
Use automation sidebar in scripts ( #26602 )
2025-08-21 12:21:00 +02:00
Wendelin
c2ca556151
Fix line-height, fix script editor buttons ( #26337 )
...
* Fix line-height
* Fix script root buttons
2025-07-31 16:52:36 +02:00
Wendelin
fa758f2bee
Redesign ha-button ( #25564 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2025-07-30 16:15:18 +02:00
Wendelin
3058fcad46
Use ha-font-size typography css tokens ( #25361 )
2025-05-09 13:47:25 +02:00
Wendelin
ba4ec960c8
Use ha-font-weight typography css tokens ( #25374 )
...
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com >
2025-05-08 15:11:53 +00:00
Bram Kragten
221bc732fb
Handle errrors/wrong values on paste ( #25245 )
2025-04-30 17:45:35 +02:00
Bram Kragten
55c75096d0
Allow pasting more script config ( #25240 )
...
* Allow pasting more script config
* Update manual-script-editor.ts
2025-04-30 13:15:10 +00:00
Jan-Philipp Benecke
ab415188ba
Allow pasting YAML in automation/script editor directly ( #24838 )
...
* Allow pasting YAML in automation/script editor directly
* Highlight pasted items
* Change highlighting
* Also reset in script editor
* Show dialog when pasting to changed automation/script
* Add shortcuts to shortcuts dialog
* Use translated shortcut
* Change timeout and clear on save
* Fix imports
* Process code review
* Move paste logic to manual-*-editor
2025-04-29 18:28:07 +02:00
Paul Bottein
6934f0626c
Fix boolean attributes ( #23189 )
2024-12-06 18:39:34 +01:00
Petar Petrov
7a12fd2853
Fix ALL the eslint warnings ( #23165 )
...
* Fix many lint warnings
* Fix ALL lint warnings
* small fix
* type fixes
2024-12-06 09:55:07 +01:00
Wendelin
830d8d2410
Add type import check to eslint ( #22488 )
...
* Add type import check to eslint
* Add type imports with eslint --fix
2024-10-30 11:12:30 +00:00
Paul Bottein
bc11c0b3ac
Handle automation and dashboard drag and drop at the element level ( #22300 )
...
* Handle drag and drop at action, condition, trigger level
* Clean item path
* Clean item path
* Fix selectors
* Clean selector config
* Remove enhancedSelector
* Add option row component
* Fix DnD inside option sequence or condition
* Add comments
* Remove item path logic from the dashboard too
* Fix floor/area drag and drop
* Avoid UI jump in area dashboard
* Remove unused import
* Add comment
2024-10-30 08:44:38 +00:00
Paul Bottein
faf872bfb8
Simplify create automation from device dialog ( #22190 )
...
* Simplify automation dialog
* Fix translations
* Auto expand trigger action and condition
* Improve wording
* Expand all
* Remove unused translations
2024-10-02 13:13:21 +00:00
Bram Kragten
9a2051a679
Change take control of blueprint UX ( #21254 )
...
* Change take control of blueprint UX
* Add margin to ha-alert
---------
Co-authored-by: Paul Bottein <paul.bottein@gmail.com >
2024-07-02 21:18:58 +02:00
karwosts
f5f2a5ad5b
Show descriptions in script editor ( #20765 )
...
* Show descriptions in script editor
* descriptions in blueprints also
2024-05-13 14:19:47 +02:00
Bram Kragten
22b927d666
make sure we always have trigger and action ( #20621 )
...
* make sure we always have trigger and action
* script too
2024-04-25 15:24:33 +02:00
Paul Bottein
64fc58ddd2
Always allow reorder for triggers, conditions, actions and options ( #19574 )
...
* Move up and down action to overflow menu
* Always enable reorder mode on desktop
* Use media query helper
2024-01-30 15:06:02 +01:00
Steve Repsher
6234f7b7d2
Initialize boolean properties ( #19445 )
2024-01-18 16:39:33 +01:00
Paul Bottein
7398c6ab3e
Automation nested drag and drop ( #19338 )
...
* Add nested drag and drop for actions
* Add nested drag and drop for triggers, conditions and options
* Update src/panels/config/automation/action/types/ha-automation-action-choose.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
* Move object at the root level
* Add support for choose option
* Fix undefined container (e.g else action)
* Add common nested array move function
* Move item at root level for manual automation
* Fix array move
* Don't fallback on body
* migrate blueprint and script
* Add drag and drop to service control
* Use context for reorder mode
* Rename reorder mode functions
* Fix hide menu props
* Fix drag and drop for choose action
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl >
2024-01-18 14:26:17 +01:00
renovate[bot]
6f8c366bad
Update dependency prettier to v3.2.0 ( #19411 )
...
* Update dependency prettier to v3.2.0
* Reformat
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com >
2024-01-15 16:49:22 -05:00
karwosts
80112bb662
Add Fields to Script UI ( #18250 )
2023-10-25 09:23:15 +02:00
Paul Bottein
1ee67937ec
Simplify usage on clipboard for automations and scripts ( #16989 )
2023-06-22 10:55:39 +02:00
Bram Kragten
7faa165558
Refactor Storage decorator ( #16987 )
2023-06-21 17:22:10 +02:00
Paul Bottein
5e4c1ab4fc
Share clipboard between automation and script ( #16713 )
2023-06-01 09:40:02 +00:00
karwosts
29846a168e
Add cut / copy / paste support to automation & script editor ( #16488 )
2023-05-24 11:47:33 +02:00
Paul Bottein
d445bf2505
Move re-order button at triggers/conditions/actions level. ( #14185 )
2022-10-26 13:21:36 +02:00
Bram Kragten
7ff138534f
Show non-editable scripts in UI ( #13917 )
2022-09-29 12:11:48 -04:00
Paul Bottein
3e9d6ea2c5
Bring reorder mode to script sequence ( #13636 )
2022-09-07 14:25:06 +02:00