diff --git a/configuration-sample.yaml b/configuration-sample.yaml
index 2066ee29..34062c34 100755
--- a/configuration-sample.yaml
+++ b/configuration-sample.yaml
@@ -1,12 +1,12 @@
#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
@@ -14,7 +14,7 @@ homeassistant:
######################################################################
# 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)
@@ -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
diff --git a/dwains-theme/configs-samples/rooms.yaml b/dwains-theme/configs-samples/rooms.yaml
index 0b700dde..eb7017c9 100755
--- a/dwains-theme/configs-samples/rooms.yaml
+++ b/dwains-theme/configs-samples/rooms.yaml
@@ -12,4 +12,8 @@
# entity: vacuum.rockrobo
# camera: camera.rockrobo_map
# plant: plant.hallway_plant
- # media_player: media_player.awesome_hallway_tv
\ No newline at end of file
+ # media_player: media_player.awesome_hallway_tv
+ # - name: Garage
+ # icon: fas:garage
+ # light: group.garage_lights
+ # door: group.garage_doors
\ No newline at end of file
diff --git a/dwains-theme/plugins/button-cards-templates/homepage/header/house_information.yaml b/dwains-theme/plugins/button-cards-templates/homepage/header/house_information.yaml
index fd9e52fe..173f1a68 100755
--- a/dwains-theme/plugins/button-cards-templates/homepage/header/house_information.yaml
+++ b/dwains-theme/plugins/button-cards-templates/homepage/header/house_information.yaml
@@ -14,6 +14,7 @@ header_house_information:
card:
- box-shadow: none
- padding: 0%
+ - height: 55px
icon:
- color: white
- width: 55%
diff --git a/dwains-theme/plugins/button-cards-templates/homepage/header/weather.yaml b/dwains-theme/plugins/button-cards-templates/homepage/header/weather.yaml
index 9909174a..0e4e4404 100755
--- a/dwains-theme/plugins/button-cards-templates/homepage/header/weather.yaml
+++ b/dwains-theme/plugins/button-cards-templates/homepage/header/weather.yaml
@@ -43,6 +43,7 @@ header_weather:
card:
- box-shadow: none
- padding: 0%
+ - height: 55px
icon:
- color: '#feb00b'
- width: 100%
diff --git a/dwains-theme/views/main/more/about.yaml b/dwains-theme/views/main/more/about.yaml
index fd8175b3..82898a68 100755
--- a/dwains-theme/views/main/more/about.yaml
+++ b/dwains-theme/views/main/more/about.yaml
@@ -63,4 +63,4 @@
content: |
DWAINS THEME
By Dwain Scheeren
- Version 1.0.0
\ No newline at end of file
+ Version 1.0.5
\ No newline at end of file
diff --git a/user-package-sample/configuration.yaml b/user-package-sample/configuration.yaml
index c8c2a017..ee9a1ed4 100755
--- a/user-package-sample/configuration.yaml
+++ b/user-package-sample/configuration.yaml
@@ -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
@@ -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/