Created
March 23, 2022 16:34
-
-
Save sethiele/250b1e09005ec8e82fb45f23635be03b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: | |
instanceName: RAUMNAME | |
integrations: | |
- homeAssistant | |
- bluetoothLowEnergy | |
homeAssistant: | |
mqttUrl: 'mqtt://mqtt_broker_ip:mqtt_broker_port' | |
mqttOptions: | |
username: mqtt_broker_user | |
password: mqtt_broker_password | |
bluetoothLowEnergy: | |
allowlist: | |
- ABCDEFGHIJ | |
tagOverrides: | |
ABCDEFGHIJ: | |
name: EIN NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment