I recently upgraded all components of HA, with no errors, until I accessed the HA App in iOS today.
All my sliders have disappeared. Only the Icon, Name and Value are shown. I have no ability to change them.
Has anyone else experienced this?
Is this a bug in the release, and if so where should I report it?
The error logs has this for each slider:
2023-11-17 10:20:13.254 ERROR (MainThread) [frontend.js.latest.202310302] Uncaught error from WebKit 605.1.15 on iOS 15.8
TypeError: Cannot instantiate a custom element inside its own constructor during upgrades
HTMLElement ([native code]::)
construct ([native code]::)
y (src/scoped-custom-element-registry.js:173:6)
super (src/reactive-element.ts:930:4)
A (src/lit-element.ts:115:)
super (slider.ts:256:4)
_ (::)
F (src/components/ha-slider.ts:6:39)
c (src/scoped-custom-element-registry.js:390:8)
a (src/scoped-custom-element-registry.js:236:20)
Here is an example of my configuration. I added the optional ‘mode’ to specifically state slider but it didn’t have any affect.
input_number:
set_sg_min_soc:
name: Set Min SoC
min: 0
max: 50
step: 0.1
mode: slider
set_sg_max_soc:
name: Set Max SoC
min: 50
max: 100
step: 0.1
mode: slider
The HA Environment is:
- Core 2023.11.2
- Supervisor 2023.11.3
- Operating System 11.1
- Frontend 20231030.2