Skip to content
This repository was archived by the owner on Dec 8, 2019. It is now read-only.

Update Example Home Assistant Configuration.yaml #110

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Example Home Assistant Configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ mqtt:
password: YOURPASSWORD

light:
- platform: mqtt_json
- platform: mqtt
schema: json
name: "Porch Strip"
state_topic: "bruh/porch"
command_topic: "bruh/porch/set"
Expand Down Expand Up @@ -36,7 +37,7 @@ light:
optimistic: false
qos: 0

input_slider:
input_number:
porch_animation_speed:
name: Porch Animation Speed
initial: 150
Expand All @@ -50,7 +51,7 @@ automation:
hide_entity: False
trigger:
- platform: state
entity_id: input_slider.porch_animation_speed
entity_id: input_number.porch_animation_speed
action:
- service: mqtt.publish
data_template:
Expand Down