Skip to content

Commit

Permalink
Bug fixes again
Browse files Browse the repository at this point in the history
  • Loading branch information
dwain committed Feb 3, 2020
1 parent e9108ab commit 894a169
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
9 changes: 5 additions & 4 deletions configuration-sample.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#Copy from here
#Start of dwains-theme necesary code#
#Start of dwains-theme necessary code#
frontend:
themes: !include_dir_merge_named themes/
homeassistant:
packages:
dwains_theme: !include dwains-theme/configuration.yaml
#user_package: !include user-package-sample/configuration.yaml
#End of dwains-theme necesary code#
#End of dwains-theme necessary code#
#Copy till here



######################################################################
# Below this line is some example code
# This is a way the rest of your configuration.yaml can look like
# You can also use packages, read more here
# You can also use a user_package (packages), read more here
# https://dwainscheeren.github.io/lovelace-dwains-theme/installation.html#step-4---optional-use-home-assistant-packages

# # Configure a default setup of Home Assistant (frontend, api, etc)
Expand All @@ -25,7 +25,8 @@ homeassistant:
# base_url: https://yourname.duckdns.org

# Some files for automations, groups, scripts and scenes in your root folder
# If you dont use user_package you can do it like this
# automation: !include automations.yaml
# group: !include groups.yaml
# group: !include groups.yaml #You really need groups to use my theme :D
# script: !include scripts.yaml
# scene: !include scenes.yaml
6 changes: 5 additions & 1 deletion dwains-theme/configs-samples/rooms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
# entity: vacuum.rockrobo
# camera: camera.rockrobo_map
# plant: plant.hallway_plant
# media_player: media_player.awesome_hallway_tv
# media_player: media_player.awesome_hallway_tv
# - name: Garage
# icon: fas:garage
# light: group.garage_lights
# door: group.garage_doors
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ header_house_information:
card:
- box-shadow: none
- padding: 0%
- height: 55px
icon:
- color: white
- width: 55%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ header_weather:
card:
- box-shadow: none
- padding: 0%
- height: 55px
icon:
- color: '#feb00b'
- width: 100%
Expand Down
2 changes: 1 addition & 1 deletion dwains-theme/views/main/more/about.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
content: |
<strong>DWAINS THEME</strong>
<span>By Dwain Scheeren</span>
<span>Version 1.0.0</span>
<span>Version 1.0.5</span>
6 changes: 5 additions & 1 deletion user-package-sample/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
# customize: !include customize.yaml


# # Configure a default setup of Home Assistant (frontend, api, etc)
# default_config:


# Your hacs token for using HACS
# hacs:
# token: paste-token-here
Expand Down Expand Up @@ -42,7 +46,7 @@

# sensor: !include_dir_merge_list configuration/sensor/
# binary_sensor: !include_dir_merge_list configuration/binary_sensor/
# group: !include_dir_merge_named configuration/groups/
# group: !include_dir_merge_named configuration/groups/ #You really need groups to use my theme :D
# automation: !include_dir_merge_list configuration/automations/
# script: !include_dir_merge_named configuration/scripts/
# switch: !include_dir_merge_list configuration/switch/
Expand Down

0 comments on commit 894a169

Please sign in to comment.