Skip to content

chrisby9/HADashboard-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

HADashboard-widgets

Widgets for HADashboard / Appdaemon

  • Vertical Slider for covers (support all layout sizes)

    image image image image image image

Installation

Place the custom_widgets/ folder in your appdaemon config folder.

Configuration:

Example:

example_cover:
 widget_type: cover_slider
 title: Example
 entity: cover.example
 look: 1.5
 hideGrass: 0
 openingTrans: "öffnet..."
 closingTrans: "schließt..."
  • widget_type Type of widget. Has to be set to cover_slider
  • title title to be displayed above slider
  • entity cover entity in HA
  • hideGrass whether the grass image behind the cover should be hidden
  • openingTrans text/translation to be shown when the cover is closing. default is "opening"
  • closingTrans text/translation to be shown when the cover is opening. default is "closing"
  • look how the cover should be displayed:
    • not specified: image (solid light grey)

    • 1: image

    • 1.5: image

    • 2: image

    • You can also simply specify a hex color as value. Then the cover is displayed in that solid color

      • e.g. look: "#ffa500"

      image

    • You can change the color of the bottom bar with bar_color.

About

Widgets for HADashboard / Appdaemon - Vertical slider for cover

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors