(bluefox) initial commit
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"common": {
|
||||
"name": "hass",
|
||||
"version": "0.1.0",
|
||||
"title": "Home Assistant",
|
||||
"desc": {
|
||||
"en": "Home Assistant connection for ioBroker",
|
||||
"de": "Home Assistant Verbindung für ioBroker",
|
||||
"ru": "Подключение Home Assistant для ioBroker",
|
||||
"pt": "Conexão do Home Assistant para ioBroker",
|
||||
"nl": "Home Assistant-verbinding voor ioBroker",
|
||||
"fr": "Connexion Home Assistant pour ioBroker",
|
||||
"it": "Connessione Home Assistant per ioBroker",
|
||||
"es": "Conexión de Home Assistant para ioBroker",
|
||||
"pl": "Połączenie Home Assistant dla ioBroker"
|
||||
},
|
||||
"news": {
|
||||
"0.1.0" : {
|
||||
"en": "initial version",
|
||||
"de": "erste Version",
|
||||
"ru": "Первоначальная версия",
|
||||
"pt": "versão inicial",
|
||||
"nl": "eerste versie",
|
||||
"fr": "version initiale",
|
||||
"it": "versione iniziale",
|
||||
"es": "versión inicial",
|
||||
"pl": "początkowa wersja"
|
||||
}
|
||||
},
|
||||
"localLink": "http://%host%:8123",
|
||||
"platform": "Javascript/Node.js",
|
||||
"mode": "daemon",
|
||||
"icon": "hass.png",
|
||||
"enabled": true,
|
||||
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.hass/master/admin/hass.png",
|
||||
"keywords": ["HASS", "Home", "assistant"],
|
||||
"readme": "https://github.com/ioBroker/ioBroker.hass/blob/master/README.md",
|
||||
"loglevel": "info",
|
||||
"type": "iot-systems",
|
||||
"authors": [
|
||||
"bluefox <dogafox@gmail.com>"
|
||||
]
|
||||
},
|
||||
"native": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 8123,
|
||||
"password": "",
|
||||
"secure": false
|
||||
},
|
||||
"objects": [
|
||||
|
||||
],
|
||||
"instanceObjects": [
|
||||
{
|
||||
"_id": "info",
|
||||
"type": "channel",
|
||||
"common": {
|
||||
"name": "Information"
|
||||
},
|
||||
"native": {}
|
||||
},
|
||||
{
|
||||
"_id": "info.connection",
|
||||
"type": "state",
|
||||
"common": {
|
||||
"role": "indicator.connected",
|
||||
"name": "If connected to HASS server",
|
||||
"type": "boolean",
|
||||
"read": true,
|
||||
"write": false,
|
||||
"def": false
|
||||
},
|
||||
"native": {}
|
||||
},
|
||||
{
|
||||
"_id": "entities",
|
||||
"type": "channel",
|
||||
"common": {
|
||||
"name": "HASS entities"
|
||||
},
|
||||
"native": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user