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

value_style is not applied to input_slider #1856

Open
marcolino7 opened this issue Oct 11, 2023 · 0 comments
Open

value_style is not applied to input_slider #1856

marcolino7 opened this issue Oct 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@marcolino7
Copy link

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

@marcolino7 marcolino7 added the bug Something isn't working label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant