mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00
981 B
981 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
page | Frontend | Offers a frontend to Home Assistant. | 2015-12-06 21:35 | true | false | true | true | home-assistant.png | Other |
This offers the official frontend to control Home Assistant.
# Example configuration.yaml entry
frontend:
Themes
Starting with version 0.49 you can define themes:
Example:
frontend:
themes:
happy:
primary-color: pink
sad:
primary-color: blue
The example above defined two themes named happy
and sad
. For each theme you can set values for CSS variables. For a partial list of variables used by the main frontend see ha-style.html
There are 2 themes-related services:
frontend.reload_themes
- reloads theme configuration from yaml.frontend.set_theme(name)
- sets backend-preferred theme name.