dwainscheeren / dwains-dashboard-addons

Dwains Dashboard Community Addons
119 stars 76 forks source link

Vacuum Addon - Problem with Buttons #48

Closed Shoomaan closed 4 years ago

Shoomaan commented 4 years ago

Title is not translated. Buttons are not showing. Did I something wrong or is there an issue?

image

dwainscheeren commented 4 years ago

@Klumpke

Klumpke commented 4 years ago

You need to create an dummy input_boolean to let the buttons work. I will add this to the setup instructions in the next update.

input_boolean:
  dummy1:
    initial: off

There was an error in the translation during the upload. I will fix this in the next update. For now you can edit line 64 of the page.yaml to the title you want.

Shoomaan commented 4 years ago

Thank you, got it working now.