Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from liaan/feature/signals
Browse files Browse the repository at this point in the history
fix config files
  • Loading branch information
liaan authored Jun 22, 2020
2 parents dc426b0 + 38ee343 commit dc29a0e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions settings/config_sample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
service:
daemon_mode: True
update_interval: 10
self_discovery: True

mqtt:
host: mqtt
port: 1883
client_id: ac_to_mqtt
user: koos
passwd: karman
topic_prefix: /aircon
auto_discovery_topic: homeassistant

##Devices
devices:
- ip: 10.2.0.230
mac: b4222dce73f1
name: Living Room
port: 80
- ip: 10.2.0.227
mac: b4222da741af
name: Office
port: 80

0 comments on commit dc29a0e

Please sign in to comment.