My lovelace config

A few people requested my lovelace config file. It’s still WIP but here’s the entire file below (about 2700 lines). A lot of my home screen is conditional and relies on template binary_sensors. As an example, if a motion sensor or harmony remote is on for that floor, it displays the media controls. I am not quite ready to post my entire yaml on github but if there’s something in particular that interests you feel free to ping me and I can fill in the pieces.

Please note, I am using quite a few custom cards that can be found around the forum…all credit of course goes to the original authors.

9 Likes

Wow! That’s a pretty nice frontend!
How do you change the input_boolean colours depending on state?

It’s a workaround for now, you will need to install the custom_ui and put the following in your config.yaml

customize_glob:
  input_boolean.*:
    custom_ui_state_card: state-card-custom-ui
    templates:
      icon_color: >
        if (state === 'on') return '#00bcd4' ; return '#B3B0AF';

Oh, ok!
I’m currently using MQTT switches to store the state of the configuration.

Thanks :slight_smile:

Thats pretty cool!

What browser are you viewing that in? The full screen looks great!

It’s in iOS using the app

1 Like

Can you give a screenshot of your cover setup?