Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
siglun88 committed Jan 9, 2022
1 parent d3416c1 commit 2769243
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: "MQTT Micromatic Gateway"
description: "A MQTT gateway making it possible to add Micromatic thermostats to Home Assistant!"
description: "A MQTT gateway making it possible to add Micromatic thermostats to Home Assistant"
version: "1.0.3"
slug: "hass_micromatic_gateway"
slug: "mqtt_micromatic_gateway"
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
options:
- mqtt_broker_address: "homeassistant"
mqtt_broker_port: 1883
mqtt_username: "your_username"
mqtt_password: "your_password"
mqtt_config_topic_prefix: "homeassistant"
- micromatic_username: "your_micromatic_username"
micromatic_password: "your_micromatic_password"
mqtt_broker_address: "homeassistant"
mqtt_broker_port: 1883
mqtt_username: "your_username"
mqtt_password: "your_password"
mqtt_config_topic_prefix: "homeassistant"
micromatic_username: "your_micromatic_username"
micromatic_password: "your_micromatic_password"
schema:
- mqtt_broker_address: str
mqtt_broker_port: int
mqtt_username: str
mqtt_password: str
mqtt_config_topic_prefix: str
- micromatic_username: str
micromatic_password: str
mqtt_broker_address: str
mqtt_broker_port: int
mqtt_username: str
mqtt_password: str
mqtt_config_topic_prefix: str
micromatic_username: str
micromatic_password: str

0 comments on commit 2769243

Please sign in to comment.