Skip to content

Instantly share code, notes, and snippets.

@peyanski
Created March 11, 2020 14:09
Show Gist options
  • Save peyanski/f95fd41d4ea60b6de8a885ad6d53d2de to your computer and use it in GitHub Desktop.
Save peyanski/f95fd41d4ea60b6de8a885ad6d53d2de to your computer and use it in GitHub Desktop.
Standalone Room-Assistant configuration
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