Skip to content

Instantly share code, notes, and snippets.

@hassy-bloggy
Last active February 28, 2019 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hassy-bloggy/4cb3b20ec6b853731a79ef2065ccda8a to your computer and use it in GitHub Desktop.
Save hassy-bloggy/4cb3b20ec6b853731a79ef2065ccda8a to your computer and use it in GitHub Desktop.
configuration.author.yaml
light Light001:
platform: mqtt
name: "[MOCK] Laris Light 00A"
state_topic: "MYAPP/DEVICE00A/$/command"
command_topic: "MYAPP/DEVICE00A/$/command"
payload_on: "ON"
payload_off: "OFF"
light Light002:
platform: mqtt
name: "[MOCK] Laris Light 00B"
state_topic: "MYAPP/DEVICE00B/$/command"
command_topic: "MYAPP/DEVICE00B/$/command"
payload_on: "ON"
payload_off: "OFF"
light Light003:
platform: mqtt
name: "[MOCK] Laris Light 00C"
state_topic: "MYAPP/DEVICE00C/$/command"
command_topic: "MYAPP/DEVICE00C/$/command"
payload_on: "ON"
payload_off: "OFF"
switch Plug001:
platform: mqtt
name: "Laris PLUG-00A"
state_topic: "WORKSHOP/PLUG-004/$/command"
command_topic: "WORKSHOP/PLUG-004/$/command"
payload_on: "ON"
payload_off: "OFF"
# Enables configuration UI
config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Checks for available updates
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
updater:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
# Enables a map showing the location of tracked devices
map:
# Track the sun
sun:
# Sensors
sensor:
# Weather prediction
- platform: yr
# Text to speech
tts:
- platform: google
# Cloud
cloud:
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment