Skip to content

brezlord/BrezNET-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrezNET-iOS

Home Assistant theme based on Apple iOS colours

Previews

🌚Dark
🌞Light

Created by BrezLord for Home Assistant.

This theme has been designed to work on the Samsung Galaxy Tab A (2019, 10.1") [SM-T510] as a wall mounted display for Home Assistant. The theme displays equally as good on mobile devices.

The theme is based on Apple Colors from - https://developer.apple.com/design/human-interface-guidelines/color

Clolor palette used iOS, iPadOS and system grey colors.

The following addons were used in addition to the built in cards to create the below examples.

I plan on continuing to develop and improve this theme.

Installation

HACS Installation

Search for BrezNET iOS theme within the community store & Install

You need to have a themes folder in order to install this theme.

  1. Go to your configuration.yaml file and add the following
frontend:
  themes: !include_dir_merge_named themes

Manual Installation

  1. Download the themes folder from this repo
  2. Unzip the contents and copy the themes directory into config/ or root directory if running Home Assistant core in Docker.
  • The above assumes you don't already have a themes folder, if you do read below!
  • If you already have a themes folder, then just extract the BrezNET-iOS folder into config/themes/
  1. Make sure the following is in your configuration.yaml file:
frontend: 
  themes: !include_dir_merge_named themes
  1. Restart your Home Assistant server
  2. Select the theme in your user profile settings

Automate theme

If you would like to automate your theme so it is always the BrezNET iOS Theme across any device, you can do this via an automation.

  1. Click on configuration
  2. Click on Automations
  3. Click + Create Automation
  4. Click Create new automation - Start with an empty Automation"
  5. Click + Add Trigger
  • In the search box type 'home' select 'Home Assistant - When Home Assistant starts up or shuts down'
  • Select the start option

  1. Scroll down to Then do, click + Add Action
  • In the search box type 'theme' select 'Home Assistant Frontend: Set the default theme'
  • Service: Home Assistant Frontend: Set the default theme
  • Theme: BrezNET iOS
  • Tick Mode and select either Dark or Light

  1. Click on save and change the name to "Theme - Set Default Theme"

About

Home Assistant theme based on Apple iOS colours.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published