mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
44 lines
913 B
JSON
44 lines
913 B
JSON
{
|
|
"name": "Eufy Home Assistant MQTT Bridge",
|
|
"version": "0.5.0",
|
|
"slug": "eufy-ha-mqtt-bridge",
|
|
"description": "Publish events as MQTT messages",
|
|
"arch": [
|
|
"armhf",
|
|
"armv7",
|
|
"aarch64",
|
|
"amd64",
|
|
"i386"
|
|
],
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"options": {
|
|
"eufy": {
|
|
"username": "mail@example.org",
|
|
"password": "iliketurtles"
|
|
},
|
|
"mqtt": {
|
|
"url": "mqtt://192.168.x.x:1883",
|
|
"username": "homeassistant",
|
|
"password": "homeassistant"
|
|
},
|
|
"log_level": "info"
|
|
},
|
|
"schema": {
|
|
"eufy": {
|
|
"username": "str",
|
|
"password": "str"
|
|
},
|
|
"mqtt": {
|
|
"url": "str",
|
|
"username": "str?",
|
|
"password": "str?"
|
|
},
|
|
"log_level": "list(error|warn|info|http|verbose|debug|silly)"
|
|
},
|
|
"stage": "experimental",
|
|
"url": "https://github.com/matijse/eufy-ha-mqtt-bridge/",
|
|
"map": [
|
|
"share:rw"
|
|
]
|
|
} |