question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Slider_entity_row shows red bar

See original GitHub issue

My Home Assistant version: 0.98.5

My lovelace configuration method (GUI or yaml):gui

What I am doing: fold_entity_row to show one of two input sliders depending on the state of an input_boolean.

What I expected to happen: Show one of two input_sliders like it used to. (before HACS I think)

What happened instead: Red Bar - no text

Minimal steps to reproduce:

# The least ammount of code possible to reproduce my error
        - head: input_boolean.swimming_season
          items:
            - entity: input_boolean.swimming_season
              states:
                'off':
                  entities:
                    - entity: input_number.run_pool_pump_hours_off_season
                      full_row: true
                      type: 'custom:slider-entity-row'
                  type: entities
                'on':
                  entities:
                    - entity: input_number.run_pool_pump_hours_swimming_season
                      full_row: true
                      type: 'custom:slider-entity-row'
                  type: entities
              type: 'custom:state-switch'
          type: 'custom:fold-entity-row'
# End of code

Error messages from the browser console:

By putting an X in the boxes ([ ]) below, I indicate that I:

[X] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).

[X] Have made sure I am using the latest version of the plugin.

[X] Have followed the troubleshooting steps of the “Common Problems” section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.

[X] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

Screen Shot 2019-09-11 at 19 09 56

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
PierreScerricommented, Sep 12, 2019

Ok done. Fixed.

Thanks

0reactions
thomaslovencommented, Sep 12, 2019

Then I suggest you also remove the custom_updater-specific syntax /customcards/... https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins

Read more comments on GitHub >

github_iconTop Results From Across the Web

slider-entity-row - Add sliders to entities cards
This lovelace plugin lets you add a slider to your entities cards to controll light brightness, media_player volume or cover position ...
Read more >
lovelace-timer-bar-card - npm
Lovelace Timer Bar Card. A progress bar display for Home Assistant timers. The card currently supports timer components and stations from ...
Read more >
Awesome Home Assistant
Node-RED - Flow-based programming for the Internet of Things. ... Slider Entity Row - Add a slider to adjust, e.g., the brightness of...
Read more >
Questions about custom:fold-entity-row and custom:slider ...
The header row shows the group as the entity, and there is a drop down that shows slider entity rows for each light...
Read more >
Home Assistant Dashboard - where all my Home Automation ...
Most views use conditional cards to only show relevant information, ... Cover- Slider - Entity - Row 22:35 Picture Elements 25:10 Sun-Card, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found