Created
March 11, 2020 14:09
-
-
Save peyanski/f95fd41d4ea60b6de8a885ad6d53d2de to your computer and use it in GitHub Desktop.
Standalone Room-Assistant configuration
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: livingroom | |
integrations: | |
- homeAssistant | |
- bluetoothClassic | |
homeAssistant: | |
mqttUrl: 'mqtt://YOUR_MQTT_BROKER:1883' | |
mqttOptions: | |
username: YOUR_USER | |
password: YoUR_PASS | |
bluetoothClassic: | |
minRssi: -20 | |
hciDeviceId: 0 | |
addresses: | |
- '01:02:03:04:05:06' | |
- '06:05:04:03:02:01' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment