AppDaemon/appdaemon

value_style is not applied to input_slider

marcolino7 opened this issue · 0 comments

What happened?

Hi,
here is my code:

set_temperatura_fine:
    widget_type: input_slider
    title: Set Temperatura °C
    entity: input_number.termostato_temperatura_impostata
    units: °C
    value_style: "font-size: 350%;"

value_style is ignored.
image

Version

4.4.2

Installation type

Home Assistant add-on

Relevant log output

Startup Logs with all versions and configs
-----------------------------------------------------------
 Add-on: AppDaemon
 Python Apps and Dashboard using AppDaemon 4.x for Home Assistant
-----------------------------------------------------------
 Add-on version: 0.13.5
 You are running the latest version of this add-on.
 System: Home Assistant OS 10.5  (amd64 / qemux86-64)
 Home Assistant Core: 2023.10.1
 Home Assistant Supervisor: 2023.10.0
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-appdaemon: starting
s6-rc: info: service init-appdaemon successfully started
s6-rc: info: service appdaemon: starting
s6-rc: info: service appdaemon successfully started
s6-rc: info: service legacy-services: starting
[22:04:41] INFO: Starting AppDaemon...
s6-rc: info: service legacy-services successfully started
2023-10-11 22:04:45.839146 INFO AppDaemon: AppDaemon Version 4.4.2 starting
2023-10-11 22:04:45.839347 INFO AppDaemon: Python version is 3.11.5
2023-10-11 22:04:45.839481 INFO AppDaemon: Configuration read from: /config/appdaemon/appdaemon.yaml
2023-10-11 22:04:45.839604 INFO AppDaemon: Added log: AppDaemon
2023-10-11 22:04:45.839713 INFO AppDaemon: Added log: Error
2023-10-11 22:04:45.839827 INFO AppDaemon: Added log: Access
2023-10-11 22:04:45.839942 INFO AppDaemon: Added log: Diag

Relevant code in the app or config file that caused the issue

set_temperatura_fine:
    widget_type: input_slider
    title: Set Temperatura °C
    entity: input_number.termostato_temperatura_impostata
    units: °C
    value_style: "font-size: 350%;"

Anything else?

No response