-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# hadashboard-skin-clear_sky | ||
Custom skin for HADashboard 2 Beta | ||
# Clear Sky Skin | ||
Custom skin for HADashboard 2 Beta. This is a work in progress. | ||
|
||
##Block Colors | ||
|
||
To set individual blocks to different colors use the color variables on the widget_style line. For example: | ||
``` | ||
smoke_basement: | ||
widget_type: sensor | ||
title: Smoke/CO | ||
title2: Basement | ||
widget_style: $red_background | ||
entity: sensor.smoke_co_basement | ||
``` | ||
> Colors available: $red_background, $orange_background, $green_background, $black_background |