Skip to content

Instantly share code, notes, and snippets.

@danielhep
Created October 20, 2017 04:15
Show Gist options
  • Save danielhep/fd5c4c0b281855c12988aa06c4fd6ace to your computer and use it in GitHub Desktop.
Save danielhep/fd5c4c0b281855c12988aa06c4fd6ace to your computer and use it in GitHub Desktop.
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",
"platforms": [{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://127.0.0.1:8123",
"password": "password1",
"supported_types": [
"automation",
"binary_sensor",
"climate",
"cover",
"device_tracker",
"fan",
"group",
"input_boolean",
"light",
"lock",
"media_player",
"remote",
"scene",
"sensor",
"switch"
],
"default_visibility": "visible",
"logging": true,
"verify_ssl": true
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment