Skip to content

Commit

Permalink
👕 Fixes linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 16, 2018
1 parent 9317799 commit e75614b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion config/components/input_booleans/guest_mode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# This is an input boolean to use with automations
# in case we have guests over for visit or sleepovers.
#
# https://www.home-assistant.io/components/input_boolean/
#
guest_mode:
name: Enables Guest Mode
initial: off
initial: false
icon: mdi:hotel
2 changes: 1 addition & 1 deletion config/components/packages/mqtt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Connects to my MQTT broker, for which I use the Community add-on:
# "MQTT Server & Web Client".
#
#
# https://github.com/hassio-addons/addon-mqtt/blob/master/README.md
# https://www.home-assistant.io/docs/mqtt/broker#run-your-own
# https://www.home-assistant.io/docs/mqtt/birth_will/
Expand Down
2 changes: 1 addition & 1 deletion config/ui-lovelace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# It loads all resources for Lovelace dynamically from subfolders
# inside the `lovelace/resources` directory.
#
# Views are actually include one by one, this to guarentee the order of
# Views are actually include one by one, this to guarentee the order of
# the tabs of the view in the UI.
#
title: Home Control Panel
Expand Down

0 comments on commit e75614b

Please sign in to comment.