Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Text disappearing while trying to type object/label/state on the Automation UI #9

Closed
SgtBatten opened this issue Apr 13, 2023 · 3 comments · Fixed by #33
Closed
Assignees
Labels
fix elsewhere This issue can only be fixed in another repository

Comments

@SgtBatten
Copy link
Owner

SgtBatten commented Apr 13, 2023

Description

Entering valid freetext into the input field in the automation UI is hampered by the input field clearing text every few seconds. You either have to type and hit enter extremely quickly, or edit the automation in yaml mode to be successful.

I have also noted that select selectors with multiple true but custom value false clear, but save a null entry unexpectedly.

@SgtBatten SgtBatten added the bug Something isn't working label Apr 13, 2023
@SgtBatten SgtBatten self-assigned this Apr 13, 2023
@SgtBatten SgtBatten added fix elsewhere This issue can only be fixed in another repository and removed bug Something isn't working labels Apr 13, 2023
@SgtBatten
Copy link
Owner Author

@SgtBatten SgtBatten closed this as not planned Won't fix, can't repro, duplicate, stale Apr 13, 2023
@SgtBatten SgtBatten pinned this issue Apr 13, 2023
@mr-brains
Copy link

type the text in notepad,copy pastein the template and hit enter works.

@SgtBatten
Copy link
Owner Author

It should be fixed soon by HA Devs.

For now you can edit in yaml. Selecting a default option from the list first makes this easy.

SgtBatten added a commit that referenced this issue May 19, 2023
Cleanup some code,

HA core has fixed the glitchy inputs discussed in #9
SgtBatten added a commit that referenced this issue May 19, 2023
Use the initial delay if you do not use "update image" and are experiencing notifications without any attachment.

Also some cleanup as HA core has resolved #9
SgtBatten added a commit that referenced this issue May 19, 2023
Use the initial delay if you do not use "update image" and are experiencing notifications without any attachment.

Also some cleanup as HA core has resolved #9
@SgtBatten SgtBatten unpinned this issue May 19, 2023
SgtBatten added a commit that referenced this issue Aug 19, 2023
* 0.12.0.1a (#20)

* 0.12.0.1a

* Update critical functionality on android  to align it with android
  * be aware it will now bypass phones silent/vibrate mode
  * Android notifications will always have ttl: 0 and priority: high so no need for critical for this purpose anymore
* clarify color input does not work on IOS
* Reworded Sticky description
* Added all example URLs to all Action Buttons.

* Improve critical function

Critical template can handle event details now. including updated info.

* Update Beta

Add Video (gif) option to Android (for now)
Automatically strip _1, 2 or 3 from camera entity 
Add top score example to critical notifications selector

* Add initial delay option (#33)

Use the initial delay if you do not use "update image" and are experiencing notifications without any attachment.

Also some cleanup as HA core has resolved #9

* Create Guide: Debug Option.md

* Typo fix (#35)

* fix: typo

* fix: typo again

* IOS Live view entity selector (#42)

* IOS Live view entity selector

Live view now supports any camera entity that is selected.

* Add steel blue colour as default (#37)

* Add steel blue colour as default

* Add steel blue colour as default

* Update Beta (#44)

Add IOS video functionality
Reduce delay for video to 5 seconds post event
Add IOS Action button Icon options
You can now choose which entity is used for IOS live view
Add subtitle option
Added new message presets containing the time
Fixed some small typos.

* standardise entered_zones variable

* iOS url debugging

* Fix video input title.

* Change camera name to lowercase in api call (#40)

* change proxy stream to lowercase camera name

---------

Co-authored-by: SgtBatten <sgt@batten.net.au>

* Update colors to use hex values (#49)

* Update colors to use hex values

Based on HA style
https://github.com/home-assistant/frontend/blob/983bba357a421bf09b950bcdacfc37f416123839/src/resources/ha-style.ts

* Fix long message

* replace hyphens in view stream

* fix typo iOS (#65)

* Update README.md

fix typo iOS

* Update Stable

fix typo iOS

* Update Beta

fix typo iOS

* utilise regex instead of rstrip (#70)

* Add Android Auto

close #60

* Clarify Android TV requirments.

Requested in #66

* Regex escape fix

* Fix debug variables

Remove client ID from looped image key in debug. It's only in beta

* Add base url to iOS image in groups

---------

Co-authored-by: Brian Steere <dianoga7@3dgo.net>
Co-authored-by: Andre <61070279+Gerdna@users.noreply.github.com>
Co-authored-by: Fredrick-III <66221093+Fredrick-III@users.noreply.github.com>
Co-authored-by: chpego <38792705+chpego@users.noreply.github.com>
SgtBatten added a commit that referenced this issue Aug 19, 2023
* 0.12.0.1a (#20)

* 0.12.0.1a

* Update critical functionality on android  to align it with android
  * be aware it will now bypass phones silent/vibrate mode
  * Android notifications will always have ttl: 0 and priority: high so no need for critical for this purpose anymore
* clarify color input does not work on IOS
* Reworded Sticky description
* Added all example URLs to all Action Buttons.

* Improve critical function

Critical template can handle event details now. including updated info.

* Update Beta

Add Video (gif) option to Android (for now)
Automatically strip _1, 2 or 3 from camera entity 
Add top score example to critical notifications selector

* Add initial delay option (#33)

Use the initial delay if you do not use "update image" and are experiencing notifications without any attachment.

Also some cleanup as HA core has resolved #9

* Create Guide: Debug Option.md

* Typo fix (#35)

* fix: typo

* fix: typo again

* IOS Live view entity selector (#42)

* IOS Live view entity selector

Live view now supports any camera entity that is selected.

* Add steel blue colour as default (#37)

* Add steel blue colour as default

* Add steel blue colour as default

* Update Beta (#44)

Add IOS video functionality
Reduce delay for video to 5 seconds post event
Add IOS Action button Icon options
You can now choose which entity is used for IOS live view
Add subtitle option
Added new message presets containing the time
Fixed some small typos.

* standardise entered_zones variable

* iOS url debugging

* Fix video input title.

* Change camera name to lowercase in api call (#40)

* change proxy stream to lowercase camera name

---------

Co-authored-by: SgtBatten <sgt@batten.net.au>

* Update colors to use hex values (#49)

* Update colors to use hex values

Based on HA style
https://github.com/home-assistant/frontend/blob/983bba357a421bf09b950bcdacfc37f416123839/src/resources/ha-style.ts

* Fix long message

* replace hyphens in view stream

* fix typo iOS (#65)

* Update README.md

fix typo iOS

* Update Stable

fix typo iOS

* Update Beta

fix typo iOS

* utilise regex instead of rstrip (#70)

* Add Android Auto

close #60

* Clarify Android TV requirments.

Requested in #66

* Regex escape fix

* Fix debug variables

Remove client ID from looped image key in debug. It's only in beta

* Add base url to iOS image in groups

---------

Co-authored-by: Brian Steere <dianoga7@3dgo.net>
Co-authored-by: Andre <61070279+Gerdna@users.noreply.github.com>
Co-authored-by: Fredrick-III <66221093+Fredrick-III@users.noreply.github.com>
Co-authored-by: chpego <38792705+chpego@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix elsewhere This issue can only be fixed in another repository
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants