Skip to content

Instantly share code, notes, and snippets.

@hassy-bloggy
hassy-bloggy / configuration.group.yaml
Created March 1, 2019 06:00
configuration.group.yaml
group:
default_view:
view: true
icon: mdi:home
entities:
- light.mock_laris_light_00a
- light.mock_laris_light_00b
- switch.laris_plug_00a
- group.room_2
Room 1:
@hassy-bloggy
hassy-bloggy / configuration.order.yaml
Created March 1, 2019 03:43
configuration.order.yaml
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"
order: 1
switch Plug002:
@hassy-bloggy
hassy-bloggy / configuration.author.yaml
Last active February 28, 2019 05:58
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
@hassy-bloggy
hassy-bloggy / configuration.groups.example.yaml
Last active February 28, 2019 01:22
configuration.groups.example.yaml
# Example configuration.yaml entry
group:
default_view:
view: true
icon: mdi:home
entities:
- group.kitchen
- group.awesome_people
- group.climate
kitchen:
@hassy-bloggy
hassy-bloggy / configuration.yaml
Last active January 22, 2019 05:07
configuration.yaml
light Light001:
platform: mqtt
name: "Laris Light 001"
state_topic: "MYAPP/DEVICE001/$/command"
command_topic: "MYAPP/DEVICE001/$/command"
payload_on: "ON"
payload_off: "OFF"
@hassy-bloggy
hassy-bloggy / configuration.yaml
Last active January 22, 2019 05:06
configuration.yaml
light Light001:
platform: mqtt
name: "Laris Light 001"
state_topic: "Laris/PLUG-001/$/command"
command_topic: "Laris/PLUG-001/$/command"
payload_on: "ON"
payload_off: "OFF"