Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Home Automation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Jason Williams
Home Automation
Commits
5eb3d37c
Commit
5eb3d37c
authored
Nov 17, 2018
by
Jason Williams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding garage components to home assistant configuration
parent
d240957c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
3 deletions
+21
-3
configuration.yaml
Home Assistant Configuration/configuration.yaml
+15
-0
customize.yaml
Home Assistant Configuration/customize.yaml
+2
-3
ui-lovelace.yaml
Home Assistant Configuration/ui-lovelace.yaml
+4
-0
No files found.
Home Assistant Configuration/configuration.yaml
View file @
5eb3d37c
...
...
@@ -304,10 +304,25 @@ sensor:
name
:
basement-temp
unit_of_measurement
:
'
°C'
state_topic
:
"
basement/temperature"
-
platform
:
mqtt
name
:
garage-door-state
state_topic
:
"
garage/door/state"
-
platform
:
mqtt
name
:
garage-temp
unit_of_measurement
:
'
°C'
state_topic
:
"
garage/temperature"
-
platform
:
mqtt
name
:
garage-freezer
unit_of_measurement
:
'
°C'
state_topic
:
"
garage/freezer"
-
platform
:
mqtt
name
:
spot1
unit_of_measurement
:
'
cm'
state_topic
:
garage/spot1
-
platform
:
mqtt
name
:
spot2
unit_of_measurement
:
'
cm'
state_topic
:
garage/spot2
binary_sensor
:
-
platform
:
mqtt
...
...
Home Assistant Configuration/customize.yaml
View file @
5eb3d37c
...
...
@@ -29,6 +29,8 @@ script.stop_all_media_players:
icon
:
mdi:stop
sensor.basementtemp
:
friendly_name
:
Furnace Room
sensor.garagefreezer
:
friendly_name
:
Freezer
sensor.garagetemp
:
friendly_name
:
Garage
sensor.travel_time_to_work
:
...
...
@@ -49,8 +51,5 @@ sensor.dark_sky_hourly_summary:
friendly_name
:
Short-Term
sensor.dark_sky_daily_summary
:
friendly_name
:
Long-Term
script.trigger_garage_door
:
friendly_name
:
Open/Close Garage Door
icon
:
mdi:garage
weather.dark_sky
:
friendly_name
:
Calgary Weather
Home Assistant Configuration/ui-lovelace.yaml
View file @
5eb3d37c
...
...
@@ -20,6 +20,10 @@ views:
-
climate.thermostat759fb6
-
sensor.basementtemp
-
sensor.garagetemp
-
type
:
entities
title
:
Garage Freezer
entities
:
-
sensor.garagefreezer
-
type
:
entities
title
:
Ventilation
show_header_toggle
:
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment