Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.48 KB

INSTALL.md

File metadata and controls

48 lines (37 loc) · 1.48 KB

Installation

  • Install and configure HACS

  • Within HACS Frontend add the following repositories

  • Manually copy over these files from anarion80/hass-config

    • ui-lovelace.yaml
    • button_card_templates folder
    • popup folder
    • themes.yaml
    • sidebar.yaml
  • In configuration.yaml add lines [docs]

    frontend: !include themes.yaml
    template: !include sidebar.yaml
    
    lovelace:
      mode: yaml #use ui-lovelace.yaml
      resources: #hacs
        - url: /hacsfiles/button-card/button-card.js
          type: module
        - url: /hacsfiles/lovelace-layout-card/layout-card.js
          type: module
        - url: /hacsfiles/swipe-card/swipe-card.js
          type: module
  • In secrets.yaml add placeholders

    youtube_token: abc
    apexcharts_tibber: abc
    apexcharts_influx: abc
    apexcharts_github: abc
  • Restart Home Assistant

  • Select tablet theme ← DON'T SKIP THIS STEP!

Then add your entities, browser_mod for popups etc...