1.7 KiB
title | id |
---|---|
Theming | theming |
Colors used
Android
Colors should be specified in hex format (e.g. #0099ff
) and defining element colors through variable names is not supported.
primary-background-color
for the navigation bar background colorapp-header-background-color
for the status bar background color
As of version 2020.3, the iOS app will accept colors specified in hex, rgb, hsl, rgba, hsla formats or using a valid HTML color name; although formats with alpha values are recognized, using alpha values less than 100 % (or 1) will currently lead to a color mismatch. 2020.2 and earlier versions of the app require colors to be specified in hex.
primary-background-color
for the background color of the web viewapp-header-background-color
for the status bar background colorprimary-color
for the pull-to-refresh control/spinner
Setting the app theme
The process needed to get the app to match the Home Assistant theme is different depending on the app version used.
iOS apps after version 2020.2
The app will automatically match the selected theme in Home Assistant and will update in real time when the theme is changed.
iOS app version 2020.1 or older and Android app
To change the theme of the app you must use a service call to frontend.set_theme
in Home Assistant to change them. This will fire an event which the app can detect.