-
Notifications
You must be signed in to change notification settings - Fork 50
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
Prefix textinput
& datetime
value with .
#91
Conversation
✅ Deploy Preview for esphome-webserver ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Tested it with the text component only. But it is working, so I assume it's the same fix for datetime |
Updated the v3 version files. But it didn't fix it in my test |
What exacly do you mean by that? Did you hit enter after changing the text?
I am not a JS guy at all, but how could Did you test if the js side sends the http request to the esp after changing a value? If that works fine did the the esp response with the updated value? |
@RFDarter Its the other way around. When a value is changed, and the state is received from the ESP to the webserver frontend, the control box is not updated to reflect the new state. |
So you mean when it is changed from HA or inside the esp itself it is send correctly to the js side, but not updated? But how is this pr fixing it? |
@RFDarter I don't fully understand how it's working, I just followed the example of the other PRs |
@RebbePod which PRs? |
@RFDarter see first comment. |
Any ideas how to fix this for v3? |
Similar to #44 & #48
The text box wasn't updating to match remote state after manually changing inside the webserver frontend