If you mean the Header, you can use Custom Header
But, if you mean those buttons:
It’s just some customization of Custom Lovelace Card - Homekit style card.
You can find this coding in every page:
- enableColumns: true
home: true
masonry: true
rows:
- columns:
- column: 1
entities:
- entities:
- custom: overview
halfheight: true
icon: 'mdi:home-roof'
name: Home
tap_action:
action: navigate
navigation_path: /lovelace/overview
cardStyle: |
'--paper-item-icon-color':#4dff4d;
- custom: home
halfheight: true
icon: 'mdi:floor-plan'
name: Rooms
tap_action:
action: navigate
navigation_path: /lovelace/home
- custom: media
halfheight: true
icon: 'mdi:youtube-tv'
name: Media
tap_action:
action: navigate
navigation_path: /lovelace/media
- custom: Remote
halfheight: true
icon: 'mdi:remote'
name: Remote
tap_action:
action: navigate
navigation_path: /lovelace/lg
- custom: System
halfheight: true
icon: 'mdi:server'
name: System
tap_action:
action: navigate
navigation_path: /lovelace/system
- custom: devices
halfheight: true
icon: 'mdi:cogs'
name: Devices
tap_action:
action: navigate
navigation_path: /lovelace/devices
title: ''
tileOnRow: 6
row: 1