This is my custom Lovelace. It is still WIP, but I'm happy with it :)

Hello, thanks for sharing your work. I'm a noob that just followed your guide on github and there wasn't an error or anything but nothing seems to apply.

I'm running Hassio on Raspberry (bought 2 days ago) and have configuration.yaml and ui-lovelace.yaml in \\192.168.1.23\pi\home\user\docker\hassio\homeassistant

Here is my configuration.yaml

background: var(--background-image)

custom_header:
  background: 'rgba(155, 155, 155, 0.25)'
  compact_mode: true
  button_text:
    options: '{{ hours24 }}:{{ minutesLZ }}'

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

frontend:
  themes: !include_dir_merge_named themes

input_select:
  theme:
    options:
      - blue-red
      - dark-blue
      - dark-green
      - light-blue
      - light-green
      - orange
      - red
    icon: mdi:format-color-fill

input_boolean:
  dark_mode:
    name: Dark mode
    icon: mdi:theme-light-dark
  theme_alternative:
    name: Theme alternative (enable active state color)

google_assistant:
  project_id: -
  service_account: !include -
  report_state: true
  exposed_domains:
    - switch
    - light
  entity_config:
    switch.switch.10066838a4cf12cba4a2:
      expose: true
      name: Hallway 1
    switch.switch.017777822462ab1608c7:
      expose: true
      name: Hallway 2
    switch.switch.03200169dc4f22c688b8:
      expose: true
      name: Sofa
    switch.switch.100668382cf43283a2ed:
      expose: true
      name: Bedroom 1
    switch.switch.10066838a4cf12cba468:
      expose: true
      name: Bedroom 2

button_card_templates: !include_dir_merge_named homeapp-templates/templates/button-card
decluttering_templates: !include_dir_merge_named homeapp-templates/templates/decluttering-card
/r/homeassistant Thread Link - i.redd.it