For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
================================================
FILE: .homeycompose/drivers/settings/address.json
================================================
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
}
================================================
FILE: .homeycompose/drivers/settings/deviceSid.json
================================================
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
}
================================================
FILE: .homeycompose/drivers/settings/gatewaySid.json
================================================
{
"id": "gatewaySid",
"type": "label",
"value": "0123456789ab",
"label": {
"en": "Gateway SID",
"nl": "Gateway SID",
"da": "Gateway SID",
"de": "Gateway SID",
"es": "Gateway SID",
"fr": "Gateway SID",
"it": "Gateway SID",
"no": "Gateway SID",
"sv": "Gateway SID",
"pl": "Gateway SID",
"ru": "Gateway SID",
"ko": "Gateway SID"
}
}
================================================
FILE: .homeycompose/drivers/settings/model.json
================================================
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
}
================================================
FILE: .homeycompose/drivers/settings/modelCode.json
================================================
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
================================================
FILE: .homeycompose/drivers/settings/polling.json
================================================
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
================================================
FILE: .homeycompose/drivers/settings/token.json
================================================
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
}
================================================
FILE: .homeycompose/drivers/templates/defaults.json
================================================
{
"icon": "{{driverAssetsPath}}/icon.svg",
"pair": [
{
"id": "start",
"$template": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair",
"$template": "pair"
},
{
"id": "add_device",
"$template": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
]
}
================================================
FILE: .homeycompose/drivers/templates/defaults_subdevice.json
================================================
{
"icon": "{{driverAssetsPath}}/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
]
}
================================================
FILE: .homeycompose/flow/actions/airpurifierSetFavorite.json
================================================
{
"id": "airpurifierSetFavorite",
"title": {
"en": "Set Favorite Speed",
"nl": "Favoriete snelheid instellen",
"da": "Indstil favorit hastighed",
"de": "Lieblingsgeschwindigkeit einstellen",
"es": "Establecer velocidad favorita",
"fr": "Définir la vitesse favorite",
"it": "Imposta velocità preferita",
"no": "Sett favoritt hastighet",
"sv": "Ställ in favorit hastighet",
"pl": "Ustaw ulubioną prędkość",
"ru": "Установить любимую скорость",
"ko": "즐겨찾기 속도 설정"
},
"titleFormatted": {
"en": "Set favorite speed to [[favorite]]",
"nl": "Favoriete snelheid instellen op [[favorite]]",
"da": "Indstil favorit hastighed til [[favorite]]",
"de": "Lieblingsgeschwindigkeit auf [[favorite]] einstellen",
"es": "Establecer velocidad favorita a [[favorite]]",
"fr": "Définir la vitesse favorite à [[favorite]]",
"it": "Imposta velocità preferita a [[favorite]]",
"no": "Sett favoritt hastighet til [[favorite]]",
"sv": "Ställ in favorit hastighet till [[favorite]]",
"pl": "Ustaw ulubioną prędkość na [[favorite]]",
"ru": "Установить любимую скорость на [[favorite]]",
"ko": "[[favorite]]로 즐겨찾기 속도 설정"
},
"args": [
{
"name": "favorite",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"da": "Favorit",
"de": "Favorit",
"es": "Favorito",
"fr": "Favori",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Любимый",
"ko": "즐겨찾기"
},
"type": "dropdown",
"values": [
{
"id": "1",
"label": {
"en": "1",
"nl": "1",
"da": "1",
"de": "1",
"es": "1",
"fr": "1",
"it": "1",
"no": "1",
"sv": "1",
"pl": "1",
"ru": "1",
"ko": "1"
}
},
{
"id": "2",
"label": {
"en": "2",
"nl": "2",
"da": "2",
"de": "2",
"es": "2",
"fr": "2",
"it": "2",
"no": "2",
"sv": "2",
"pl": "2",
"ru": "2",
"ko": "2"
}
},
{
"id": "3",
"label": {
"en": "3",
"nl": "3",
"da": "3",
"de": "3",
"es": "3",
"fr": "3",
"it": "3",
"no": "3",
"sv": "3",
"pl": "3",
"ru": "3",
"ko": "3"
}
},
{
"id": "4",
"label": {
"en": "4",
"nl": "4",
"da": "4",
"de": "4",
"es": "4",
"fr": "4",
"it": "4",
"no": "4",
"sv": "4",
"pl": "4",
"ru": "4",
"ko": "4"
}
},
{
"id": "5",
"label": {
"en": "5",
"nl": "5",
"da": "5",
"de": "5",
"es": "5",
"fr": "5",
"it": "5",
"no": "5",
"sv": "5",
"pl": "5",
"ru": "5",
"ko": "5"
}
},
{
"id": "6",
"label": {
"en": "6",
"nl": "6",
"da": "6",
"de": "6",
"es": "6",
"fr": "6",
"it": "6",
"no": "6",
"sv": "6",
"pl": "6",
"ru": "6",
"ko": "6"
}
},
{
"id": "7",
"label": {
"en": "7",
"nl": "7",
"da": "7",
"de": "7",
"es": "7",
"fr": "7",
"it": "7",
"no": "7",
"sv": "7",
"pl": "7",
"ru": "7",
"ko": "7"
}
},
{
"id": "8",
"label": {
"en": "8",
"nl": "8",
"da": "8",
"de": "8",
"es": "8",
"fr": "8",
"it": "8",
"no": "8",
"sv": "8",
"pl": "8",
"ru": "8",
"ko": "8"
}
},
{
"id": "9",
"label": {
"en": "9",
"nl": "9",
"da": "9",
"de": "9",
"es": "9",
"fr": "9",
"it": "9",
"no": "9",
"sv": "9",
"pl": "9",
"ru": "9",
"ko": "9"
}
},
{
"id": "10",
"label": {
"en": "10",
"nl": "10",
"da": "10",
"de": "10",
"es": "10",
"fr": "10",
"it": "10",
"no": "10",
"sv": "10",
"pl": "10",
"ru": "10",
"ko": "10"
}
},
{
"id": "11",
"label": {
"en": "11",
"nl": "11",
"da": "11",
"de": "11",
"es": "11",
"fr": "11",
"it": "11",
"no": "11",
"sv": "11",
"pl": "11",
"ru": "11",
"ko": "11"
}
},
{
"id": "12",
"label": {
"en": "12",
"nl": "12",
"da": "12",
"de": "12",
"es": "12",
"fr": "12",
"it": "12",
"no": "12",
"sv": "12",
"pl": "12",
"ru": "12",
"ko": "12"
}
},
{
"id": "13",
"label": {
"en": "13",
"nl": "13",
"da": "13",
"de": "13",
"es": "13",
"fr": "13",
"it": "13",
"no": "13",
"sv": "13",
"pl": "13",
"ru": "13",
"ko": "13"
}
},
{
"id": "14",
"label": {
"en": "14",
"nl": "14",
"da": "14",
"de": "14",
"es": "14",
"fr": "14",
"it": "14",
"no": "14",
"sv": "14",
"pl": "14",
"ru": "14",
"ko": "14"
}
},
{
"id": "15",
"label": {
"en": "15",
"nl": "15",
"da": "15",
"de": "15",
"es": "15",
"fr": "15",
"it": "15",
"no": "15",
"sv": "15",
"pl": "15",
"ru": "15",
"ko": "15"
}
},
{
"id": "16",
"label": {
"en": "16",
"nl": "16",
"da": "16",
"de": "16",
"es": "16",
"fr": "16",
"it": "16",
"no": "16",
"sv": "16",
"pl": "16",
"ru": "16",
"ko": "16"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Air Purifier",
"nl": "Selecteer Mi Luchtreiniger",
"da": "Vælg Mi luftrenser",
"de": "Wählen Sie Mi Luftreiniger",
"es": "Seleccione Mi Purificador de aire",
"fr": "Sélectionnez Mi Purificateur d'air",
"it": "Seleziona Mi Purificatore d'aria",
"no": "Velg Mi luftrenser",
"sv": "Välj Mi luftrenare",
"pl": "Wybierz Mi oczyszczacz powietrza",
"ru": "Выберите Mi Очиститель воздуха",
"ko": "Mi 공기청정기 선택"
},
"filter": "driver_id=mi-airpurifier|airpurifier_zhimi_advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/airpurifierXiaomiFanlevel.json
================================================
{
"title": {
"en": "Set fan level",
"nl": "Ventilatieniveau instellen",
"da": "Indstil ventilatorniveau",
"de": "Lüfterstufe einstellen",
"es": "Establecer nivel de ventilador",
"fr": "Définir le niveau du ventilateur",
"it": "Imposta livello ventola",
"no": "Still inn viftetrinn",
"sv": "Ställ in fläkthastighet",
"pl": "Ustaw poziom wentylatora",
"ru": "Установить уровень вентилятора",
"ko": "팬 레벨 설정"
},
"titleFormatted": {
"en": "Set fan level to [[fanlevel]]",
"nl": "Stel fan level in op [[fanlevel]]",
"da": "Indstil blæserniveau til [[fanlevel]]",
"de": "Lüfterstufe auf [[fanlevel]] einstellen",
"es": "Establecer el nivel del ventilador a [[fanlevel]]",
"fr": "Définir le niveau du ventilateur à [[fanlevel]]",
"it": "Imposta il livello della ventola a [[fanlevel]]",
"no": "Still inn viftenivå til [[fanlevel]]",
"sv": "Ställ in fläkthastighet till [[fanlevel]]",
"pl": "Ustaw poziom wentylatora na [[fanlevel]]",
"ru": "Установите уровень вентилятора на [[fanlevel]]",
"ko": "팬 레벨 [[fanlevel]]로 설정"
},
"args": [
{
"name": "fanlevel",
"title": {
"en": "Fan Level",
"nl": "Fan Level",
"da": "Blæserniveau",
"de": "Lüfterstufe",
"es": "Nivel del ventilador",
"fr": "Niveau de ventilateur",
"it": "Livello ventola",
"no": "Viftenivå",
"sv": "Fläkthastighet",
"pl": "Poziom wentylatora",
"ru": "Уровень вентилятора",
"ko": "팬 레벨"
},
"type": "number",
"min": 0,
"max": 14,
"step": 1
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Airpurifier",
"nl": "Selecteer Airpurifier",
"da": "Vælg luftrenser",
"de": "Luftreiniger auswählen",
"es": "Seleccionar purificador de aire",
"fr": "Sélectionner le purificateur d'air",
"it": "Seleziona purificatore d'aria",
"no": "Velg luftrenser",
"sv": "Välj luftrenare",
"pl": "Wybierz oczyszczacz powietrza",
"ru": "Выберите очиститель воздуха",
"ko": "공기청정기 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced_miot&capabilities=airpurifier_xiaomi_fanlevel"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/airpurifierZhimiFanlevel.json
================================================
{
"title": {
"en": "Set fan level",
"nl": "Ventilatieniveau instellen",
"da": "Indstil ventilatorniveau",
"de": "Lüfterstufe einstellen",
"es": "Establecer nivel de ventilador",
"fr": "Définir le niveau du ventilateur",
"it": "Imposta livello ventola",
"no": "Still inn viftetrinn",
"sv": "Ställ in fläkthastighet",
"pl": "Ustaw poziom wentylatora",
"ru": "Установить уровень вентилятора",
"ko": "팬 레벨 설정"
},
"titleFormatted": {
"en": "Set fan level to [[fanlevel]]",
"nl": "Stel fan level in op [[fanlevel]]",
"da": "Indstil blæserniveau til [[fanlevel]]",
"de": "Lüfterstufe auf [[fanlevel]] einstellen",
"es": "Establecer el nivel del ventilador a [[fanlevel]]",
"fr": "Définir le niveau du ventilateur à [[fanlevel]]",
"it": "Imposta il livello della ventola a [[fanlevel]]",
"no": "Still inn viftenivå til [[fanlevel]]",
"sv": "Ställ in fläkthastighet till [[fanlevel]]",
"pl": "Ustaw poziom wentylatora na [[fanlevel]]",
"ru": "Установите уровень вентилятора на [[fanlevel]]",
"ko": "팬 레벨 [[fanlevel]]로 설정"
},
"args": [
{
"name": "fanlevel",
"title": {
"en": "Fan Level",
"nl": "Fan Level",
"da": "Blæserniveau",
"de": "Lüfterstufe",
"es": "Nivel del ventilador",
"fr": "Niveau de ventilateur",
"it": "Livello ventola",
"no": "Viftenivå",
"sv": "Fläkthastighet",
"pl": "Poziom wentylatora",
"ru": "Уровень вентилятора",
"ko": "팬 레벨"
},
"type": "dropdown",
"values": [
{
"id": "1",
"title": {
"en": "Level 1",
"nl": "Level 1",
"da": "Niveau 1",
"de": "Stufe 1",
"es": "Nivel 1",
"fr": "Niveau 1",
"it": "Livello 1",
"no": "Nivå 1",
"sv": "Nivå 1",
"pl": "Poziom 1",
"ru": "Уровень 1",
"ko": "레벨 1"
}
},
{
"id": "2",
"title": {
"en": "Level 2",
"nl": "Level 2",
"da": "Niveau 2",
"de": "Stufe 2",
"es": "Nivel 2",
"fr": "Niveau 2",
"it": "Livello 2",
"no": "Nivå 2",
"sv": "Nivå 2",
"pl": "Poziom 2",
"ru": "Уровень 2",
"ko": "레벨 2"
}
},
{
"id": "3",
"title": {
"en": "Level 3",
"nl": "Level 3",
"da": "Niveau 3",
"de": "Stufe 3",
"es": "Nivel 3",
"fr": "Niveau 3",
"it": "Livello 3",
"no": "Nivå 3",
"sv": "Nivå 3",
"pl": "Poziom 3",
"ru": "Уровень 3",
"ko": "레벨 3"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Airpurifier",
"nl": "Selecteer Airpurifier",
"da": "Vælg luftrenser",
"de": "Luftreiniger auswählen",
"es": "Seleccionar purificador de aire",
"fr": "Sélectionner le purificateur d'air",
"it": "Seleziona purificatore d'aria",
"no": "Velg luftrenser",
"sv": "Välj luftrenare",
"pl": "Wybierz oczyszczacz powietrza",
"ru": "Выберите очиститель воздуха",
"ko": "공기청정기 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced_miot&capabilities=airpurifier_zhimi_fanlevel"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/airpurifierZhimiMode.json
================================================
{
"title": {
"en": "Set mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Configurar modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Angi modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Configurar modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Angi modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]]로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Автоматический",
"ko": "자동"
}
},
{
"id": "1",
"title": {
"en": "Night",
"nl": "Nacht",
"da": "Nat",
"de": "Nacht",
"es": "Noche",
"fr": "Nuit",
"it": "Notte",
"no": "Natt",
"sv": "Natt",
"pl": "Noc",
"ru": "Ночной",
"ko": "야간"
}
},
{
"id": "2",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"da": "Favorit",
"de": "Favorit",
"es": "Favorito",
"fr": "Favori",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Избранное",
"ko": "즐겨찾기"
}
},
{
"id": "3",
"title": {
"en": "Idle / Manual",
"nl": "Inactief / Handmatig",
"da": "Inaktiv / Manuel",
"de": "Leerlauf / Manuell",
"es": "Inactivo / Manual",
"fr": "Inactif / Manuel",
"it": "Inattivo / Manuale",
"no": "Inaktiv / Manuell",
"sv": "Inaktiv / Manuell",
"pl": "Bezczynny / Ręczny",
"ru": "Ожидание / Ручной",
"ko": "대기 / 수동"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Airpurifier",
"nl": "Selecteer Airpurifier",
"da": "Vælg luftrenser",
"de": "Luftreiniger auswählen",
"es": "Selecciona purificador",
"fr": "Sélectionnez l'purificateur",
"it": "Seleziona purificatore",
"no": "Velg luftrenser",
"sv": "Välj luftrenare",
"pl": "Wybierz oczyszczacz powietrza",
"ru": "Выбрать очиститель воздуха",
"ko": "공기 청정기 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced_miot|airpurifier_dmaker_airfresh_t2017"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/changeSpeed.json
================================================
{
"id": "changeSpeed",
"title": {
"en": "Set Speed",
"nl": "Stel snelheid in",
"da": "Indstil hastighed",
"de": "Geschwindigkeit einstellen",
"es": "Ajustar velocidad",
"fr": "Régler la vitesse",
"it": "Imposta velocità",
"no": "Sett hastighet",
"sv": "Ställ in hastighet",
"pl": "Ustaw prędkość",
"ru": "Установить скорость",
"ko": "속도 설정"
},
"titleFormatted": {
"en": "Set speed to [[speed]]",
"nl": "Stel snelheid in op [[speed]]",
"da": "Indstil hastighed til [[speed]]",
"de": "Geschwindigkeit auf [[speed]] einstellen",
"es": "Ajustar velocidad a [[speed]]",
"fr": "Régler la vitesse à [[speed]]",
"it": "Imposta velocità a [[speed]]",
"no": "Sett hastighet til [[speed]]",
"sv": "Ställ in hastighet till [[speed]]",
"pl": "Ustaw prędkość na [[speed]]",
"ru": "Установить скорость на [[speed]]",
"ko": "[[speed]]으로 속도 설정"
},
"args": [
{
"name": "speed",
"title": {
"en": "Speed",
"nl": "Snelheid",
"da": "Hastighed",
"de": "Geschwindigkeit",
"es": "Velocidad",
"fr": "Vitesse",
"it": "Velocità",
"no": "Hastighet",
"sv": "Hastighet",
"pl": "Prędkość",
"ru": "Скорость",
"ko": "속도"
},
"type": "range",
"min": 0,
"max": 100,
"step": 1,
"label": "%",
"labelDecimals": 0
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=zhimi-fan|dmaker-fan"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/cleanZoneVacuum.json
================================================
{
"id": "cleanZoneVacuum",
"title": {
"en": "Start zone cleaning",
"nl": "Start zone schoonmaken",
"da": "Start zone rengøring",
"de": "Zonenreinigung starten",
"es": "Iniciar limpieza de zonas",
"fr": "Démarrer le nettoyage de zone",
"it": "Avvia pulizia della zona",
"no": "Start sone rengjøring",
"sv": "Starta zonstädning",
"pl": "Rozpocznij czyszczenie strefy",
"ru": "Начать уборку зоны",
"ko": "영역 청소 시작"
},
"titleFormatted": {
"en": "Start zone cleaning [[zones]]",
"nl": "Start zone schoonmaken [[zones]]",
"da": "Start zone rengøring [[zones]]",
"de": "Zonenreinigung starten [[zones]]",
"es": "Iniciar limpieza de zonas [[zones]]",
"fr": "Démarrer le nettoyage de zone [[zones]]",
"it": "Avvia pulizia della zona [[zones]]",
"no": "Start sone rengjøring [[zones]]",
"sv": "Starta zonstädning [[zones]]",
"pl": "Rozpocznij czyszczenie strefy [[zones]]",
"ru": "Начать уборку зоны [[zones]]",
"ko": "영역 청소 시작 [[zones]]"
},
"hint": {
"en": "Takes in an a list of zones and the number of times to clean. Each zone contains an array of 5 values: bottom-left-x, bottom-left-y, top-right-x, top-right-y, number of clean times. Zones example: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"nl": "Voer een lijst met zones in en het aantal keren om schoon te maken. Elke zone bevat een array met 5 waarden: bottom-left-x, bottom-left-y, top-right-x, top-right-y, number of clean times. Zones voorbeeld: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"da": "Indtast en liste over zoner og antallet af gange, der skal rengøres. Hver zone indeholder en række af 5 værdier: nederste venstre x, nederste venstre y, øverste højre x, øverste højre y, antal rengøringstider. Zoner eksempel: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"de": "Geben Sie eine Liste der Zonen und die Anzahl der Reinigungsvorgänge ein. Jede Zone enthält ein Array von 5 Werten: unten-links-x, unten-links-y, oben-rechts-x, oben-rechts-y, Anzahl der Reinigungszeiten. Zonenbeispiel: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"es": "Ingrese una lista de zonas y el número de veces para limpiar. Cada zona contiene una matriz de 5 valores: abajo-izquierda-x, abajo-izquierda-y, arriba-derecha-x, arriba-derecha-y, número de veces de limpieza. Ejemplo de zonas: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"fr": "Saisissez une liste de zones et le nombre de fois à nettoyer. Chaque zone contient un tableau de 5 valeurs : en bas à gauche-x, en bas à gauche-y, en haut à droite-x, en haut à droite-y, nombre de fois à nettoyer. Exemple de zones : [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"it": "Inserisci un elenco di zone e il numero di volte da pulire. Ogni zona contiene una matrice di 5 valori: in basso a sinistra x, in basso a sinistra y, in alto a destra x, in alto a destra y, numero di volte di pulizia. Esempio di zone: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"no": "Skriv inn en liste over soner og antall ganger å rengjøre. Hver sone inneholder en rekke med 5 verdier: nederst-venstre-x, nederst-venstre-y, øverst-høyre-x, øverst-høyre-y, antall rengjøringstider. Soneeksempel: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"sv": "Ange en lista över zoner och antalet gånger att städa. Varje zon innehåller en matris med 5 värden: nedre vänster-x, nedre vänster-y, övre höger-x, övre höger-y, antal rengöringstider. Exempel på zoner: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"pl": "Wprowadź listę stref i liczbę razy do czyszczenia. Każda strefa zawiera tablicę z 5 wartościami: dolna-lewa-x, dolna-lewa-y, górna-prawa-x, górna-prawa-y, liczba razy do czyszczenia. Przykład stref: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"ru": "Введите список зон и количество раз для уборки. Каждая зона содержит массив из 5 значений: слева внизу-x, слева внизу-y, справа вверху-x, справа вверху-y, количество уборок. Пример зон: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"ko": "청소할 횟수와 목록을 입력합니다. 각 영역은 5가지 값의 배열을 포함합니다: 좌하단 x, 좌하단 y, 우상단 x, 우상단 y, 청소 횟수. 영역 예시: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]"
},
"args": [
{
"name": "zones",
"title": {
"en": "Zones",
"nl": "Zones",
"da": "Zoner",
"de": "Zonen",
"es": "Zonas",
"fr": "Zones",
"it": "Zone",
"no": "Soner",
"sv": "Zoner",
"pl": "Strefy",
"ru": "Зоны",
"ko": "영역"
},
"type": "text",
"placeholder": {
"en": "Zones",
"nl": "Zones",
"da": "Zoner",
"de": "Zonen",
"es": "Zonas",
"fr": "Zones",
"it": "Zone",
"no": "Soner",
"sv": "Zoner",
"pl": "Strefy",
"ru": "Зоны",
"ko": "영역"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer Stofzuiger",
"da": "Vælg Støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg Støvsuger",
"sv": "Välj Dammsugare",
"pl": "Wybierz Odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=mi-robot|vacuum_mi_rockrobo_vacuum_advanced|vacuum_mi_rockrobo_vacuum_t6"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/enableAngle.json
================================================
{
"id": "enableAngle",
"title": {
"en": "Enable Oscillation",
"nl": "Inschakelen oscillatie",
"da": "Aktivér oscillation",
"de": "Oszillation aktivieren",
"es": "Activar oscilación",
"fr": "Activer l'oscillation",
"it": "Abilita oscillazione",
"no": "Aktiver svinging",
"sv": "Aktivera oscillator",
"pl": "Włącz oscylację",
"ru": "Включить осцилляцию",
"ko": "진동 활성화"
},
"titleFormatted": {
"en": "Oscillation [[oscillation]]",
"nl": "Oscillatie [[oscillation]]",
"da": "Oscillation [[oscillation]]",
"de": "Oszillation [[oscillation]]",
"es": "Oscilación [[oscillation]]",
"fr": "Oscillation [[oscillation]]",
"it": "Oscillazione [[oscillation]]",
"no": "Oscillation [[oscillation]]",
"sv": "Oscillation [[oscillation]]",
"pl": "Oscylacja [[oscillation]]",
"ru": "Осцилляция [[oscillation]]",
"ko": "진동 [[oscillation]]"
},
"args": [
{
"name": "oscillation",
"title": {
"en": "Angle",
"nl": "Hoek",
"da": "Vinkel",
"de": "Winkel",
"es": "Ángulo",
"fr": "Angle",
"it": "Angolo",
"no": "Vinkel",
"sv": "Vinkel",
"pl": "Kąt",
"ru": "Угол",
"ko": "각도"
},
"type": "dropdown",
"values": [
{
"id": "on",
"label": {
"en": "Enable",
"nl": "Inschakelen",
"da": "Aktiver",
"de": "Aktivieren",
"es": "Habilitar",
"fr": "Activer",
"it": "Abilita",
"no": "Aktiver",
"sv": "Aktivera",
"pl": "Włącz",
"ru": "Включить",
"ko": "사용"
}
},
{
"id": "off",
"label": {
"en": "Disable",
"nl": "Uitschakelen",
"da": "Deaktiver",
"de": "Deaktivieren",
"es": "Deshabilitar",
"fr": "Désactiver",
"it": "Disabilita",
"no": "Deaktiver",
"sv": "Inaktivera",
"pl": "Wyłącz",
"ru": "Выключить",
"ko": "비활성화"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Choisir l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=zhimi-fan|dmaker-fan|fan_zhimi_advanced|fan_zhimi_fan_za5|fan_dmaker_advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/enableBuzzer.json
================================================
{
"title": {
"en": "Enable notification sound",
"nl": "Instellen notificatie geluid",
"da": "Aktiver notifikationslyd",
"de": "Benachrichtigungston aktivieren",
"es": "Activar sonido de notificaciones",
"fr": "Activer le son de notification",
"it": "Abilita suono di notifica",
"no": "Aktiver varslingslyd",
"sv": "Aktivera notifikationsljud",
"pl": "Włącz dźwięk powiadomień",
"ru": "Включить звуковое уведомление",
"ko": "알림 소리 사용"
},
"titleFormatted": {
"en": "Set notification sound [[sound]]",
"nl": "Wijzig notificatie geluid naar [[sound]]",
"da": "Indstil notifikationslyd [[sound]]",
"de": "Benachrichtigungston einstellen [[sound]]",
"es": "Configurar sonido de notificación [[sound]]",
"fr": "Définir le son de notification [[sound]]",
"it": "Imposta suono di notifica [[sound]]",
"no": "Angi varslingslyd [[sound]]",
"sv": "Ställ in notifikationsljud [[sound]]",
"pl": "Ustaw dźwięk powiadomień [[sound]]",
"ru": "Установить звуковое уведомление [[sound]]",
"ko": "알림 소리 설정 [[sound]]"
},
"args": [
{
"name": "sound",
"title": {
"en": "Sound",
"nl": "Geluid",
"da": "Lyd",
"de": "Klang",
"es": "Sonido",
"fr": "Son",
"it": "Suono",
"no": "Lyd",
"sv": "Ljud",
"pl": "Dźwięk",
"ru": "Звук",
"ko": "소리"
},
"type": "dropdown",
"values": [
{
"id": "0",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Fra",
"de": "Aus",
"es": "Apagado",
"fr": "Désactivé",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączone",
"ru": "Выкл.",
"ko": "끔"
}
},
{
"id": "1",
"label": {
"en": "On",
"nl": "Aan",
"da": "Til",
"de": "Ein",
"es": "Encendido",
"fr": "Activé",
"it": "Acceso",
"no": "På",
"sv": "På",
"pl": "Włączone",
"ru": "Вкл.",
"ko": "켬"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced_miot|fan_dmaker_advanced|heater_zhimi_heater_miot|humidifier_xiaomi_humidifier|petwaterdispenser_mmgg_miot|humidifier_deerma_humidifier_miot|humidifier_zhimi_humidifier_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/enableChildLock.json
================================================
{
"id": "enableChildLock",
"title": {
"en": "Enable Child Lock",
"nl": "Instellen kindbeveiliging",
"da": "Aktivér børnelås",
"de": "Kindersicherung aktivieren",
"es": "Activar bloqueo infantil",
"fr": "Activer le verrouillage enfant",
"it": "Abilita blocco bambini",
"no": "Aktiver barnelås",
"sv": "Aktivera barnlås",
"pl": "Włącz blokadę rodzicielską",
"ru": "Включить детский замок",
"ko": "어린이 잠금 장치를 활성화"
},
"titleFormatted": {
"en": "Set child lock [[childlock]]",
"nl": "Wijzig kindbeveiliging naar [[childlock]]",
"da": "Indstil børnelås [[childlock]]",
"de": "Kindersicherung setzen [[childlock]]",
"es": "Configurar bloqueo infantil [[childlock]]",
"fr": "Définir le verrouillage enfant [[childlock]]",
"it": "Imposta blocco bambini [[childlock]]",
"no": "Sett barnelås [[childlock]]",
"sv": "Ställ in barnlåset [[childlock]]",
"pl": "Ustaw blokadę rodzicielską [[childlock]]",
"ru": "Установить детский замок [[childlock]]",
"ko": "어린이 잠금 설정 [[childlock]]"
},
"args": [
{
"name": "childlock",
"title": {
"en": "Childlock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Детский замок",
"ko": "어린이 잠금 장치"
},
"type": "dropdown",
"values": [
{
"id": "on",
"label": {
"en": "On",
"nl": "Aan",
"da": "Til",
"de": "Ein",
"es": "Encendido",
"fr": "Activé",
"it": "Acceso",
"no": "På",
"sv": "På",
"pl": "Włączone",
"ru": "Вкл",
"ko": "켜기"
}
},
{
"id": "off",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Fra",
"de": "Aus",
"es": "Apagado",
"fr": "Désactivé",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączone",
"ru": "Выкл",
"ko": "끄기"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=zhimi-fan|dmaker-fan|fan_zhimi_advanced|fan_zhimi_fan_za5"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/enableEyecare.json
================================================
{
"id": "enableEyecare",
"title": {
"en": "Switch Eyecare",
"nl": "Eyecare schakelen",
"da": "Skift Eyecare",
"de": "Eyecare einschalten",
"es": "Cambiar Eyecare",
"fr": "Changer Eyecare",
"it": "Cambia Eyecare",
"no": "Bytt Eyecare",
"sv": "Byt Eyecare",
"pl": "Przełącz Eyecare",
"ru": "Переключить Eyecare",
"ko": "아이케어 전환"
},
"titleFormatted": {
"en": "Eyecare [[eyecare]]",
"nl": "Eyecare [[eyecare]]",
"da": "Eyecare [[eyecare]]",
"de": "Eyecare [[eyecare]]",
"es": "Eyecare [[eyecare]]",
"fr": "Eyecare [[eyecare]]",
"it": "Eyecare [[eyecare]]",
"no": "Eyecare [[eyecare]]",
"sv": "Eyecare [[eyecare]]",
"pl": "Eyecare [[eyecare]]",
"ru": "Eyecare [[eyecare]]",
"ko": "Eyecare [[eyecare]]"
},
"args": [
{
"name": "eyecare",
"title": {
"en": "Eyecare",
"nl": "Eyecare",
"da": "Eyecare",
"de": "Eyecare",
"es": "Eyecare",
"fr": "Eyecare",
"it": "Eyecare",
"no": "Eyecare",
"sv": "Eyecare",
"pl": "Eyecare",
"ru": "Eyecare",
"ko": "Eyecare"
},
"type": "dropdown",
"values": [
{
"id": "on",
"label": {
"en": "On",
"nl": "Aan",
"da": "Tænd",
"de": "An",
"es": "Encendido",
"fr": "Allumé",
"it": "Acceso",
"no": "På",
"sv": "På",
"pl": "Włącz",
"ru": "Вкл",
"ko": "켜짐"
}
},
{
"id": "off",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłącz",
"ru": "Выкл",
"ko": "꺼짐"
}
},
{
"id": "phone",
"label": {
"en": "Phone",
"nl": "Telefoon",
"da": "Telefon",
"de": "Telefon",
"es": "Teléfono",
"fr": "Téléphone",
"it": "Telefono",
"no": "Telefon",
"sv": "Telefon",
"pl": "Telefon",
"ru": "Телефон",
"ko": "전화기"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Philips Eyecare Lamp",
"nl": "Selecteer Philips Eyecare Lamp",
"da": "Vælg Philips Eyecare Lampe",
"de": "Wählen Sie Philips Eyecare Lampe",
"es": "Seleccione Philips Eyecare Lamp",
"fr": "Sélectionnez Philips Eyecare Lamp",
"it": "Seleziona Philips Eyecare Lamp",
"no": "Velg Philips Eyecare Lamp",
"sv": "Välj Philips Eyecare Lamp",
"pl": "Wybierz lampę Philips Eyecare",
"ru": "Выберите лампу Philips Eyecare",
"ko": "필립스 아이케어 램프 선택"
},
"filter": "driver_id=philips-eyecare"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/enableLED.json
================================================
{
"title": {
"en": "Enable LED",
"nl": "Instellen LED",
"da": "Aktiver LED",
"de": "LED aktivieren",
"es": "Activar LED",
"fr": "Activer LED",
"it": "Abilita LED",
"no": "Aktiver LED",
"sv": "Aktivera LED",
"pl": "Włącz LED",
"ru": "Включить светодиод",
"ko": "LED 켜기"
},
"titleFormatted": {
"en": "Set LED [[led]]",
"nl": "Wijzig LED naar [[led]]",
"da": "Indstil LED [[led]]",
"de": "LED einstellen [[led]]",
"es": "Configurar LED [[led]]",
"fr": "Définir la LED [[led]]",
"it": "Imposta LED [[led]]",
"no": "Still inn LED [[led]]",
"sv": "Ställ in LED [[led]]",
"pl": "Ustaw LED [[led]]",
"ru": "Установить светодиод [[led]]",
"ko": "LED 설정 [[led]]"
},
"args": [
{
"name": "led",
"title": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
},
"type": "dropdown",
"values": [
{
"id": "0",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączony",
"ru": "Выкл",
"ko": "끄기"
}
},
{
"id": "1",
"label": {
"en": "On",
"nl": "Aan",
"da": "Tændt",
"de": "Ein",
"es": "Encendido",
"fr": "Allumé",
"it": "Acceso",
"no": "På",
"sv": "På",
"pl": "Włączony",
"ru": "Вкл",
"ko": "켜기"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "기기 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced_miot|fan_dmaker_advanced|heater_zhimi_heater_miot|humidifier_xiaomi_humidifier|petwaterdispenser_mmgg_miot|humidifier_deerma_humidifier_miot|humidifier_zhimi_humidifier_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/fanDmakerMode.json
================================================
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Configurar modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Configurar modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]]으로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"label": {
"en": "Straigth Wind",
"nl": "Rechte wind",
"da": "Lige Vind",
"de": "Gerader Wind",
"es": "Viento recto",
"fr": "Vent droit",
"it": "Vento dritto",
"no": "Rett vind",
"sv": "Rak vind",
"pl": "Prosty wiatr",
"ru": "Прямой ветер",
"ko": "직선 바람"
}
},
{
"id": "1",
"label": {
"en": "Natural Wind",
"nl": "Natuurlijke wind",
"da": "Naturlig Vind",
"de": "Natürlicher Wind",
"es": "Viento natural",
"fr": "Vent naturel",
"it": "Vento naturale",
"no": "Naturlig vind",
"sv": "Naturlig vind",
"pl": "Naturalny wiatr",
"ru": "Естественный ветер",
"ko": "자연풍"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Dmaker Fan",
"nl": "Selecteer Dmaker Fan",
"da": "Vælg Dmaker Ventilator",
"de": "Wählen Sie Dmaker Ventilator",
"es": "Seleccione Dmaker Fan",
"fr": "Sélectionnez Dmaker Ventilateur",
"it": "Seleziona Dmaker Ventilatore",
"no": "Velg Dmaker Vifte",
"sv": "Välj Dmaker Fläkt",
"pl": "Wybierz wentylator Dmaker",
"ru": "Выберите вентилятор Dmaker",
"ko": "Dmaker 팬 선택"
},
"filter": "driver_id=fan_dmaker_advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/fanPowerVacuum.json
================================================
{
"id": "fanPowerVacuum",
"title": {
"en": "Set Fanspeed",
"nl": "Stel ventilator in",
"da": "Indstil ventilatorhastighed",
"de": "Lüftergeschwindigkeit einstellen",
"es": "Ajustar la velocidad del ventilador",
"fr": "Régler la vitesse du ventilateur",
"it": "Imposta velocità ventola",
"no": "Sett viftespeed",
"sv": "Ställ in fläkthastigheten",
"pl": "Ustaw prędkość wentylatora",
"ru": "Установить скорость вентилятора",
"ko": "팬 속도 설정"
},
"titleFormatted": {
"en": "Set Fanspeed [[fanspeed]]",
"nl": "Stel ventilator in op [[fanspeed]]",
"da": "Indstil ventilatorhastighed [[fanspeed]]",
"de": "Lüftergeschwindigkeit einstellen [[fanspeed]]",
"es": "Ajustar la velocidad del ventilador [[fanspeed]]",
"fr": "Régler la vitesse du ventilateur [[fanspeed]]",
"it": "Imposta velocità ventola [[fanspeed]]",
"no": "Sett viftespeed [[fanspeed]]",
"sv": "Ställ in fläkthastigheten [[fanspeed]]",
"pl": "Ustaw prędkość wentylatora [[fanspeed]]",
"ru": "Установить скорость вентилятора [[fanspeed]]",
"ko": "팬 속도 설정 [[fanspeed]]"
},
"args": [
{
"name": "fanspeed",
"title": {
"en": "Fanspeed",
"nl": "Fan snelheid",
"da": "Ventilatorhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità della ventola",
"no": "Viftespeed",
"sv": "Fläkthastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"type": "dropdown",
"values": [
{
"id": "38",
"label": {
"en": "Quiet",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "66",
"label": {
"en": "Balanced",
"nl": "Gebalanceerd",
"da": "Balanceret",
"de": "Ausgewogen",
"es": "Equilibrado",
"fr": "Équilibré",
"it": "Bilanciato",
"no": "Balansert",
"sv": "Balanserad",
"pl": "Zrównoważony",
"ru": "Сбалансированный",
"ko": "균형 잡힌"
}
},
{
"id": "77",
"label": {
"en": "Turbo",
"nl": "Turbo",
"da": "Turbo",
"de": "Turbo",
"es": "Turbo",
"fr": "Turbo",
"it": "Turbo",
"no": "Turbo",
"sv": "Turbo",
"pl": "Turbo",
"ru": "Турбо",
"ko": "터보"
}
},
{
"id": "90",
"label": {
"en": "Max",
"nl": "Maximum",
"da": "Maks",
"de": "Max",
"es": "Max",
"fr": "Max",
"it": "Max",
"no": "Maks",
"sv": "Maks",
"pl": "Maks",
"ru": "Макс",
"ko": "맥스"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Robot",
"nl": "Selecteer Mi Robot",
"da": "Vælg Mi Robot",
"de": "Mi Roboter auswählen",
"es": "Selecciona Mi Robot",
"fr": "Sélectionnez Mi Robot",
"it": "Seleziona Mi Robot",
"no": "Velg Mi Robot",
"sv": "Välj Mi Robot",
"pl": "Wybierz Mi Robot",
"ru": "Выберите Mi Robot",
"ko": "Mi 로봇 선택"
},
"filter": "driver_id=mi-robot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/fanZhimiMode.json
================================================
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Sæt modus til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Establecer modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Natural Wind",
"nl": "Natuur wind",
"da": "Naturlig vind",
"de": "Natürlicher Wind",
"es": "Viento Natural",
"fr": "Vent Naturel",
"it": "Vento Naturale",
"no": "Naturlig vind",
"sv": "Naturlig vind",
"pl": "Naturalny wiatr",
"ru": "Естественный ветер",
"ko": "자연풍"
}
},
{
"id": "1",
"title": {
"en": "Straight Wind",
"nl": "Rechte wind",
"da": "Lige vind",
"de": "Gerader Wind",
"es": "Viento Directo",
"fr": "Vent Droit",
"it": "Vento Dritto",
"no": "Rett vind",
"sv": "Rakt vind",
"pl": "Prosty wiatr",
"ru": "Прямой ветер",
"ko": "직선풍"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Fan",
"nl": "Selecteer Fan",
"da": "Vælg ventilator",
"de": "Lüfter auswählen",
"es": "Seleccionar Ventilador",
"fr": "Sélectionner le Ventilateur",
"it": "Seleziona Ventilatore",
"no": "Velg vifte",
"sv": "Välj fläkt",
"pl": "Wybierz Wentylator",
"ru": "Выбрать вентилятор",
"ko": "팬 선택"
},
"filter": "driver_id=fan_zhimi_advanced|fan_zhimi_fan_za5"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/findVacuum.json
================================================
{
"id": "findVacuum",
"title": {
"en": "Find vacuum cleaner",
"nl": "Vind stofzuiger",
"da": "Find støvsuger",
"de": "Staubsauger finden",
"es": "Encontrar aspiradora",
"fr": "Trouver l'aspirateur",
"it": "Trova l'aspirapolvere",
"no": "Finn støvsugeren",
"sv": "Hitta dammsugare",
"pl": "Znajdź odkurzacz",
"ru": "Найти пылесос",
"ko": "진공 청소기 찾기"
},
"hint": {
"en": "Let the vacuum cleaner tell you where it's at",
"nl": "Laat de stofzuiger vertellen waar hij is",
"da": "Lad støvsugeren fortælle dig, hvor den er",
"de": "Lass den Staubsauger dir sagen, wo er ist",
"es": "Deja que la aspiradora te diga dónde está",
"fr": "Laisse l'aspirateur te dire où il est",
"it": "Lascia che l'aspirapolvere ti dica dove si trova",
"no": "La støvsugeren fortelle deg hvor den er",
"sv": "Låt dammsugaren berätta var den är",
"pl": "Pozwól odkuraczowi powiedzieć, gdzie się znajduje",
"ru": "Пусть пылесос скажет, где он",
"ko": "진공 청소기가 어디에 있는지 알려주세요"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Robot",
"nl": "Selecteer Mi Robot",
"da": "Vælg Mi Robot",
"de": "Wählen Sie Mi Robot",
"es": "Seleccionar Mi Robot",
"fr": "Sélectionner Mi Robot",
"it": "Seleziona Mi Robot",
"no": "Velg Mi Robot",
"sv": "Välj Mi Robot",
"pl": "Wybierz Mi Robot",
"ru": "Выберите Mi Robot",
"ko": "Mi Robot 선택"
},
"filter": "driver_id=mi-robot|vacuum_mi_rockrobo_vacuum_advanced|vacuum_mi_rockrobo_vacuum_t6"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/gateway_custom_radio.json
================================================
{
"title": {
"en": "Play custom radio station",
"nl": "Afspelen custom radio station",
"da": "Afspil tilpasset radiostation",
"de": "Spiele benutzerdefinierten Radiosender",
"es": "Reproduce emisora de radio personalizada",
"fr": "Lire station de radio personnalisée",
"it": "Riproduci stazione radio personalizzata",
"no": "Spill tilpasset radiostasjon",
"sv": "Spela anpassad radiostation",
"pl": "Odtwórz dostosowaną stację radiową",
"ru": "Воспроизвести пользовательскую радиостанцию",
"ko": "맞춤형 라디오 방송국 재생"
},
"titleFormatted": {
"en": "Play custom radio station [[id]] on url [[url]] with volume [[volume]]",
"nl": "Afspelen custom radio station [[id]] op [[url]] met volume [[volume]]",
"da": "Afspil tilpasset radiostation [[id]] på url [[url]] med lydstyrke [[volume]]",
"de": "Spiele benutzerdefinierten Radiosender [[id]] auf URL [[url]] mit Lautstärke [[volume]]",
"es": "Reproduce emisora de radio personalizada [[id]] en url [[url]] con volumen [[volume]]",
"fr": "Lire station de radio personnalisée [[id]] sur url [[url]] avec volume [[volume]]",
"it": "Riproduci stazione radio personalizzata [[id]] su url [[url]] con volume [[volume]]",
"no": "Spill tilpasset radiostasjon [[id]] på url [[url]] med volum [[volume]]",
"sv": "Spela anpassad radiostation [[id]] på url [[url]] med volym [[volume]]",
"pl": "Odtwórz dostosowaną stację radiową [[id]] na url [[url]] z głośnością [[volume]]",
"ru": "Воспроизведите пользовательскую радиостанцию [[id]] на url [[url]] с громкостью [[volume]]",
"ko": "맞춤형 라디오 방송국 [[id]]의 url [[url]]에서 볼륨 [[volume]]으로 재생"
},
"args": [
{
"name": "id",
"title": {
"en": "Station ID",
"nl": "Station ID",
"da": "Station ID",
"de": "Sender-ID",
"es": "ID de estación",
"fr": "ID de la station",
"it": "ID stazione",
"no": "Stasjons-ID",
"sv": "Stations-ID",
"pl": "ID stacji",
"ru": "ID станции",
"ko": "방송국 ID"
},
"type": "text",
"placeholder": {
"en": "ID",
"nl": "ID",
"da": "ID",
"de": "ID",
"es": "ID",
"fr": "ID",
"it": "ID",
"no": "ID",
"sv": "ID",
"pl": "ID",
"ru": "ID",
"ko": "ID"
}
},
{
"name": "url",
"title": {
"en": "URL",
"nl": "URL",
"da": "URL",
"de": "URL",
"es": "URL",
"fr": "URL",
"it": "URL",
"no": "URL",
"sv": "URL",
"pl": "URL",
"ru": "URL",
"ko": "URL"
},
"type": "text",
"placeholder": {
"en": "URL",
"nl": "URL",
"da": "URL",
"de": "URL",
"es": "URL",
"fr": "URL",
"it": "URL",
"no": "URL",
"sv": "URL",
"pl": "URL",
"ru": "URL",
"ko": "URL"
}
},
{
"type": "range",
"title": {
"en": "Volume",
"nl": "Volume",
"da": "Volumen",
"de": "Lautstärke",
"es": "Volumen",
"fr": "Volume",
"it": "Volume",
"no": "Volum",
"sv": "Volym",
"pl": "Głośność",
"ru": "Громкость",
"ko": "볼륨"
},
"name": "volume",
"min": 0,
"max": 1,
"step": 0.01,
"label": "%",
"labelMultiplier": 100,
"labelDecimals": 0
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Gateway",
"nl": "Selecteer Gateway",
"da": "Vælg Gateway",
"de": "Gateway auswählen",
"es": "Seleccionar Gateway",
"fr": "Sélectionner la passerelle",
"it": "Seleziona Gateway",
"no": "Velg Gateway",
"sv": "Välj Gateway",
"pl": "Wybierz bramę",
"ru": "Выберите шлюз",
"ko": "게이트웨이 선택"
},
"filter": "driver_id=gateway"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/gateway_play_effect.json
================================================
{
"title": {
"en": "Play effect",
"nl": "Speel effect",
"da": "Afspil effekt",
"de": "Effekt abspielen",
"es": "Reproducir efecto",
"fr": "Jouer l'effet",
"it": "Riproduci effetto",
"no": "Spill av effekt",
"sv": "Spela effekt",
"pl": "Odtwórz efekt",
"ru": "Воспроизвести эффект",
"ko": "효과 재생"
},
"titleFormatted": {
"en": "Play effect [[toneID]]",
"nl": "Speel effect [[toneID]]",
"da": "Afspil effekt [[toneID]]",
"de": "Effekt abspielen [[toneID]]",
"es": "Reproducir efecto [[toneID]]",
"fr": "Jouer l'effet [[toneID]]",
"it": "Riproduci effetto [[toneID]]",
"no": "Spill av effekt [[toneID]]",
"sv": "Spela effekt [[toneID]]",
"pl": "Odtwórz efekt [[toneID]]",
"ru": "Воспроизвести эффект [[toneID]]",
"ko": "효과 재생 [[toneID]]"
},
"args": [
{
"type": "dropdown",
"title": {
"en": "Effect ID",
"nl": "Effect ID",
"da": "Effekt-ID",
"de": "Effekt-ID",
"es": "ID de efecto",
"fr": "ID d'effet",
"it": "ID effetto",
"no": "Effekt-ID",
"sv": "Effekt-ID",
"pl": "ID efektu",
"ru": "ID эффекта",
"ko": "효과 ID"
},
"name": "toneID",
"values": [
{
"id": "0",
"label": {
"en": "Police car 1",
"da": "Politibil 1",
"de": "Polizeiauto 1",
"es": "Coche de policía 1",
"fr": "Voiture de police 1",
"it": "Auto della polizia 1",
"no": "Politibil 1",
"sv": "Polisbil 1",
"pl": "Radiowóz 1",
"ru": "Полицейская машина 1",
"ko": "경찰차 1"
}
},
{
"id": "1",
"label": {
"en": "Police car 2",
"da": "Politibil 2",
"de": "Polizeiauto 2",
"es": "Coche de policía 2",
"fr": "Voiture de police 2",
"it": "Auto della polizia 2",
"no": "Politibil 2",
"sv": "Polisbil 2",
"pl": "Radiowóz 2",
"ru": "Полицейская машина 2",
"ko": "경찰차 2"
}
},
{
"id": "2",
"label": {
"en": "Accident",
"da": "Uheld",
"de": "Unfall",
"es": "Accidente",
"fr": "Accident",
"it": "Incidente",
"no": "Ulykke",
"sv": "Olycka",
"pl": "Wypadek",
"ru": "Авария",
"ko": "사고"
}
},
{
"id": "3",
"label": {
"en": "Countdown",
"da": "Nedtælling",
"de": "Countdown",
"es": "Cuenta regresiva",
"fr": "Compte à rebours",
"it": "Conto alla rovescia",
"no": "Nedtelling",
"sv": "Nedräkning",
"pl": "Odliczanie",
"ru": "Обратный отсчет",
"ko": "카운트다운"
}
},
{
"id": "4",
"label": {
"en": "Ghost",
"da": "Spøgelse",
"de": "Gespenst",
"es": "Fantasma",
"fr": "Fantôme",
"it": "Fantasma",
"no": "Spøkelse",
"sv": "Spöke",
"pl": "Duch",
"ru": "Призрак",
"ko": "유령"
}
},
{
"id": "5",
"label": {
"en": "Sniper rifle",
"da": "Snigskytteriffel",
"de": "Scharfschützengewehr",
"es": "Rifle de francotirador",
"fr": "Fusil de sniper",
"it": "Fucile da cecchino",
"no": "Snikskytterifle",
"sv": "Krypskyttegevär",
"pl": "Karabin snajperski",
"ru": "Снайперская винтовка",
"ko": "저격 소총"
}
},
{
"id": "6",
"label": {
"en": "Battle",
"da": "Kamp",
"de": "Schlacht",
"es": "Batalla",
"fr": "Bataille",
"it": "Battaglia",
"no": "Kamp",
"sv": "Strid",
"pl": "Bitwa",
"ru": "Битва",
"ko": "전투"
}
},
{
"id": "7",
"label": {
"en": "Air raid",
"da": "Luftangreb",
"de": "Luftangriff",
"es": "Ataque aéreo",
"fr": "Raid aérien",
"it": "Incursione aerea",
"no": "Luftangrep",
"sv": "Flyganfall",
"pl": "Nalot",
"ru": "Воздушный налет",
"ko": "공습"
}
},
{
"id": "8",
"label": {
"en": "Bark",
"da": "Gøen",
"de": "Bellen",
"es": "Ladrido",
"fr": "Aboiement",
"it": "Abbaiare",
"no": "Bjeffing",
"sv": "Skall",
"pl": "Szczekanie",
"ru": "Лай",
"ko": "짖다"
}
},
{
"id": "10",
"label": {
"en": "Doorbell",
"da": "Dørklokke",
"de": "Türklingel",
"es": "Timbre",
"fr": "Sonnette",
"it": "Campanello",
"no": "Ringeklokke",
"sv": "Dörrklocka",
"pl": "Dzwonek do drzwi",
"ru": "Дверной звонок",
"ko": "문 벨"
}
},
{
"id": "11",
"label": {
"en": "Knock at a door",
"da": "Banke på en dør",
"de": "Klopfen an der Tür",
"es": "Llamar a la puerta",
"fr": "Frapper à une porte",
"it": "Bussare alla porta",
"no": "Banke på en dør",
"sv": "Knacka på en dörr",
"pl": "Pukanie do drzwi",
"ru": "стучать в дверь",
"ko": "문을 두드리다"
}
},
{
"id": "12",
"label": {
"en": "Amuse",
"da": "Underholde",
"de": "Unterhalten",
"es": "Divertir",
"fr": "Amuser",
"it": "Divertire",
"no": "Underholde",
"sv": "Underhålla",
"pl": "Bawić",
"ru": "развлекать",
"ko": "즐겁게 하다"
}
},
{
"id": "13",
"label": {
"en": "Alarm clock",
"da": "Vækkeur",
"de": "Wecker",
"es": "Reloj despertador",
"fr": "Réveil",
"it": "Sveglia",
"no": "Vekkerklokke",
"sv": "Väckarklocka",
"pl": "Budzik",
"ru": "Будильник",
"ko": "알람 시계"
}
},
{
"id": "20",
"label": {
"en": "MiMix",
"da": "MiMix",
"de": "MiMix",
"es": "MiMix",
"fr": "MiMix",
"it": "MiMix",
"no": "MiMix",
"sv": "MiMix",
"pl": "MiMix",
"ru": "MiMix",
"ko": "MiMix"
}
},
{
"id": "21",
"label": {
"en": "Enthusiastic",
"da": "Entusiastisk",
"de": "Enthusiastisch",
"es": "Entusiasta",
"fr": "Enthousiaste",
"it": "Entusiasta",
"no": "Entusiastisk",
"sv": "Entusiastisk",
"pl": "Entuzjastyczny",
"ru": "Восторженный",
"ko": "열렬한"
}
},
{
"id": "22",
"label": {
"en": "GuitarClassic",
"da": "GuitarClassic",
"de": "GuitarClassic",
"es": "GuitarClassic",
"fr": "GuitarClassic",
"it": "GuitarClassic",
"no": "GuitarClassic",
"sv": "GuitarClassic",
"pl": "GuitarClassic",
"ru": "GuitarClassic",
"ko": "GuitarClassic"
}
},
{
"id": "23",
"label": {
"en": "IceWorldPiano",
"da": "IceWorldPiano",
"de": "IceWorldPiano",
"es": "IceWorldPiano",
"fr": "IceWorldPiano",
"it": "IceWorldPiano",
"no": "IceWorldPiano",
"sv": "IceWorldPiano",
"pl": "IceWorldPiano",
"ru": "IceWorldPiano",
"ko": "IceWorldPiano"
}
},
{
"id": "24",
"label": {
"en": "LeisureTime",
"da": "LeisureTime",
"de": "LeisureTime",
"es": "LeisureTime",
"fr": "LeisureTime",
"it": "LeisureTime",
"no": "LeisureTime",
"sv": "LeisureTime",
"pl": "LeisureTime",
"ru": "LeisureTime",
"ko": "LeisureTime"
}
},
{
"id": "25",
"label": {
"en": "ChildHood",
"da": "ChildHood",
"de": "ChildHood",
"es": "ChildHood",
"fr": "ChildHood",
"it": "ChildHood",
"no": "ChildHood",
"sv": "ChildHood",
"pl": "ChildHood",
"ru": "ChildHood",
"ko": "ChildHood"
}
},
{
"id": "26",
"label": {
"en": "MorningStreamLiet",
"da": "MorningStreamLiet",
"de": "MorningStreamLiet",
"es": "MorningStreamLiet",
"fr": "MorningStreamLiet",
"it": "MorningStreamLiet",
"no": "MorningStreamLiet",
"sv": "MorningStreamLiet",
"pl": "MorningStreamLiet",
"ru": "MorningStreamLiet",
"ko": "MorningStreamLiet"
}
},
{
"id": "27",
"label": {
"en": "MusicBox",
"da": "MusicBox",
"de": "MusicBox",
"es": "MusicBox",
"fr": "MusicBox",
"it": "MusicBox",
"no": "MusicBox",
"sv": "MusicBox",
"pl": "MusicBox",
"ru": "MusicBox",
"ko": "MusicBox"
}
},
{
"id": "28",
"label": {
"en": "Orange",
"da": "Orange",
"de": "Orange",
"es": "Naranja",
"fr": "Orange",
"it": "Arancio",
"no": "Oransje",
"sv": "Orange",
"pl": "Pomarańczowy",
"ru": "Оранжевый",
"ko": "오렌지"
}
},
{
"id": "29",
"label": {
"en": "Thinker",
"da": "Tænker",
"de": "Denker",
"es": "Pensador",
"fr": "Penseur",
"it": "Pensatore",
"no": "Tenker",
"sv": "Tänker",
"pl": "Myśliciel",
"ru": "Мыслитель",
"ko": "사색가"
}
},
{
"id": "10000",
"label": {
"en": "MUTE",
"da": "STUM",
"de": "STUMM",
"es": "MUDO",
"fr": "SILENCE",
"it": "MUTO",
"no": "STILLE",
"sv": "TYST",
"pl": "WYŁĄCZONY",
"ru": "БЕСШУМНЫЙ",
"ko": "무음"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Gateway",
"nl": "Selecteer Gateway",
"da": "Vælg Gateway",
"de": "Gateway auswählen",
"es": "Seleccionar Gateway",
"fr": "Sélectionner la passerelle",
"it": "Seleziona Gateway",
"no": "Velg Gateway",
"sv": "Välj Gateway",
"pl": "Wybierz Gateway",
"ru": "Выберите шлюз",
"ko": "게이트웨이 선택"
},
"filter": "driver_id=gateway"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/gateway_play_radio.json
================================================
{
"title": {
"en": "Play favorite radio station",
"nl": "Afspelen favoriete radio station",
"da": "Afspil favorit radiostation",
"de": "Favoriten-Radiosender abspielen",
"es": "Reproducir emisora de radio favorita",
"fr": "Jouer la station de radio favorite",
"it": "Riproduci stazione radio preferita",
"no": "Spill favoritt radiostasjon",
"sv": "Spela favorit radiostation",
"pl": "Odtwórz ulubioną stację radiową",
"ru": "Воспроизвести любимую радиостанцию",
"ko": "좋아하는 라디오 방송 재생"
},
"titleFormatted": {
"en": "Play favorite radio station [[favoriteID]] with volume [[volume]]",
"nl": "Afspelen favoriete radio station [[favoriteID]] met volume [[volume]]",
"da": "Afspil favorit radiostation [[favoriteID]] med lydstyrke [[volume]]",
"de": "Favoriten-Radiosender [[favoriteID]] mit Lautstärke [[volume]] abspielen",
"es": "Reproducir emisora de radio favorita [[favoriteID]] con volumen [[volume]]",
"fr": "Jouer la station de radio favorite [[favoriteID]] avec le volume [[volume]]",
"it": "Riproduci stazione radio preferita [[favoriteID]] con volume [[volume]]",
"no": "Spill favoritt radiostasjon [[favoriteID]] med volum [[volume]]",
"sv": "Spela favorit radiostation [[favoriteID]] med volym [[volume]]",
"pl": "Odtwórz ulubioną stację radiową [[favoriteID]] z głośnością [[volume]]",
"ru": "Воспроизвести любимую радиостанцию [[favoriteID]] с громкостью [[volume]]",
"ko": "좋아하는 라디오 방송 [[favoriteID]] 볼륨 [[volume]]으로 재생"
},
"args": [
{
"type": "dropdown",
"title": {
"en": "Station ID",
"nl": "Station ID",
"da": "Station ID",
"de": "Stations-ID",
"es": "ID de estación",
"fr": "ID de la station",
"it": "ID stazione",
"no": "Stasjons-ID",
"sv": "Stations-ID",
"pl": "ID stacji",
"ru": "Идентификатор станции",
"ko": "스테이션 ID"
},
"name": "favoriteID",
"values": [
{
"id": "0",
"label": {
"en": "1 - favorite radio",
"nl": "1 - favoriete station",
"da": "1 - favorit radio",
"de": "1 - Lieblingsradio",
"es": "1 - radio favorita",
"fr": "1 - radio favorite",
"it": "1 - radio preferita",
"no": "1 - favoritt radio",
"sv": "1 - favorit radio",
"pl": "1 - ulubione radio",
"ru": "1 - любимое радио",
"ko": "1 - 좋아하는 라디오"
}
},
{
"id": "1",
"label": {
"en": "2 - favorite radio",
"nl": "2 - favoriete station",
"da": "2 - favorit radio",
"de": "2 - Lieblingsradio",
"es": "2 - radio favorita",
"fr": "2 - radio favorite",
"it": "2 - radio preferita",
"no": "2 - favoritt radio",
"sv": "2 - favorit radio",
"pl": "2 - ulubione radio",
"ru": "2 - любимое радио",
"ko": "2 - 좋아하는 라디오"
}
},
{
"id": "2",
"label": {
"en": "3 - favorite radio",
"nl": "3 - favoriete station",
"da": "3 - favorit radio",
"de": "3 - Lieblingsradio",
"es": "3 - radio favorita",
"fr": "3 - radio favorite",
"it": "3 - radio preferita",
"no": "3 - favoritt radio",
"sv": "3 - favorit radio",
"pl": "3 - ulubione radio",
"ru": "3 - любимое радио",
"ko": "3 - 좋아하는 라디오"
}
},
{
"id": "3",
"label": {
"en": "4 - favorite radio",
"nl": "4 - favoriete station",
"da": "4 - favorit radio",
"de": "4 - Lieblingsradio",
"es": "4 - radio favorita",
"fr": "4 - radio favorite",
"it": "4 - radio preferita",
"no": "4 - favoritt radio",
"sv": "4 - favorit radio",
"pl": "4 - ulubione radio",
"ru": "4 - любимое радио",
"ko": "4 - 좋아하는 라디오"
}
},
{
"id": "4",
"label": {
"en": "5 - favorite radio",
"nl": "5 - favoriete station",
"da": "5 - favorit radio",
"de": "5 - Lieblingsradio",
"es": "5 - radio favorita",
"fr": "5 - radio favorite",
"it": "5 - radio preferita",
"no": "5 - favoritt radio",
"sv": "5 - favorit radio",
"pl": "5 - ulubione radio",
"ru": "5 - любимое радио",
"ko": "5 - 좋아하는 라디오"
}
},
{
"id": "5",
"label": {
"en": "6 - favorite radio",
"nl": "6 - favoriete station",
"da": "6 - favorit radio",
"de": "6 - Lieblingsradio",
"es": "6 - radio favorita",
"fr": "6 - radio favorite",
"it": "6 - radio preferita",
"no": "6 - favoritt radio",
"sv": "6 - favorit radio",
"pl": "6 - ulubione radio",
"ru": "6 - любимое радио",
"ko": "6 - 좋아하는 라디오"
}
},
{
"id": "6",
"label": {
"en": "7 - favorite radio",
"nl": "7 - favoriete station",
"da": "7 - favorit radio",
"de": "7 - Lieblingsradio",
"es": "7 - radio favorita",
"fr": "7 - radio favorite",
"it": "7 - radio preferita",
"no": "7 - favoritt radio",
"sv": "7 - favorit radio",
"pl": "7 - ulubione radio",
"ru": "7 - любимое радио",
"ko": "7 - 좋아하는 라디오"
}
},
{
"id": "7",
"label": {
"en": "8 - favorite radio",
"nl": "8 - favoriete station",
"da": "8 - favorit radio",
"de": "8 - Lieblingsradio",
"es": "8 - radio favorita",
"fr": "8 - radio favorite",
"it": "8 - radio preferita",
"no": "8 - favoritt radio",
"sv": "8 - favorit radio",
"pl": "8 - ulubione radio",
"ru": "8 - любимое радио",
"ko": "8 - 좋아하는 라디오"
}
},
{
"id": "8",
"label": {
"en": "9 - favorite radio",
"nl": "9 - favoriete station",
"da": "9 - favorit radio",
"de": "9 - Lieblingsradio",
"es": "9 - radio favorita",
"fr": "9 - radio favorite",
"it": "9 - radio preferita",
"no": "9 - favoritt radio",
"sv": "9 - favorit radio",
"pl": "9 - ulubione radio",
"ru": "9 - любимое радио",
"ko": "9 - 좋아하는 라디오"
}
},
{
"id": "9",
"label": {
"en": "10 - favorite radio",
"nl": "10 - favoriete station",
"da": "10 - favorit radio",
"de": "10 - Lieblingsradio",
"es": "10 - radio favorita",
"fr": "10 - radio favorite",
"it": "10 - radio preferita",
"no": "10 - favoritt radio",
"sv": "10 - favorit radio",
"pl": "10 - ulubione radio",
"ru": "10 - любимое радио",
"ko": "10 - 좋아하는 라디오"
}
},
{
"id": "10",
"label": {
"en": "11 - favorite radio",
"nl": "11 - favoriete station",
"da": "11 - favorit radio",
"de": "11 - Lieblingsradio",
"es": "11 - radio favorita",
"fr": "11 - radio favorite",
"it": "11 - radio preferita",
"no": "11 - favoritt radio",
"sv": "11 - favorit radio",
"pl": "11 - ulubione radio",
"ru": "11 - любимое радио",
"ko": "11 - 좋아하는 라디오"
}
},
{
"id": "11",
"label": {
"en": "12 - favorite radio",
"nl": "12 - favoriete station",
"da": "12 - favorit radio",
"de": "12 - Lieblingsradio",
"es": "12 - radio favorita",
"fr": "12 - radio favorite",
"it": "12 - radio preferita",
"no": "12 - favoritt radio",
"sv": "12 - favorit radio",
"pl": "12 - ulubione radio",
"ru": "12 - любимое радио",
"ko": "12 - 좋아하는 라디오"
}
},
{
"id": "12",
"label": {
"en": "13 - favorite radio",
"nl": "13 - favoriete station",
"da": "13 - favorit radio",
"de": "13 - Lieblingsradio",
"es": "13 - radio favorita",
"fr": "13 - radio favorite",
"it": "13 - radio preferita",
"no": "13 - favoritt radio",
"sv": "13 - favorit radio",
"pl": "13 - ulubione radio",
"ru": "13 - любимое радио",
"ko": "13 - 좋아하는 라디오"
}
},
{
"id": "13",
"label": {
"en": "14 - favorite radio",
"nl": "14 - favoriete station",
"da": "14 - favorit radio",
"de": "14 - Lieblingsradio",
"es": "14 - radio favorita",
"fr": "14 - radio favorite",
"it": "14 - radio preferita",
"no": "14 - favoritt radio",
"sv": "14 - favorit radio",
"pl": "14 - ulubione radio",
"ru": "14 - любимое радио",
"ko": "14 - 좋아하는 라디오"
}
},
{
"id": "13",
"label": {
"en": "15 - favorite radio",
"nl": "15 - favoriete station",
"da": "15 - favorit radio",
"de": "15 - Lieblingsradio",
"es": "15 - radio favorita",
"fr": "15 - radio favorite",
"it": "15 - radio preferita",
"no": "15 - favoritt radio",
"sv": "15 - favorit radio",
"pl": "15 - ulubione radio",
"ru": "15 - любимое радио",
"ko": "15 - 좋아하는 라디오"
}
}
]
},
{
"type": "range",
"title": {
"en": "Volume",
"nl": "Volume",
"da": "Lydstyrke",
"de": "Lautstärke",
"es": "Volumen",
"fr": "Volume",
"it": "Volume",
"no": "Volum",
"sv": "Volym",
"pl": "Głośność",
"ru": "Громкость",
"ko": "볼륨"
},
"name": "volume",
"min": 0,
"max": 1,
"step": 0.01,
"label": "%",
"labelMultiplier": 100,
"labelDecimals": 0
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Robot",
"nl": "Selecteer Mi Robot",
"da": "Vælg Mi Robot",
"de": "Wählen Sie Mi Robot",
"es": "Selecciona Mi Robot",
"fr": "Sélectionnez Mi Robot",
"it": "Seleziona Mi Robot",
"no": "Velg Mi Robot",
"sv": "Välj Mi Robot",
"pl": "Wybierz Mi Robot",
"ru": "Выберите Mi Robot",
"ko": "Mi Robot 선택"
},
"filter": "driver_id=gateway"
}
]
}
================================================
FILE: .homeycompose/flow/actions/gateway_set_volume.json
================================================
{
"title": {
"en": "Set volume for",
"nl": "Set volume voor",
"da": "Indstil lydstyrke for",
"de": "Lautstärke einstellen für",
"es": "Establecer volumen para",
"fr": "Régler le volume pour",
"it": "Imposta il volume per",
"no": "Sett volum for",
"sv": "Ställ in volymen för",
"pl": "Ustaw głośność dla",
"ru": "Установить громкость для",
"ko": "볼륨 설정"
},
"titleFormatted": {
"en": "Set volume to [[volume]] for [[target]]",
"nl": "Zet volume naar [[volume]] voor [[target]]",
"da": "Indstil lydstyrke til [[volume]] for [[target]]",
"de": "Lautstärke auf [[volume]] einstellen für [[target]]",
"es": "Establecer volumen a [[volume]] para [[target]]",
"fr": "Régler le volume à [[volume]] pour [[target]]",
"it": "Imposta il volume a [[volume]] per [[target]]",
"no": "Sett volum til [[volume]] for [[target]]",
"sv": "Ställ in volymen till [[volume]] för [[target]]",
"pl": "Ustaw głośność na [[volume]] dla [[target]]",
"ru": "Установить громкость на [[volume]] для [[target]]",
"ko": "[[target]]의 [[volume]]로 볼륨 설정"
},
"args": [
{
"type": "dropdown",
"title": {
"en": "Target",
"nl": "Doel",
"da": "Mål",
"de": "Ziel",
"es": "Objetivo",
"fr": "Cible",
"it": "Obiettivo",
"no": "Mål",
"sv": "Mål",
"pl": "Cel",
"ru": "Цель",
"ko": "대상"
},
"name": "target",
"values": [
{
"id": "alarm",
"label": {
"en": "Alarm",
"nl": "Alarm",
"da": "Alarm",
"de": "Alarm",
"es": "Alarma",
"fr": "Alarme",
"it": "Allarme",
"no": "Alarm",
"sv": "Larm",
"pl": "Alarm",
"ru": "Тревога",
"ko": "알람"
}
},
{
"id": "doorbell",
"label": {
"en": "Doorbell",
"nl": "Deurbel",
"da": "Dørklokke",
"de": "Türklingel",
"es": "Timbre",
"fr": "Sonnette",
"it": "Campanello",
"no": "Ringeklokke",
"sv": "Dörrklocka",
"pl": "Dzwonek do drzwi",
"ru": "Дверной звонок",
"ko": "초인종"
}
},
{
"id": "prompt",
"label": {
"en": "Prompt",
"nl": "Waarschuwing",
"da": "Påmindelse",
"de": "Eingabeaufforderung",
"es": "Mensaje",
"fr": "Message",
"it": "Richiesta",
"no": "Spørsmål",
"sv": "Uppmaning",
"pl": "Komunikat",
"ru": "Подсказка",
"ko": "프롬프트"
}
},
{
"id": "radio",
"label": {
"en": "Radio",
"nl": "Radio",
"da": "Radio",
"de": "Radio",
"es": "Radio",
"fr": "Radio",
"it": "Radio",
"no": "Radio",
"sv": "Radio",
"pl": "Radio",
"ru": "Радио",
"ko": "라디오"
}
}
]
},
{
"type": "range",
"title": {
"en": "Volume",
"nl": "Volume",
"da": "Lydstyrke",
"de": "Lautstärke",
"es": "Volumen",
"fr": "Volume",
"it": "Volume",
"no": "Volum",
"sv": "Volym",
"pl": "Głośność",
"ru": "Громкость",
"ko": "볼륨"
},
"name": "volume",
"min": 0,
"max": 1,
"step": 0.01,
"label": "%",
"labelMultiplier": 100,
"labelDecimals": 0
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Gateway",
"nl": "Selecteer Gateway",
"da": "Vælg Gateway",
"de": "Gateway auswählen",
"es": "Seleccionar Gateway",
"fr": "Sélectionner Gateway",
"it": "Seleziona Gateway",
"no": "Velg Gateway",
"sv": "Välj Gateway",
"pl": "Wybierz Gateway",
"ru": "Выберите Gateway",
"ko": "게이트웨이 선택"
},
"filter": "driver_id=gateway"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/goToTargetVacuum.json
================================================
{
"id": "goToTargetVacuum",
"title": {
"en": "Send vacuum cleaner to target",
"nl": "Stuur stofzuiger naar doel",
"da": "Send støvsuger til mål",
"de": "Sende Staubsauger zum Ziel",
"es": "Enviar aspiradora al objetivo",
"fr": "Envoyer l'aspirateur à la cible",
"it": "Invia aspirapolvere al bersaglio",
"no": "Send støvsuger til mål",
"sv": "Skicka dammsugare till mål",
"pl": "Wyślij odkurzacz do celu",
"ru": "Отправить пылесос к цели",
"ko": "진공 청소기를 목표 지점으로 보내기"
},
"titleFormatted": {
"en": "Send vacuum cleaner to coordinates X [[xcoordinate]] and Y [[ycoordinate]]",
"nl": "Stuur stofzuiger naar coördinaten X [[xcoordinate]] en Y [[ycoordinate]]",
"da": "Send støvsuger til koordinaterne X [[xcoordinate]] og Y [[ycoordinate]]",
"de": "Senden Sie den Staubsauger zu den Koordinaten X [[xcoordinate]] und Y [[ycoordinate]]",
"es": "Enviar aspiradora a las coordenadas X [[xcoordinate]] e Y [[ycoordinate]]",
"fr": "Envoyer l'aspirateur aux coordonnées X [[xcoordinate]] et Y [[ycoordinate]]",
"it": "Invia l'aspirapolvere alle coordinate X [[xcoordinate]] e Y [[ycoordinate]]",
"no": "Send støvsuger til koordinater X [[xcoordinate]] og Y [[ycoordinate]]",
"sv": "Skicka dammsugare till koordinaterna X [[xcoordinate]] och Y [[ycoordinate]]",
"pl": "Wyślij odkurzacz na współrzędne X [[xcoordinate]] i Y [[ycoordinate]]",
"ru": "Отправить пылесос на координаты X [[xcoordinate]] и Y [[ycoordinate]]",
"ko": "진공 청소기를 X [[xcoordinate]] 및 Y [[ycoordinate]] 좌표로 보내기"
},
"hint": {
"en": "Enter the x and y coordinates of the target: ex. 25000 and 28000",
"nl": "Voer de x en y coördinaten van het doel in: bv. 25000 en 28000",
"da": "Indtast x- og y-koordinaterne for målet: f.eks. 25000 og 28000",
"de": "Geben Sie die x- und y-Koordinaten des Ziels ein: z.B. 25000 und 28000",
"es": "Introduzca las coordenadas x e y del objetivo: ej. 25000 y 28000",
"fr": "Entrez les coordonnées x et y de la cible : ex. 25000 et 28000",
"it": "Inserisci le coordinate x e y del bersaglio: es. 25000 e 28000",
"no": "Skriv inn x- og y-koordinatene til målet: f.eks. 25000 og 28000",
"sv": "Ange x- och y-koordinaterna för målet: ex. 25000 och 28000",
"pl": "Wpisz współrzędne x i y celu: np. 25000 i 28000",
"ru": "Введите координаты x и y цели: например, 25000 и 28000",
"ko": "목표의 x 및 y 좌표를 입력하세요: 예. 25000 및 28000"
},
"args": [
{
"name": "xcoordinate",
"title": {
"en": "X Coordinate",
"nl": "X coördinaat",
"da": "X-koordinat",
"de": "X-Koordinate",
"es": "Coordenada X",
"fr": "Coordonnée X",
"it": "Coordinata X",
"no": "X-koordinat",
"sv": "X-koordinat",
"pl": "Współrzędna X",
"ru": "Координата X",
"ko": "X 좌표"
},
"type": "number",
"placeholder": {
"en": "X Coordinate",
"nl": "X coördinaat",
"da": "X-koordinat",
"de": "X-Koordinate",
"es": "Coordenada X",
"fr": "Coordonnée X",
"it": "Coordinata X",
"no": "X-koordinat",
"sv": "X-koordinat",
"pl": "Współrzędna X",
"ru": "Координата X",
"ko": "X 좌표"
}
},
{
"name": "ycoordinate",
"title": {
"en": "Y Coordinate",
"nl": "Y coördinaat",
"da": "Y-koordinat",
"de": "Y-Koordinate",
"es": "Coordenada Y",
"fr": "Coordonnée Y",
"it": "Coordinata Y",
"no": "Y-koordinat",
"sv": "Y-koordinat",
"pl": "Współrzędna Y",
"ru": "Координата Y",
"ko": "Y 좌표"
},
"type": "number",
"placeholder": {
"en": "Y Coordinate",
"nl": "Y coördinaat",
"da": "Y-koordinat",
"de": "Y-Koordinate",
"es": "Coordenada Y",
"fr": "Coordonnée Y",
"it": "Coordinata Y",
"no": "Y-koordinat",
"sv": "Y-koordinat",
"pl": "Współrzędna Y",
"ru": "Координата Y",
"ko": "Y 좌표"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer Stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Choisir l'aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=mi-robot|vacuum_mi_rockrobo_vacuum_advanced|vacuum_mi_rockrobo_vacuum_t6|vacuum_mi_roborock_vacuum_a08|vacuum_dreame_vacuum_p2029_p2041|vacuum_dreame_vacuum_mc1808|vacuum_viomi_vacuum_v7"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/heaterZhimiHeatlevel.json
================================================
{
"title": {
"en": "Set heatlevel",
"nl": "Stel hitte in",
"da": "Indstil varme niveau",
"de": "Heizstufe einstellen",
"es": "Establecer nivel de calor",
"fr": "Régler le niveau de chaleur",
"it": "Imposta livello di calore",
"no": "Sett varme nivå",
"sv": "Ställ in värmenivå",
"pl": "Ustaw poziom ciepła",
"ru": "Установить уровень нагрева",
"ko": "난방 수준 설정"
},
"titleFormatted": {
"en": "Set heatlevel to [[heatlevel]]",
"nl": "Stel hitte in op [[heatlevel]]",
"da": "Indstil varme niveau til [[heatlevel]]",
"de": "Heizstufe einstellen auf [[heatlevel]]",
"es": "Establecer nivel de calor en [[heatlevel]]",
"fr": "Régler le niveau de chaleur à [[heatlevel]]",
"it": "Imposta livello di calore a [[heatlevel]]",
"no": "Sett varme nivå til [[heatlevel]]",
"sv": "Ställ in värmenivå till [[heatlevel]]",
"pl": "Ustaw poziom ciepła na [[heatlevel]]",
"ru": "Установить уровень нагрева до [[heatlevel]]",
"ko": "[[heatlevel]]로 난방 수준 설정"
},
"args": [
{
"name": "heatlevel",
"title": {
"en": "Heatlevel",
"nl": "Hitte",
"da": "Varme niveau",
"de": "Heizstufe",
"es": "Nivel de calor",
"fr": "Niveau de chaleur",
"it": "Livello di calore",
"no": "Varme nivå",
"sv": "Värmenivå",
"pl": "Poziom ciepła",
"ru": "Уровень нагрева",
"ko": "난방 수준"
},
"type": "dropdown",
"values": [
{
"id": "1",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "2",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Faible",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Heater",
"nl": "Selecteer Heater",
"da": "Vælg varmelegeme",
"de": "Heizung auswählen",
"es": "Seleccionar calentador",
"fr": "Sélectionner le chauffage",
"it": "Seleziona riscaldatore",
"no": "Velg varmeovn",
"sv": "Välj värmare",
"pl": "Wybierz grzejnik",
"ru": "Выберите обогреватель",
"ko": "히터 선택"
},
"filter": "driver_id=heater_zhimi_heater_miot&capabilities=heater_zhimi_heatlevel"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/heaterZhimiOscillation.json
================================================
{
"title": {
"en": "Set oscillation",
"nl": "Stel oscillatie in",
"da": "Indstil oscillation",
"de": "Oszillation einstellen",
"es": "Configurar oscilación",
"fr": "Régler l'oscillation",
"it": "Imposta oscillazione",
"no": "Sett svingning",
"sv": "Ställ in oscillation",
"pl": "Ustaw oscylację",
"ru": "Установить колебание",
"ko": "진동 설정"
},
"titleFormatted": {
"en": "Set oscillation to [[oscillation]]",
"nl": "Stel oscillatie in op [[oscillation]]",
"da": "Indstil oscillation til [[oscillation]]",
"de": "Oszillation einstellen auf [[oscillation]]",
"es": "Configurar oscilación a [[oscillation]]",
"fr": "Régler l'oscillation sur [[oscillation]]",
"it": "Imposta oscillazione su [[oscillation]]",
"no": "Sett svingning til [[oscillation]]",
"sv": "Ställ in oscillation till [[oscillation]]",
"pl": "Ustaw oscylację na [[oscillation]]",
"ru": "Установить колебание на [[oscillation]]",
"ko": "[[oscillation]]으로 진동 설정"
},
"args": [
{
"name": "oscillation",
"title": {
"en": "Oscillation",
"nl": "Oscillatie",
"da": "Oscillation",
"de": "Oszillation",
"es": "Oscilación",
"fr": "Oscillation",
"it": "Oscillazione",
"no": "Svingning",
"sv": "Oscillation",
"pl": "Oscylacja",
"ru": "Колебание",
"ko": "진동"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Off",
"nl": "Uit",
"da": "Fra",
"de": "Aus",
"es": "Apagar",
"fr": "Éteindre",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłącz",
"ru": "Выкл",
"ko": "꺼짐"
}
},
{
"id": "1",
"title": {
"en": "On",
"nl": "Aan",
"da": "Til",
"de": "An",
"es": "Encender",
"fr": "Allumer",
"it": "Acceso",
"no": "På",
"sv": "På",
"pl": "Włącz",
"ru": "Вкл",
"ko": "켜짐"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Heater",
"nl": "Selecteer Heater",
"da": "Vælg varmer",
"de": "Heizung auswählen",
"es": "Seleccionar calentador",
"fr": "Sélectionner le chauffage",
"it": "Seleziona riscaldatore",
"no": "Velg varmeovn",
"sv": "Välj värmare",
"pl": "Wybierz grzejnik",
"ru": "Выберите обогреватель",
"ko": "히터 선택"
},
"filter": "driver_id=heater_zhimi_heater_miot&capabilities=heater_zhimi_oscillation"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/heaterZhimiTargetTemperature.json
================================================
{
"title": {
"en": "Set target temperature",
"nl": "Stel doel temperatuur in",
"da": "Indstil måletemperatur",
"de": "Zieltemperatur einstellen",
"es": "Establecer temperatura objetivo",
"fr": "Régler la température cible",
"it": "Imposta la temperatura target",
"no": "Sett måltemperatur",
"sv": "Ställ in måttemperaturen",
"pl": "Ustaw temperaturę docelową",
"ru": "Установить целевую температуру",
"ko": "목표 온도 설정"
},
"titleFormatted": {
"en": "Set target temperature to [[temperature]]",
"nl": "Stel doel temperatuur in op [[temperature]]",
"da": "Indstil måletemperatur til [[temperature]]",
"de": "Zieltemperatur auf [[temperature]] einstellen",
"es": "Establecer temperatura objetivo a [[temperature]]",
"fr": "Régler la température cible sur [[temperature]]",
"it": "Imposta la temperatura target a [[temperature]]",
"no": "Sett måltemperaturen til [[temperature]]",
"sv": "Ställ in måttemperaturen till [[temperature]]",
"pl": "Ustaw temperaturę docelową na [[temperature]]",
"ru": "Установить целевую температуру на [[temperature]]",
"ko": "[[temperature]]도로 설정"
},
"args": [
{
"name": "temperature",
"type": "number",
"title": {
"en": "Target Temperature",
"nl": "Doel temperatuur",
"da": "Måletemperatur",
"de": "Zieltemperatur",
"es": "Temperatura objetivo",
"fr": "Température cible",
"it": "Temperatura target",
"no": "Måltemperatur",
"sv": "Måttemperatur",
"pl": "Temperatura docelowa",
"ru": "Целевая температура",
"ko": "목표 온도"
},
"min": 16,
"max": 30,
"step": 1
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Heater",
"nl": "Selecteer Heater",
"da": "Vælg varmeapparat",
"de": "Heizung auswählen",
"es": "Seleccionar calentador",
"fr": "Sélectionner le radiateur",
"it": "Seleziona riscaldatore",
"no": "Velg varmeovn",
"sv": "Välj värmare",
"pl": "Wybierz grzejnik",
"ru": "Выбрать обогреватель",
"ko": "히터 선택"
},
"filter": "driver_id=heater_zhimi_heater_miot&capabilities=heater_zhimi_heater_target_temperature"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/humidifierXiaomiMode.json
================================================
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Configurar modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Angi modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Configurar modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Constant Humidity",
"nl": "Constante luchtvochtigheid",
"da": "Konstant fugtighed",
"de": "Konstante Luftfeuchtigkeit",
"es": "Humedad constante",
"fr": "Humidité constante",
"it": "Umidità costante",
"no": "Konstant fuktighet",
"sv": "Konstant luftfuktighet",
"pl": "Stała wilgotność",
"ru": "Постоянная влажность",
"ko": "일정 습도"
}
},
{
"id": "1",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Intenso",
"no": "Sterk",
"sv": "Stark",
"pl": "Silny",
"ru": "Сильный",
"ko": "강하게"
}
},
{
"id": "2",
"title": {
"en": "Sleep",
"nl": "Slaapstand",
"da": "Sovefunktion",
"de": "Schlafmodus",
"es": "Modo de dormir",
"fr": "Sommeil",
"it": "Modalità notte",
"no": "Søvn",
"sv": "Sovläge",
"pl": "Tryb snu",
"ru": "Спящий режим",
"ko": "수면 모드"
}
},
{
"id": "3",
"title": {
"en": "Air-dry",
"nl": "Air-dry",
"da": "Lufttørre",
"de": "Lufttrocknen",
"es": "Secar al aire",
"fr": "Sécher à l'air",
"it": "Asciugare all'aria",
"no": "Lufttørk",
"sv": "Lufttorka",
"pl": "Suszenie powietrzem",
"ru": "Воздушная сушка",
"ko": "에어 드라이"
}
},
{
"id": "4",
"title": {
"en": "Clean",
"nl": "Schonen",
"da": "Rengør",
"de": "Reinigen",
"es": "Limpiar",
"fr": "Nettoyer",
"it": "Pulire",
"no": "Rengjør",
"sv": "Rena",
"pl": "Czyszczenie",
"ru": "Чистка",
"ko": "세척"
}
},
{
"id": "5",
"title": {
"en": "Descale",
"nl": "Descale",
"da": "Afkalkning",
"de": "Entkalken",
"es": "Descalcificar",
"fr": "Détartrer",
"it": "Decalcificare",
"no": "Avkalking",
"sv": "Avkalka",
"pl": "Odkamienianie",
"ru": "Удаление накипи",
"ko": "석회 제거"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Humidifier",
"da": "Vælg Mi Luftfugter",
"de": "Wählen Sie Mi Luftbefeuchter",
"es": "Selecciona Mi Humidificador",
"fr": "Sélectionnez Mi Humidificateur",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Luftfukter",
"sv": "Välj Mi Luftfuktare",
"pl": "Wybierz Mi Nawilżacz",
"ru": "Выбрать Mi Увлажнитель",
"ko": "Mi 가습기 선택"
},
"filter": "driver_id=humidifier_xiaomi_humidifier"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/humidifierZhimiMode.json
================================================
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Angi modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Establecer modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Angi modus til [[mode]]",
"sv": "Ställ in läge på [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "idle",
"title": {
"en": "Off",
"nl": "Uit",
"de": "Aus",
"da": "Fra",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wył.",
"ru": "Выкл.",
"ko": "끔"
}
},
{
"id": "silent",
"title": {
"en": "Silent",
"nl": "Stil",
"de": "Leise",
"da": "Stille",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Беззвучный",
"ko": "무음"
}
},
{
"id": "medium",
"title": {
"en": "Medium",
"nl": "Middel",
"de": "Mittel",
"da": "Medium",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Medium",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "high",
"title": {
"en": "High",
"nl": "Hoog",
"de": "Hoch",
"da": "Høj",
"es": "Alto",
"fr": "Haut",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"de": "Auto",
"da": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "strong",
"title": {
"en": "Strong",
"nl": "Sterk",
"de": "Stark",
"da": "Stærk",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Silny",
"ru": "Сильный",
"ko": "강한"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Humidifier",
"da": "Vælg Mi Humidifier",
"de": "Wählen Sie Mi Luftbefeuchter aus",
"es": "Selecciona Mi Humidificador",
"fr": "Sélectionnez Mi Humidificateur",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Humidifier",
"sv": "Välj Mi Humidifier",
"pl": "Wybierz Mi Humidifier",
"ru": "Выберите Mi Humidifier",
"ko": "Mi Humidifier 선택"
},
"filter": "driver_id=humidifier_zhimi_humidifier"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/humidifierZhimiModeMIoT.json
================================================
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Establecer modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "1",
"title": {
"en": "Level 1",
"nl": "Level 1",
"da": "Niveau 1",
"de": "Stufe 1",
"es": "Nivel 1",
"fr": "Niveau 1",
"it": "Livello 1",
"no": "Nivå 1",
"sv": "Nivå 1",
"pl": "Poziom 1",
"ru": "Уровень 1",
"ko": "레벨 1"
}
},
{
"id": "2",
"title": {
"en": "Level 2",
"nl": "Level 2",
"da": "Niveau 2",
"de": "Stufe 2",
"es": "Nivel 2",
"fr": "Niveau 2",
"it": "Livello 2",
"no": "Nivå 2",
"sv": "Nivå 2",
"pl": "Poziom 2",
"ru": "Уровень 2",
"ko": "레벨 2"
}
},
{
"id": "3",
"title": {
"en": "Level 3",
"nl": "Level 3",
"da": "Niveau 3",
"de": "Stufe 3",
"es": "Nivel 3",
"fr": "Niveau 3",
"it": "Livello 3",
"no": "Nivå 3",
"sv": "Nivå 3",
"pl": "Poziom 3",
"ru": "Уровень 3",
"ko": "레벨 3"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Humidifier",
"da": "Vælg Mi Luftfugter",
"de": "Wählen Sie Mi Luftbefeuchter",
"es": "Seleccionar Mi Humidificador",
"fr": "Sélectionnez Humidificateur Mi",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Luftfukter",
"sv": "Välj Mi Luftfuktare",
"pl": "Wybierz Mi Nawilżacz",
"ru": "Выберите Mi Увлажнитель",
"ko": "Mi 가습기 선택"
},
"filter": "driver_id=humidifier_zhimi_humidifier_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/ledAirpurifierHumidifier.json
================================================
{
"title": {
"en": "LED display brightness",
"nl": "LED display helderheid",
"da": "LED skærm lysstyrke",
"de": "LED-Display-Helligkeit",
"es": "Brillo de la pantalla LED",
"fr": "Luminosité de l'affichage LED",
"it": "Luminosità del display LED",
"no": "LED-skjermens lysstyrke",
"sv": "LED-skärmens ljusstyrka",
"pl": "Jasność wyświetlacza LED",
"ru": "Яркость светодиодного дисплея",
"ko": "LED 디스플레이 밝기"
},
"titleFormatted": {
"en": "Set LED display brightness to [[brightness]]",
"nl": "Stel LED display helderheid in op [[brightness]]",
"da": "Indstil LED skærm lysstyrke til [[brightness]]",
"de": "LED-Display-Helligkeit auf [[brightness]] einstellen",
"es": "Establecer el brillo de la pantalla LED a [[brightness]]",
"fr": "Régler la luminosité de l'affichage LED sur [[brightness]]",
"it": "Imposta la luminosità del display LED a [[brightness]]",
"no": "Sett LED-skjermens lysstyrke til [[brightness]]",
"sv": "Ställ in LED-skärmens ljusstyrka till [[brightness]]",
"pl": "Ustaw jasność wyświetlacza LED na [[brightness]]",
"ru": "Установить яркость светодиодного дисплея на [[brightness]]",
"ko": "LED 디스플레이 밝기를 [[brightness]]로 설정"
},
"args": [
{
"name": "brightness",
"title": {
"en": "Brightness",
"nl": "Helderheid",
"da": "Lysstyrke",
"de": "Helligkeit",
"es": "Brillo",
"fr": "Luminosité",
"it": "Luminosità",
"no": "Lysstyrke",
"sv": "Ljusstyrka",
"pl": "Jasność",
"ru": "Яркость",
"ko": "밝기"
},
"type": "dropdown",
"values": [
{
"id": "1",
"label": {
"en": "Bright",
"nl": "Helder",
"da": "Lys",
"de": "Hell",
"es": "Brillante",
"fr": "Éclatant",
"it": "Luminoso",
"no": "Lyst",
"sv": "Ljus",
"pl": "Jasny",
"ru": "Яркий",
"ko": "밝게"
}
},
{
"id": "2",
"label": {
"en": "Dim",
"nl": "Gedimd",
"da": "Dæmpet",
"de": "Gedimmt",
"es": "Atenuado",
"fr": "Tamiser",
"it": "Fioco",
"no": "Dempet",
"sv": "Dämpad",
"pl": "Ściemnić",
"ru": "Тусклый",
"ko": "어둡게"
}
},
{
"id": "3",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteindre",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączony",
"ru": "Выкл",
"ko": "끄기"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer Apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-airpurifier|humidifier_zhimi_humidifier|zhimi-fan"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/leftSwitchOff.json
================================================
{
"id": "leftSwitchOff",
"title": {
"en": "Turn Left Switch Off",
"nl": "Schakel linkerschakelaar uit",
"da": "Sluk venstre kontakt",
"de": "Schalten Sie den linken Schalter aus",
"es": "Apaga el interruptor izquierdo",
"fr": "Éteindre l'interrupteur de gauche",
"it": "Spegni l'interruttore sinistro",
"no": "Slå av venstre bryter",
"sv": "Stäng av vänstra brytaren",
"pl": "Wyłącz lewy przełącznik",
"ru": "Выключить левый переключатель",
"ko": "왼쪽 스위치 끄기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/leftSwitchOn.json
================================================
{
"id": "leftSwitchOn",
"title": {
"en": "Turn Left Switch On",
"nl": "Schakel linkerschakelaar aan",
"da": "Tænd Venstre Afbryder",
"de": "Schalten Sie den linken Schalter ein",
"es": "Enciende el interruptor izquierdo",
"fr": "Allumer l'interrupteur de gauche",
"it": "Accendi l'interruttore sinistro",
"no": "Slå på venstre bryter",
"sv": "Slå på vänster brytare",
"pl": "Włącz lewy przełącznik",
"ru": "Включите левый выключатель",
"ko": "왼쪽 스위치 켜기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/leftSwitchToggle.json
================================================
{
"id": "leftSwitchToggle",
"title": {
"en": "Toggle Left Switch",
"nl": "Schakel linkerschakelaar",
"da": "Skift venstre kontakt",
"de": "Linken Schalter umlegen",
"es": "Alternar interruptor izquierdo",
"fr": "Basculer l'interrupteur gauche",
"it": "Attiva/disattiva l'interruttore sinistro",
"no": "Veksle venstre bryter",
"sv": "Växla vänster brytare",
"pl": "Przełącz lewy włącznik",
"ru": "Переключить левый выключатель",
"ko": "왼쪽 스위치 전환"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "기기 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/modeAirpurifier.json
================================================
{
"title": {
"en": "Set mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Configurar modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Configurar modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "silent",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "favorite",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"da": "Favorit",
"de": "Favorit",
"es": "Favorito",
"fr": "Favori",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Любимый",
"ko": "즐겨 찾기"
}
},
{
"id": "idle",
"title": {
"en": "Idle",
"nl": "Standby",
"da": "I dvale",
"de": "Leerlauf",
"es": "Inactivo",
"fr": "Inactif",
"it": "Inattivo",
"no": "Inaktiv",
"sv": "Inaktiv",
"pl": "Bezczynny",
"ru": "Ожидание",
"ko": "대기모드"
}
},
{
"id": "low",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Bas",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "medium",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Mellem",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Mellan",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "high",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "strong",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Silny",
"ru": "Сильный",
"ko": "강한"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Air Purifier",
"nl": "Selecteer Mi Luchtreiniger",
"da": "Vælg Mi Luftrenser",
"de": "Wählen Sie Mi Luftreiniger",
"es": "Seleccionar Mi Purificador de Aire",
"fr": "Sélectionner Mi Purificateur d'air",
"it": "Seleziona Mi Purificatore d'aria",
"no": "Velg Mi Luftrenser",
"sv": "Välj Mi Luftrenare",
"pl": "Wybierz Mi Oczyszczacz Powietrza",
"ru": "Выбрать Mi Очиститель Воздуха",
"ko": "Mi 공기청정기 선택"
},
"filter": "driver_id=mi-airpurifier|airpurifier_zhimi_advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/modeAirpurifierV7.json
================================================
{
"id": "modeAirpurifierV7",
"title": {
"en": "Set mode (v7)",
"nl": "Stel modus in (v7)",
"da": "Indstil tilstand (v7)",
"de": "Modus einstellen (v7)",
"es": "Configurar modo (v7)",
"fr": "Définir le mode (v7)",
"it": "Imposta modalità (v7)",
"no": "Sett modus (v7)",
"sv": "Ställ in läge (v7)",
"pl": "Ustaw tryb (v7)",
"ru": "Установить режим (v7)",
"ko": "모드 설정 (v7)"
},
"titleFormatted": {
"en": "Set v7 mode to [[mode]]",
"nl": "Stel v7-modus in op [[mode]]",
"da": "Indstil v7-tilstand til [[mode]]",
"de": "V7-Modus einstellen auf [[mode]]",
"es": "Configurar modo v7 a [[mode]]",
"fr": "Définir le mode v7 sur [[mode]]",
"it": "Imposta modalità v7 su [[mode]]",
"no": "Sett v7-modus til [[mode]]",
"sv": "Ställ in v7-läge till [[mode]]",
"pl": "Ustaw tryb v7 na [[mode]]",
"ru": "Установить режим v7 на [[mode]]",
"ko": "v7 모드를 [[mode]](으)로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "silent",
"title": {
"en": "Night",
"nl": "Nacht",
"da": "Nat",
"de": "Nacht",
"es": "Noche",
"fr": "Nuit",
"it": "Notte",
"no": "Natt",
"sv": "Natt",
"pl": "Noc",
"ru": "Ночь",
"ko": "야간"
}
},
{
"id": "favorite",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"da": "Favorit",
"de": "Favorit",
"es": "Favorito",
"fr": "Favori",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Любимый",
"ko": "즐겨찾기"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Air Purifier v7",
"nl": "Selecteer Mi Luchtreiniger v7",
"da": "Vælg Mi Luftrenser v7",
"de": "Wählen Sie Mi Luftreiniger v7",
"es": "Seleccionar Mi Purificador de Aire v7",
"fr": "Sélectionner Mi Purificateur d'air v7",
"it": "Seleziona Mi Purificatore d'aria v7",
"no": "Velg Mi Luftrenser v7",
"sv": "Välj Mi Luftrenare v7",
"pl": "Wybierz Mi Oczyszczacz Powietrza v7",
"ru": "Выбрать Mi Очиститель Воздуха v7",
"ko": "Mi 공기청정기 v7 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/modeDehumidifierDmaker.json
================================================
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Establecer modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Smart",
"nl": "Slim",
"da": "Smart",
"de": "Intelligent",
"es": "Inteligente",
"fr": "Intelligent",
"it": "Intelligente",
"no": "Smart",
"sv": "Smart",
"pl": "Inteligentny",
"ru": "Умный",
"ko": "스마트"
}
},
{
"id": "1",
"title": {
"en": "Sleep",
"nl": "Slaap",
"da": "Søvn",
"de": "Schlaf",
"es": "Dormir",
"fr": "Sommeil",
"it": "Sonno",
"no": "Søvn",
"sv": "Sömn",
"pl": "Sen",
"ru": "Сон",
"ko": "수면"
}
},
{
"id": "2",
"title": {
"en": "Clothes Drying",
"nl": "Kleding drogen",
"da": "Tørring af tøj",
"de": "Kleidung trocknen",
"es": "Secado de ropa",
"fr": "Séchage des vêtements",
"it": "Asciugatura dei vestiti",
"no": "Klær tørking",
"sv": "Klädtorkning",
"pl": "Suszenie ubrań",
"ru": "Сушка одежды",
"ko": "의류 건조"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Luchtbevochtiger",
"da": "Vælg Mi Luftfugter",
"de": "Wählen Sie Mi Luftbefeuchter",
"es": "Seleccione Mi Humidificador",
"fr": "Sélectionnez Mi Humidificateur",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Luftfukter",
"sv": "Välj Mi Luftfuktare",
"pl": "Wybierz Mi Nawilżacz",
"ru": "Выберите Mi Увлажнитель",
"ko": "Mi 가습기 선택"
},
"filter": "driver_id=dehumidifier_dmaker_derh_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/modeDiffuserXwhzp.json
================================================
{
"id": "modeDiffuserXwhzp",
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Saet tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Definir le mode",
"it": "Imposta modalita",
"no": "Sett modus",
"sv": "Stall in lage",
"pl": "Ustaw tryb",
"ru": "Ustanovit rezhim",
"ko": "mode set"
},
"titleFormatted": {
"en": "Set mode to [[mode]]"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode"
},
"type": "dropdown",
"values": [
{ "id": "0", "title": { "en": "Sleep" } },
{ "id": "1", "title": { "en": "Reading" } },
{ "id": "2", "title": { "en": "Exercise" } },
{ "id": "3", "title": { "en": "Wakeup" } },
{ "id": "4", "title": { "en": "Custom Mode 1" } },
{ "id": "5", "title": { "en": "Custom Mode 2" } },
{ "id": "6", "title": { "en": "Custom Mode 3" } },
{ "id": "7", "title": { "en": "Custom Mode 4" } },
{ "id": "8", "title": { "en": "Try It" } },
{ "id": "9", "title": { "en": "Idle Mode" } }
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mijia Smart Scent Diffuser"
},
"filter": "driver_id=diffuser_xwhzp_diffuser_xwxfj"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/modeDmakerFan.json
================================================
{
"id": "modeDmakerFan",
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Establecer modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "normal",
"label": {
"en": "Normal",
"nl": "Normaal",
"da": "Normal",
"de": "Normal",
"es": "Normal",
"fr": "Normal",
"it": "Normale",
"no": "Normal",
"sv": "Normal",
"pl": "Normalny",
"ru": "Нормальный",
"ko": "일반"
}
},
{
"id": "nature",
"label": {
"en": "Nature",
"nl": "Natuur",
"da": "Natur",
"de": "Natur",
"es": "Naturaleza",
"fr": "Nature",
"it": "Natura",
"no": "Natur",
"sv": "Natur",
"pl": "Natura",
"ru": "Природный",
"ko": "자연"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Dmaker Fan",
"nl": "Selecteer Dmaker Ventilator",
"da": "Vælg Dmaker Fan",
"de": "Wählen Sie Dmaker Fan",
"es": "Seleccione Dmaker Fan",
"fr": "Sélectionnez Dmaker Fan",
"it": "Seleziona Dmaker Fan",
"no": "Velg Dmaker-vifte",
"sv": "Välj Dmaker-fläkt",
"pl": "Wybierz wentylator Dmaker",
"ru": "Выбрать вентилятор Dmaker",
"ko": "Dmaker 선풍기 선택"
},
"filter": "driver_id=dmaker-fan"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/modeEyecare.json
================================================
{
"id": "modeEyecare",
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Establecer modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "study",
"label": {
"en": "Study",
"nl": "Studeer",
"da": "Studie",
"de": "Studium",
"es": "Estudio",
"fr": "Étude",
"it": "Studio",
"no": "Studier",
"sv": "Studera",
"pl": "Studia",
"ru": "Учеба",
"ko": "공부"
}
},
{
"id": "reading",
"label": {
"en": "Reading",
"nl": "Lezen",
"da": "Læsning",
"de": "Lesen",
"es": "Lectura",
"fr": "Lecture",
"it": "Lettura",
"no": "Lesing",
"sv": "Läsa",
"pl": "Czytanie",
"ru": "Чтение",
"ko": "독서"
}
},
{
"id": "phone",
"label": {
"en": "Phone",
"nl": "Telefoon",
"da": "Telefon",
"de": "Telefon",
"es": "Teléfono",
"fr": "Téléphone",
"it": "Telefono",
"no": "Telefon",
"sv": "Telefon",
"pl": "Telefon",
"ru": "Телефон",
"ko": "전화"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Philips Eyecare Lamp",
"nl": "Selecteer Philips Eyecare Lamp",
"da": "Vælg Philips Eyecare Lamp",
"de": "Wählen Sie Philips Eyecare Lampe",
"es": "Seleccionar lámpara Philips Eyecare",
"fr": "Sélectionnez la lampe Philips Eyecare",
"it": "Seleziona lampada Philips Eyecare",
"no": "Velg Philips Eyecare Lampe",
"sv": "Välj Philips Eyecare Lampa",
"pl": "Wybierz lampę Philips Eyecare",
"ru": "Выберите лампу Philips Eyecare",
"ko": "필립스 아이케어 램프 선택"
},
"filter": "driver_id=philips-eyecare"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/modeHumidifierDeerma.json
================================================
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Ajustar modo",
"fr": "Régler le mode",
"it": "Imposta modalità",
"no": "Angi modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Ajustar modo a [[mode]]",
"fr": "Régler le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Angi modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "1",
"label": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Faible",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "2",
"label": {
"en": "Medium",
"nl": "Medium",
"da": "Mellem",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "3",
"label": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "4",
"label": {
"en": "Humidity",
"nl": "Luchtvochtigheid",
"da": "Fugtighed",
"de": "Feuchtigkeit",
"es": "Humedad",
"fr": "Humidité",
"it": "Umidità",
"no": "Fuktighet",
"sv": "Luftfuktighet",
"pl": "Wilgotność",
"ru": "Влажность",
"ko": "습도"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Luchtbevochtiger",
"da": "Vælg Mi Luftfugter",
"de": "Wählen Sie Mi Luftbefeuchter",
"es": "Selecciona Mi Humidificador",
"fr": "Sélectionnez Mi Humidificateur",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Luftfukter",
"sv": "Välj Mi Luftfuktare",
"pl": "Wybierz Mi Nawilżacz",
"ru": "Выберите Mi Увлажнитель",
"ko": "Mi 가습기 선택"
},
"filter": "driver_id=humidifier_deerma_humidifier_jsq||humidifier_deerma_humidifier_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/modeHumidifierLeshowJSQ1.json
================================================
{
"id": "modeHumidifierLeshowJSQ1",
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Establecer modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Constant Humidity",
"nl": "Constante luchtvochtigheid",
"da": "Konstant fugtighed",
"de": "Konstante Luftfeuchtigkeit",
"es": "Humedad constante",
"fr": "Humidité constante",
"it": "Umidità costante",
"no": "Konstant fuktighet",
"sv": "Konstant fuktighet",
"pl": "Stała wilgotność",
"ru": "Постоянная влажность",
"ko": "일정한 습도"
}
},
{
"id": "1",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "2",
"title": {
"en": "Sleep",
"nl": "Slaapstand",
"da": "Søvn",
"de": "Schlafmodus",
"es": "Dormir",
"fr": "Sommeil",
"it": "Sonno",
"no": "Søvn",
"sv": "Sömn",
"pl": "Sen",
"ru": "Сон",
"ko": "수면"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Luchtbevochtiger",
"da": "Vælg Mi Luftfugter",
"de": "Wählen Sie Mi Luftbefeuchter",
"es": "Seleccione Mi Humidificador",
"fr": "Sélectionnez Mi Humidificateur",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Luftfukter",
"sv": "Välj Mi Luftfuktare",
"pl": "Wybierz Mi Nawilżacz",
"ru": "Выберите Mi Увлажнитель",
"ko": "Mi 가습기 선택"
},
"filter": "driver_id=humidifier_leshow_humidifier_jsq1"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/modeVacuumMop.json
================================================
{
"id": "modeVacuumMop",
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Establecer modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Vacuum",
"nl": "Stofzuigen",
"da": "Støvsug",
"de": "Staubsaugen",
"es": "Aspirar",
"fr": "Aspirer",
"it": "Aspirazione",
"no": "Støvsuging",
"sv": "Dammsug",
"pl": "Odkurzanie",
"ru": "Пылесос",
"ko": "청소"
}
},
{
"id": "1",
"title": {
"en": "Vacuum + Mop",
"nl": "Stofzuigen + moppen",
"da": "Støvsug + Mop",
"de": "Staubsaugen + Wischen",
"es": "Aspirar + Fregar",
"fr": "Aspirer + Nettoyer",
"it": "Aspirazione + Passaggio del mop",
"no": "Støvsuging + Mopping",
"sv": "Dammsug + Moppa",
"pl": "Odkurzanie + Mop",
"ru": "Пылесос + Мытье",
"ko": "청소 + 물걸레질"
}
},
{
"id": "2",
"title": {
"en": "Mop",
"nl": "Moppen",
"da": "Mop",
"de": "Wischen",
"es": "Fregar",
"fr": "Nettoyer",
"it": "Passaggio del mop",
"no": "Mopping",
"sv": "Moppa",
"pl": "Mop",
"ru": "Мытье",
"ko": "물걸레질"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer Stofzuiger",
"da": "Vælg Støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar Aspiradora",
"fr": "Sélectionnez l'aspirateur",
"it": "Seleziona Aspirapolvere",
"no": "Velg Støvsuger",
"sv": "Välj Dammsugare",
"pl": "Wybierz Odkurzacz",
"ru": "Выберите Пылесос",
"ko": "청소기 선택"
},
"filter": "driver_id=vacuum_viomi_vacuum_v7"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/modeZhimiAirfresh.json
================================================
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Configurar modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Angi modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Configurar modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta la modalità su [[mode]]",
"no": "Angi modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Automático",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "silent",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Silent",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Silent",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "무음"
}
},
{
"id": "interval",
"title": {
"en": "Interval",
"nl": "Interval",
"da": "Interval",
"de": "Intervall",
"es": "Intervalo",
"fr": "Intervalle",
"it": "Intervallo",
"no": "Intervall",
"sv": "Intervall",
"pl": "Interwał",
"ru": "Интервал",
"ko": "간격"
}
},
{
"id": "low",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Bas",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "middle",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Middel",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "strong",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Smartmi Fresh Air System ",
"nl": "Selecteer Smartmi Fresh Air System",
"da": "Vælg Smartmi Fresh Air System ",
"de": "Smartmi-Frischluftsystem auswählen",
"es": "Seleccione Smartmi Fresh Air System ",
"fr": "Sélectionnez Smartmi Fresh Air System ",
"it": "Seleziona Smartmi Fresh Air System ",
"no": "Velg Smartmi Fresh Air System",
"sv": "Välj Smartmi Fresh Air System ",
"pl": "Wybierz Smartmi Fresh Air System ",
"ru": "Выберите систему свежего воздуха Smartmi",
"ko": "Smartmi Fresh Air System 선택"
},
"filter": "driver_id=airfresh_zhimi_airfresh"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/petfeederCalibrate.json
================================================
{
"title": {
"en": "Calibrate feeder scale"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device"
},
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/petfeederDisplaySchedule.json
================================================
{
"title": {
"en": "Set display schedule progress"
},
"titleFormatted": {
"en": "Display progress [[enabled]]"
},
"args": [
{
"name": "enabled",
"type": "dropdown",
"values": [
{
"id": "true",
"label": {
"en": "On"
}
},
{
"id": "false",
"label": {
"en": "Off"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device"
},
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/petfeederServeFood.json
================================================
{
"title": {
"en": "Serve food",
"nl": "Voedsel serveren",
"da": "Server mad",
"de": "Essen servieren",
"es": "Servir comida",
"fr": "Servir la nourriture",
"it": "Servire cibo",
"no": "Server mat",
"sv": "Servera mat",
"pl": "Podawaj jedzenie",
"ru": "Подавать еду",
"ko": "음식 제공"
},
"titleFormatted": {
"en": "Serve [[servings]] servings",
"nl": "Serveer [[servings]] porties",
"da": "Server [[servings]] portioner",
"de": "Serviere [[servings]] Portionen",
"es": "Servir [[servings]] raciones",
"fr": "Servir [[servings]] portions",
"it": "Servi [[servings]] porzioni",
"no": "Server [[servings]] porsjoner",
"sv": "Servera [[servings]] portioner",
"pl": "Podaj [[servings]] porcje",
"ru": "Подать [[servings]] порций",
"ko": "[[servings]] 서빙 제공"
},
"args": [
{
"name": "servings",
"title": {
"en": "Servings",
"nl": "Porties",
"da": "Portioner",
"de": "Portionen",
"es": "Raciones",
"fr": "Portions",
"it": "Porzioni",
"no": "Porsjoner",
"sv": "Portioner",
"pl": "Porcje",
"ru": "Порции",
"ko": "서빙"
},
"type": "number",
"placeholder": {
"en": "Servings",
"nl": "Porties",
"da": "Portioner",
"de": "Portionen",
"es": "Raciones",
"fr": "Portions",
"it": "Porzioni",
"no": "Porsjoner",
"sv": "Portioner",
"pl": "Porcje",
"ru": "Порции",
"ko": "서빙"
},
"min": 1,
"max": 30,
"step": 1
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/petwaterdispenserMmggMode.json
================================================
{
"title": {
"en": "Set mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Sæt tilstand til [[mode]]",
"de": "Modus auf [[mode]] setzen",
"es": "Establecer modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "1",
"title": {
"en": "Common",
"nl": "Normaal",
"da": "Almindelig",
"de": "Normal",
"es": "Común",
"fr": "Commun",
"it": "Comune",
"no": "Vanlig",
"sv": "Vanlig",
"pl": "Zwykły",
"ru": "Обычный",
"ko": "일반"
}
},
{
"id": "2",
"title": {
"en": "Smart",
"nl": "Slim",
"da": "Smart",
"de": "Klug",
"es": "Inteligente",
"fr": "Intelligent",
"it": "Intelligente",
"no": "Smart",
"sv": "Smart",
"pl": "Inteligentny",
"ru": "Умный",
"ko": "스마트"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Pet Waterdispenser",
"nl": "Selecteer Pet Waterdispenser",
"da": "Vælg Pet Waterdispenser",
"de": "Wählen Sie Pet Waterdispenser",
"es": "Seleccione el dispensador de agua para mascotas",
"fr": "Sélectionnez Pet Waterdispenser",
"it": "Seleziona Pet Waterdispenser",
"no": "Velg Pet Waterdispenser",
"sv": "Välj Pet Waterdispenser",
"pl": "Wybierz Pet Waterdispenser",
"ru": "Выберите Pet Waterdispenser",
"ko": "펫 워터 디스펜서를 선택하세요"
},
"filter": "driver_id=petwaterdispenser_mmgg_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/petwaterdispenserMmggMode_Xiaomi.json
================================================
{
"title": {
"en": "Set mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Sæt tilstand til [[mode]]",
"de": "Modus auf [[mode]] setzen",
"es": "Establecer modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "1",
"title": {
"en": "Interval",
"nl": "Interval",
"da": "Interval",
"de": "Intervall",
"es": "Intervalo",
"fr": "Intervalle",
"it": "Intervallo",
"no": "Intervall",
"sv": "Intervall",
"pl": "Interwał",
"ru": "Интервал",
"ko": "간격"
}
},
{
"id": "2",
"title": {
"en": "Constant",
"nl": "Constant",
"da": "Konstant",
"de": "Konstant",
"es": "Constante",
"fr": "Constant",
"it": "Costante",
"no": "Konstant",
"sv": "Konstant",
"pl": "Stały",
"ru": "Постоянный",
"ko": "지속"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Pet Fountain",
"nl": "Selecteer Huisdierfontein",
"da": "Vælg Kæledyrsfountain",
"de": "Wählen Sie Haustierbrunnen",
"es": "Seleccione Fuente para Mascotas",
"fr": "Sélectionnez Fontaine pour Animaux",
"it": "Seleziona Fontana per Animali",
"no": "Velg Kjæledyrfontene",
"sv": "Välj Husdjursfontän",
"pl": "Wybierz Fontannę dla Zwierząt",
"ru": "Выберите Фонтан для животных",
"ko": "펫 분수대 선택"
},
"filter": "driver_id=pet_waterer_xiaomi"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/remote_send_ir_code.json
================================================
{
"title": {
"en": "Send IR code",
"nl": "IR code versturen",
"da": "Send IR-kode",
"de": "IR-Code senden",
"es": "Enviar código IR",
"fr": "Envoyer le code IR",
"it": "Invia codice IR",
"no": "Send IR-kode",
"sv": "Skicka IR-kod",
"pl": "Wyślij kod IR",
"ru": "Отправить код IR",
"ko": "IR 코드 보내기"
},
"titleFormatted": {
"en": "Send code [[code]]",
"nl": "Verstuur code [[code]]",
"da": "Send kode [[code]]",
"de": "Code [[code]] senden",
"es": "Enviar código [[code]]",
"fr": "Envoyer le code [[code]]",
"it": "Invia codice [[code]]",
"no": "Send kode [[code]]",
"sv": "Skicka kod [[code]]",
"pl": "Wyślij kod [[code]]",
"ru": "Отправить код [[code]]",
"ko": "코드 [[code]] 보내기"
},
"args": [
{
"name": "code",
"title": {
"en": "Code",
"nl": "Code",
"da": "Kode",
"de": "Code",
"es": "Código",
"fr": "Code",
"it": "Codice",
"no": "Kode",
"sv": "Kod",
"pl": "Kod",
"ru": "Код",
"ko": "코드"
},
"type": "text",
"placeholder": {
"en": "code",
"nl": "code",
"da": "kode",
"de": "Code",
"es": "código",
"fr": "code",
"it": "codice",
"no": "kode",
"sv": "kod",
"pl": "kod",
"ru": "код",
"ko": "코드"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select IR Remote",
"nl": "Selecteer IR Remote",
"da": "Vælg IR-fjernbetjening",
"de": "Wähle IR-Fernbedienung",
"es": "Selecciona Control Remoto IR",
"fr": "Sélectionnez la télécommande IR",
"it": "Seleziona telecomando IR",
"no": "Velg IR-fjernkontroll",
"sv": "Välj IR-fjärrkontroll",
"pl": "Wybierz pilot IR",
"ru": "Выберите ИК-пульт",
"ko": "IR 리모컨 선택"
},
"filter": "driver_id=remote_chuangmi_remote_v2"
}
]
}
================================================
FILE: .homeycompose/flow/actions/rightSwitchOff.json
================================================
{
"id": "rightSwitchOff",
"title": {
"en": "Turn Right Switch Off",
"nl": "Schakel rechterschakelaar uit",
"da": "Sluk højre kontakt",
"de": "Rechten Schalter ausschalten",
"es": "Apagar interruptor derecho",
"fr": "Éteindre l'interrupteur de droite",
"it": "Spegni interruttore destro",
"no": "Slå av høyre bryter",
"sv": "Stäng av höger strömbrytare",
"pl": "Wyłącz prawy przełącznik",
"ru": "Выключить правый выключатель",
"ko": "오른쪽 스위치 끄기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/rightSwitchOn.json
================================================
{
"id": "rightSwitchOn",
"title": {
"en": "Turn Right Switch On",
"nl": "Schakel rechterschakelaar aan",
"da": "Tænd højre kontakt",
"de": "Rechten Schalter einschalten",
"es": "Encender interruptor derecho",
"fr": "Allumer l'interrupteur droit",
"it": "Accendi l'interruttore destro",
"no": "Slå på høyre bryter",
"sv": "Slå på höger strömbrytare",
"pl": "Włącz prawy przełącznik",
"ru": "Включить правый переключатель",
"ko": "오른쪽 스위치 켜기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/rightSwitchToggle.json
================================================
{
"id": "rightSwitchToggle",
"title": {
"en": "Toggle Right Switch",
"nl": "Schakel rechterschakelaar",
"da": "Skift højre kontakt",
"de": "Rechten Schalter umschalten",
"es": "Cambiar interruptor derecho",
"fr": "Basculer l'interrupteur droit",
"it": "Attiva/disattiva l'interruttore destro",
"no": "Slå av/på høyre bryter",
"sv": "Växla höger strömbrytare",
"pl": "Przełącz prawy przełącznik",
"ru": "Переключить правый переключатель",
"ko": "오른쪽 스위치 전환"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/rotateLeftStep.json
================================================
{
"title": { "en": "Rotate fan to the left", "de": "Lüfter nach links drehen" },
"titleFormatted": { "en": "Rotate fan to the left", "de": "Lüfter nach links drehen" },
"args": [
{
"name": "device",
"type": "device",
"placeholder": { "en": "Select Device" },
"filter": "driver_id=fan_dmaker_advanced"
}
],
"platforms": ["local"]
}
================================================
FILE: .homeycompose/flow/actions/rotateRightStep.json
================================================
{
"title": { "en": "Rotate fan to the right", "de": "Lüfter nach rechts drehen" },
"titleFormatted": { "en": "Rotate fan to the right", "de": "Lüfter nach rechts drehen" },
"args": [
{
"name": "device",
"type": "device",
"placeholder": { "en": "Select Device" },
"filter": "driver_id=fan_dmaker_advanced"
}
],
"platforms": ["local"]
}
================================================
FILE: .homeycompose/flow/actions/setAngle.json
================================================
{
"title": {
"en": "Change Oscillating Angle",
"nl": "Wijzig oscillatie hoek",
"da": "Skift oscillerende vinkel",
"de": "Oszillationswinkel ändern",
"es": "Cambiar ángulo de oscilación",
"fr": "Changer l'angle d'oscillation",
"it": "Cambia angolo di oscillazione",
"no": "Endre oscillerende vinkel",
"sv": "Ändra oscillatorvinkel",
"pl": "Zmień kąt oscylacji",
"ru": "Изменить угол колебания",
"ko": "진동 각도 변경"
},
"titleFormatted": {
"en": "Change oscillating angle to [[angle]]",
"nl": "Wijzig oscillatie hoek naar [[angle]]",
"da": "Skift oscillerende vinkel til [[angle]]",
"de": "Oszillationswinkel ändern zu [[angle]]",
"es": "Cambiar ángulo de oscilación a [[angle]]",
"fr": "Changer l'angle d'oscillation en [[angle]]",
"it": "Cambia angolo di oscillazione a [[angle]]",
"no": "Endre oscillerende vinkel til [[angle]]",
"sv": "Ändra oscillatorvinkel till [[angle]]",
"pl": "Zmień kąt oscylacji na [[angle]]",
"ru": "Изменить угол колебания на [[angle]]",
"ko": "진동 각도 [[angle]]로 변경"
},
"args": [
{
"name": "angle",
"title": {
"en": "Angle",
"nl": "Hoek",
"da": "Vinkel",
"de": "Winkel",
"es": "Ángulo",
"fr": "Angle",
"it": "Angolo",
"no": "Vinkel",
"sv": "Vinkel",
"pl": "Kąt",
"ru": "Угол",
"ko": "각도"
},
"type": "dropdown",
"values": [
{
"id": "30",
"title": {
"en": "30°",
"nl": "30°",
"da": "30°",
"de": "30°",
"es": "30°",
"fr": "30°",
"it": "30°",
"no": "30°",
"sv": "30°",
"pl": "30°",
"ru": "30°",
"ko": "30°"
}
},
{
"id": "60",
"title": {
"en": "60°",
"nl": "60°",
"da": "60°",
"de": "60°",
"es": "60°",
"fr": "60°",
"it": "60°",
"no": "60°",
"sv": "60°",
"pl": "60°",
"ru": "60°",
"ko": "60°"
}
},
{
"id": "90",
"title": {
"en": "90°",
"nl": "90°",
"da": "90°",
"de": "90°",
"es": "90°",
"fr": "90°",
"it": "90°",
"no": "90°",
"sv": "90°",
"pl": "90°",
"ru": "90°",
"ko": "90°"
}
},
{
"id": "120",
"title": {
"en": "120°",
"nl": "120°",
"da": "120°",
"de": "120°",
"es": "120°",
"fr": "120°",
"it": "120°",
"no": "120°",
"sv": "120°",
"pl": "120°",
"ru": "120°",
"ko": "120°"
}
},
{
"id": "140",
"title": {
"en": "140°",
"nl": "140°",
"da": "140°",
"de": "140°",
"es": "140°",
"fr": "140°",
"it": "140°",
"no": "140°",
"sv": "140°",
"pl": "140°",
"ru": "140°",
"ko": "140°"
}
},
{
"id": "150",
"title": {
"en": "150°",
"nl": "150°",
"da": "150°",
"de": "150°",
"es": "150°",
"fr": "150°",
"it": "150°",
"no": "150°",
"sv": "150°",
"pl": "150°",
"ru": "150°",
"ko": "150°"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=zhimi-fan|dmaker-fan|fan_zhimi_advanced|fan_zhimi_fan_za5|fan_dmaker_advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumDreameFanspeed.json
================================================
{
"id": "vacuumDreameFanspeed",
"title": {
"en": "Set Fanspeed",
"nl": "Stel ventilator in",
"da": "Indstil blæserhastighed",
"de": "Lüftergeschwindigkeit einstellen",
"es": "Establecer velocidad del ventilador",
"fr": "Régler la vitesse du ventilateur",
"it": "Imposta velocità della ventola",
"no": "Set viftehastighet",
"sv": "Ställ in fläkthastighet",
"pl": "Ustaw prędkość wentylatora",
"ru": "Установить скорость вентилятора",
"ko": "팬 속도 설정"
},
"titleFormatted": {
"en": "Set Fanspeed [[fanspeed]]",
"nl": "Stel ventilator in op [[fanspeed]]",
"da": "Indstil blæserhastighed [[fanspeed]]",
"de": "Lüftergeschwindigkeit einstellen [[fanspeed]]",
"es": "Establecer velocidad del ventilador [[fanspeed]]",
"fr": "Régler la vitesse du ventilateur [[fanspeed]]",
"it": "Imposta velocità della ventola [[fanspeed]]",
"no": "Set viftehastighet [[fanspeed]]",
"sv": "Ställ in fläkthastighet [[fanspeed]]",
"pl": "Ustaw prędkość wentylatora [[fanspeed]]",
"ru": "Установить скорость вентилятора [[fanspeed]]",
"ko": "팬 속도 설정 [[fanspeed]]"
},
"args": [
{
"name": "fanspeed",
"title": {
"en": "Fanspeed",
"nl": "Fan snelheid",
"da": "Blæserhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità della ventola",
"no": "Viftehastighet",
"sv": "Fläkhastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Silent",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "1",
"title": {
"en": "Basic",
"nl": "Basis",
"da": "Grundlæggende",
"de": "Einfach",
"es": "Básico",
"fr": "De base",
"it": "Base",
"no": "Grunnleggende",
"sv": "Grundläggande",
"pl": "Podstawowy",
"ru": "Основной",
"ko": "기본"
}
},
{
"id": "2",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Mocny",
"ru": "Сильный",
"ko": "강한"
}
},
{
"id": "3",
"title": {
"en": "Full speed",
"nl": "Volle snelheid",
"da": "Fuld hastighed",
"de": "Volle Geschwindigkeit",
"es": "Velocidad completa",
"fr": "Vitesse maximale",
"it": "Velocità massima",
"no": "Full hastighet",
"sv": "Full hastighet",
"pl": "Pełna prędkość",
"ru": "Полная скорость",
"ko": "최고 속도"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Vakuum auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg vakuum",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=vacuum_dreame_vacuum"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumDreameMopIntensity.json
================================================
{
"id": "vacuumDreameMopIntensity",
"title": {
"en": "Set Mop Intesity",
"nl": "Stel dweil intensiteit in",
"da": "Indstil moppe intensitet",
"de": "Wischeintensität einstellen",
"es": "Establecer intensidad de fregado",
"fr": "Définir l'intensité de la serpillière",
"it": "Imposta l'intensità della mocio",
"no": "Sett moppens intensitet",
"sv": "Ställ in moppintensitet",
"pl": "Ustaw intensywność mopa",
"ru": "Установить интенсивность швабры",
"ko": "걸레 강도 설정"
},
"titleFormatted": {
"en": "Set mop intensity to [[intensity]]",
"nl": "Stel dweil intensiteit in op [[intensity]]",
"da": "Indstil moppe intensitet til [[intensity]]",
"de": "Wischeintensität auf [[intensity]] einstellen",
"es": "Establecer intensidad de fregado a [[intensity]]",
"fr": "Définir l'intensité de la serpillière à [[intensity]]",
"it": "Imposta l'intensità della mocio su [[intensity]]",
"no": "Sett moppens intensitet til [[intensity]]",
"sv": "Ställ in moppintensitet till [[intensity]]",
"pl": "Ustaw intensywność mopa na [[intensity]]",
"ru": "Установить интенсивность швабры на [[intensity]]",
"ko": "걸레 강도를 [[intensity]]로 설정"
},
"args": [
{
"name": "intensity",
"title": {
"en": "Mop Intensity",
"nl": "Dweil intensiteit",
"da": "Moppe intensitet",
"de": "Wischeintensität",
"es": "Intensidad de fregado",
"fr": "Intensité de la serpillière",
"it": "Intensità della mocio",
"no": "Moppens intensitet",
"sv": "Moppintensitet",
"pl": "Intensywność mopa",
"ru": "Интенсивность швабры",
"ko": "걸레 강도"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Bas",
"it": "Bassa",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "1",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Mellem",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Media",
"no": "Middels",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "2",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alta",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionnez l'aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "청소기 선택"
},
"filter": "driver_id=vacuum_dreame_vacuum&capabilities=vacuum_dreame_mop_intensity"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumRoborockFanspeed.json
================================================
{
"id": "vacuumRoborockFanspeed",
"title": {
"en": "Set Fanspeed",
"nl": "Stel ventilator in",
"da": "Indstil blæserhastighed",
"de": "Lüftergeschwindigkeit einstellen",
"es": "Ajustar velocidad del ventilador",
"fr": "Régler la vitesse du ventilateur",
"it": "Imposta velocità ventola",
"no": "Sett vifthastighet",
"sv": "Ställ in fläkthastighet",
"pl": "Ustaw prędkość wentylatora",
"ru": "Установить скорость вентилятора",
"ko": "팬 속도 설정"
},
"titleFormatted": {
"en": "Set Fanspeed [[fanspeed]]",
"nl": "Stel ventilator in op [[fanspeed]]",
"da": "Indstil blæserhastighed [[fanspeed]]",
"de": "Lüftergeschwindigkeit einstellen [[fanspeed]]",
"es": "Ajustar velocidad del ventilador [[fanspeed]]",
"fr": "Régler la vitesse du ventilateur [[fanspeed]]",
"it": "Imposta velocità ventola [[fanspeed]]",
"no": "Sett vifthastighet [[fanspeed]]",
"sv": "Ställ in fläkthastighet [[fanspeed]]",
"pl": "Ustaw prędkość wentylatora [[fanspeed]]",
"ru": "Установить скорость вентилятора [[fanspeed]]",
"ko": "팬 속도 설정 [[fanspeed]]"
},
"args": [
{
"name": "fanspeed",
"title": {
"en": "Fanspeed",
"nl": "Fan snelheid",
"da": "Blæserhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità ventola",
"no": "Vifthastighet",
"sv": "Fläkthastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"type": "dropdown",
"values": [
{
"id": "1",
"title": {
"en": "Quiet",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용히"
}
},
{
"id": "2",
"title": {
"en": "Standard",
"nl": "Standaard",
"da": "Standard",
"de": "Standard",
"es": "Estándar",
"fr": "Standard",
"it": "Standard",
"no": "Standard",
"sv": "Standard",
"pl": "Standardowy",
"ru": "Стандарт",
"ko": "표준"
}
},
{
"id": "3",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Medium",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Medium",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "4",
"title": {
"en": "Turbo",
"nl": "Turbo",
"da": "Turbo",
"de": "Turbo",
"es": "Turbo",
"fr": "Turbo",
"it": "Turbo",
"no": "Turbo",
"sv": "Turbo",
"pl": "Turbo",
"ru": "Турбо",
"ko": "터보"
}
},
{
"id": "5",
"title": {
"en": "Max",
"nl": "Max",
"da": "Maks.",
"de": "Max",
"es": "Máximo",
"fr": "Max",
"it": "Max",
"no": "Max",
"sv": "Max",
"pl": "Maks.",
"ru": "Макс.",
"ko": "최대"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner un aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumRoborockMopIntensity.json
================================================
{
"id": "vacuumRoborockMopIntensity",
"title": {
"en": "Set Mop Intensity",
"nl": "Stel dweil intensiteit in",
"da": "Indstil Mop Intensitet",
"de": "Mop-Intensität einstellen",
"es": "Establecer intensidad de fregado",
"fr": "Régler l'intensité de la serpillière",
"it": "Imposta l'intensità della mop",
"no": "Sett moppintensitet",
"sv": "Ställ in moppintensitet",
"pl": "Ustaw intensywność mopa",
"ru": "Установить интенсивность швабры",
"ko": "걸레 강도 설정"
},
"titleFormatted": {
"en": "Set scrub intensity [[intensity]]",
"nl": "Stel mop intensiteit in op [[intensity]]",
"da": "Indstil skrubbeintensitet [[intensity]]",
"de": "Schrubbintensität einstellen [[intensity]]",
"es": "Establecer intensidad de fregado [[intensity]]",
"fr": "Régler l'intensité de la serpillière [[intensity]]",
"it": "Regola l'intensità di pulizia [[intensity]]",
"no": "Sett skrubbeintensitet [[intensity]]",
"sv": "Ställ in skrubbeintensitet [[intensity]]",
"pl": "Ustaw intensywność szorowania [[intensity]]",
"ru": "Установить интенсивность чистки [[intensity]]",
"ko": "스크럽 강도 설정 [[intensity]]"
},
"args": [
{
"name": "intensity",
"title": {
"en": "Mop Intensity",
"nl": "Dweil intensiteit",
"da": "Mop Intensitet",
"de": "Mop-Intensität",
"es": "Intensidad de fregado",
"fr": "Intensité de la serpillière",
"it": "Intensità della mop",
"no": "Moppintensitet",
"sv": "Moppintensitet",
"pl": "Intensywność mopa",
"ru": "Интенсивность швабры",
"ko": "걸레 강도"
},
"type": "dropdown",
"values": [
{
"id": "200",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączone",
"ru": "Выкл",
"ko": "끄기"
}
},
{
"id": "201",
"label": {
"en": "Mild",
"nl": "Mild",
"da": "Mild",
"de": "Mild",
"es": "Suave",
"fr": "Doux",
"it": "Leggera",
"no": "Mild",
"sv": "Mild",
"pl": "Łagodny",
"ru": "Мягкий",
"ko": "약하게"
}
},
{
"id": "202",
"label": {
"en": "Moderate",
"nl": "Gemiddeld",
"da": "Moderat",
"de": "Mittel",
"es": "Moderada",
"fr": "Modérée",
"it": "Moderata",
"no": "Moderat",
"sv": "Måttlig",
"pl": "Średnia",
"ru": "Умеренный",
"ko": "중간"
}
},
{
"id": "203",
"label": {
"en": "Intense",
"nl": "Intens",
"da": "Intens",
"de": "Intensiv",
"es": "Intensa",
"fr": "Intense",
"it": "Intensa",
"no": "Intens",
"sv": "Intensiv",
"pl": "Intensywny",
"ru": "Интенсивный",
"ko": "강하게"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg Støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccione Aspiradora",
"fr": "Sélectionnez Aspirateur",
"it": "Seleziona Aspirapolvere",
"no": "Velg Støvsuger",
"sv": "Välj Dammsugare",
"pl": "Wybierz Odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기를 선택하세요"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced&capabilities=vacuum_roborock_mop_intensity"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumRoborockMopVacuumMode.json
================================================
{
"id": "vacuumRoborockMopVacuumMode",
"title": {
"en": "Set mop/vacuummode and intensity",
"nl": "Stel mop/stofzuig modus en intensiteit in",
"da": "Indstil mop/suge tilstand og intensitet",
"de": "Stellen Sie den Mopp/Saugmodus und die Intensität ein",
"es": "Configura el modo de trapeado/aspirado y la intensidad",
"fr": "Réglez le mode mop/aspiration et l'intensité",
"it": "Imposta la modalità mop/aspirapolvere e l'intensità",
"no": "Still inn mopp/støvsugermodus og intensitet",
"sv": "Ställ in mopp/dammsugarläge och intensitet",
"pl": "Ustaw tryb mopowania/odkurzania i intensywność",
"ru": "Установите режим мытья/пылесоса и интенсивность",
"ko": "닦기/흡입 모드와 강도를 설정하세요"
},
"titleFormatted": {
"en": "Set mode to [[mode]] with fan speed [[fanspeed]] and mop intensity [[mop]]",
"nl": "Stel mode in op [[mode]] met stofzuigkracht [[fanspeed]] en mop intensiteit [[mop]]",
"da": "Indstil tilstand til [[mode]] med blæserhastighed [[fanspeed]] og moppeintensitet [[mop]]",
"de": "Stellen Sie den Modus auf [[mode]] mit Gebläsegeschwindigkeit [[fanspeed]] und Mop-Intensität [[mop]] ein",
"es": "Configura el modo en [[mode]] con la velocidad del ventilador [[fanspeed]] y la intensidad del trapeado [[mop]]",
"fr": "Réglez le mode sur [[mode]] avec une vitesse de ventilateur de [[fanspeed]] et une intensité de mop [[mop]]",
"it": "Imposta la modalità su [[mode]] con velocità di ventilazione [[fanspeed]] e intensità del mop [[mop]]",
"no": "Sett modus til [[mode]] med viftehastighet [[fanspeed]] og moppintensitet [[mop]]",
"sv": "Ställ in läge till [[mode]] med fläkthastighet [[fanspeed]] och moppintensitet [[mop]]",
"pl": "Ustaw tryb na [[mode]] z prędkością wentylatora [[fanspeed]] i intensywnością mopowania [[mop]]",
"ru": "Установите режим на [[mode]] с скоростью вентилятора [[fanspeed]] и интенсивностью мытья [[mop]]",
"ko": "[[mode]] 모드로 설정하고 팬 속도 [[fanspeed]]와 걸레 세정 강도 [[mop]]를 조절하세요"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "sweep",
"title": {
"en": "Vacuum",
"nl": "Stofzuigen",
"da": "Suge",
"de": "Saugen",
"es": "Aspirar",
"fr": "Aspirateur",
"it": "Aspirapolvere",
"no": "Støvsuge",
"sv": "Dammsug",
"pl": "Odkurzanie",
"ru": "Пылесос",
"ko": "진공 청소"
}
},
{
"id": "mop",
"title": {
"en": "Mop",
"nl": "Moppen",
"da": "Moppe",
"de": "Wischen",
"es": "Trapeado",
"fr": "Mop",
"it": "Mocio",
"no": "Moppe",
"sv": "Moppa",
"pl": "Mopowanie",
"ru": "Моп",
"ko": "걸레질"
}
},
{
"id": "sweep-mop",
"title": {
"en": "Vacuum + Mop",
"nl": "Stofzuigen + moppen",
"da": "Suge + Moppe",
"de": "Saugen + Wischen",
"es": "Aspirar + Trapeado",
"fr": "Aspirateur + Mop",
"it": "Aspirapolvere + Mocio",
"no": "Støvsuge + Moppe",
"sv": "Dammsug + Moppa",
"pl": "Odkurzanie + Mopowanie",
"ru": "Пылесос + Моп",
"ko": "진공 청소 + 걸레질"
}
}
]
},
{
"name": "fanspeed",
"title": {
"en": "Fanspeed",
"nl": "Fan snelheid",
"da": "Blæserhastighed",
"de": "Gebläsegeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità della ventola",
"no": "Viftehastighet",
"sv": "Fläkthastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"type": "dropdown",
"values": [
{
"id": "1",
"title": {
"en": "Quiet",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "2",
"title": {
"en": "Standard",
"nl": "Standaard",
"da": "Standard",
"de": "Standard",
"es": "Estándar",
"fr": "Standard",
"it": "Standard",
"no": "Standard",
"sv": "Standard",
"pl": "Standard",
"ru": "Стандартный",
"ko": "표준"
}
},
{
"id": "3",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Medium",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Medium",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "4",
"title": {
"en": "Turbo",
"nl": "Turbo",
"da": "Turbo",
"de": "Turbo",
"es": "Turbo",
"fr": "Turbo",
"it": "Turbo",
"no": "Turbo",
"sv": "Turbo",
"pl": "Turbo",
"ru": "Турбо",
"ko": "터보"
}
},
{
"id": "5",
"title": {
"en": "Max",
"nl": "Max",
"da": "Maks",
"de": "Max",
"es": "Máximo",
"fr": "Max",
"it": "Massimo",
"no": "Maksimum",
"sv": "Max",
"pl": "Maksymalny",
"ru": "Макс.",
"ko": "최대"
}
}
]
},
{
"name": "mop",
"title": {
"en": "Mop Intensity",
"nl": "Dweil intensiteit",
"da": "Moppe Intensitet",
"de": "Mop-Intensität",
"es": "Intensidad del trapeado",
"fr": "Intensité de la mop",
"it": "Intensità del mocio",
"no": "Moppintensitet",
"sv": "Moppintensitet",
"pl": "Intensywność mopowania",
"ru": "Интенсивность мытья",
"ko": "걸레질 강도"
},
"type": "dropdown",
"values": [
{
"id": "200",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Fra",
"de": "Aus",
"es": "Apagar",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wył.",
"ru": "Выключено",
"ko": "끔"
}
},
{
"id": "201",
"label": {
"en": "Mild",
"nl": "Mild",
"da": "Mild",
"de": "Sanft",
"es": "Suave",
"fr": "Moyen",
"it": "Lieve",
"no": "Mild",
"sv": "Mild",
"pl": "Łagodny",
"ru": "Низкая",
"ko": "약하게"
}
},
{
"id": "202",
"label": {
"en": "Moderate",
"nl": "Gemiddeld",
"da": "Moderat",
"de": "Mäßig",
"es": "Moderado",
"fr": "Modéré",
"it": "Moderato",
"no": "Moderat",
"sv": "Moderat",
"pl": "Średni",
"ru": "Средняя",
"ko": "중간"
}
},
{
"id": "203",
"label": {
"en": "Intense",
"nl": "Intens",
"da": "Intens",
"de": "Intensiv",
"es": "Intenso",
"fr": "Intense",
"it": "Intenso",
"no": "Intens",
"sv": "Intensiv",
"pl": "Intensywny",
"ru": "Высокая",
"ko": "강하게"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionnez l'aspirateur",
"it": "Seleziona l'aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced&capabilities=vacuum_roborock_mop_intensity"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumRoborockPause.json
================================================
{
"title": {
"en": "Pause cleaning",
"nl": "Schoonmaken pauzeren",
"da": "Pause rengøring",
"de": "Reinigung pausieren",
"es": "Pausar la limpieza",
"fr": "Mettre en pause le nettoyage",
"it": "Metti in pausa la pulizia",
"no": "Pause rengjøring",
"sv": "Pausa städningen",
"pl": "Wstrzymaj sprzątanie",
"ru": "Приостановить уборку",
"ko": "청소 일시중지"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Selezionare l'aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumRoidmiFanspeed.json
================================================
{
"title": {
"en": "Set Fanspeed",
"nl": "Stel ventilator in",
"da": "Indstil blæserhastigheden",
"de": "Stelle die Lüftergeschwindigkeit ein",
"es": "Configurar la velocidad del ventilador",
"fr": "Ajuster la vitesse du ventilateur",
"it": "Regola la velocità della ventola",
"no": "Juster viftehastigheten",
"sv": "Justera fläkthastigheten",
"pl": "Ustaw prędkość wentylatora",
"ru": "Настройка скорости вентилятора",
"ko": "팬 속도 조정"
},
"titleFormatted": {
"en": "Set Fanspeed [[fanspeed]]",
"nl": "Stel ventilator in op [[fanspeed]]",
"da": "Indstil blæserhastigheden [[fanspeed]]",
"de": "Stelle die Lüftergeschwindigkeit ein [[fanspeed]]",
"es": "Configurar la velocidad del ventilador [[fanspeed]]",
"fr": "Ajuster la vitesse du ventilateur [[fanspeed]]",
"it": "Regola la velocità della ventola [[fanspeed]]",
"no": "Juster viftehastigheten [[fanspeed]]",
"sv": "Justera fläkthastigheten [[fanspeed]]",
"pl": "Ustaw prędkość wentylatora [[fanspeed]]",
"ru": "Настройка скорости вентилятора [[fanspeed]]",
"ko": "팬 속도 조정 [[fanspeed]]"
},
"args": [
{
"name": "fanspeed",
"title": {
"en": "Fanspeed",
"nl": "Fan snelheid",
"da": "Blæserhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del soplador",
"fr": "Vitesse du ventilateur",
"it": "Velocità del ventilatore",
"no": "Blæserhastighet",
"sv": "Fläkt hastighet",
"pl": "Prędkość wentylacji",
"ru": "Скорость вентиляции",
"ko": "팬 속도"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Sweep",
"nl": "Sweep",
"da": "Sweep",
"de": "Sweep",
"es": "Sweep",
"fr": "Sweep",
"it": "Sweep",
"no": "Sweep",
"sv": "Sweep",
"pl": "Sweep",
"ru": "Sweep",
"ko": "Sweep"
}
},
{
"id": "1",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Lydløs",
"de": "Geräuschlos",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "2",
"title": {
"en": "Basic",
"nl": "Basis",
"da": "Basis",
"de": "Basis",
"es": "Base",
"fr": "Base",
"it": "Base",
"no": "Grunnleggende",
"sv": "Grundläggande",
"pl": "Podstawowy",
"ru": "Основной",
"ko": "기본"
}
},
{
"id": "3",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Mocny",
"ru": "Сильный",
"ko": "강한"
}
},
{
"id": "4",
"title": {
"en": "Full speed",
"nl": "Volle snelheid",
"da": "Fuld hastighed",
"de": "Vollgas",
"es": "Máxima velocidad",
"fr": "Vitesse maximale",
"it": "Velocità massima",
"no": "Fullt hastighet",
"sv": "Hastighet",
"pl": "Maksymalna prędkość",
"ru": "Максимальная скорость",
"ko": "최고 속도"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Wählen Sie den Staubsauger aus",
"es": "Seleccionar aspiradora",
"fr": "Choisissez le modèle d'aspirateur",
"it": "Seleziona il modello di aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "청소기 선택"
},
"filter": "driver_id=vacuum_roidmi_vacuum_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumRoidmiMopMode.json
================================================
{
"title": {
"en": "Set Sweep and Mop Mode",
"nl": "Stel Sweep and Mop modus in",
"da": "Indstil Sweep og Mop-tilstand",
"de": "Sweep und Mop Modus einstellen",
"es": "Configurar modo Barrer y Fregar",
"fr": "Définir le mode Balayage et Nettoyage",
"it": "Imposta modalità Spazza e Pulisci",
"no": "Angi Sweep og Mop-modus",
"sv": "Ställ in Sop- och Moppläge",
"pl": "Ustaw tryb Zamiatanie i Mopowanie",
"ru": "Установить режим Подметания и Мытья",
"ko": "청소 및 물걸레 모드 설정"
},
"titleFormatted": {
"en": "Set Sweep and Mop Mode to [[mode]]",
"nl": "Stel Sweep and Mop modus in op [[mode]]",
"da": "Indstil Sweep og Mop-tilstand til [[mode]]",
"de": "Sweep und Mop Modus auf [[mode]] einstellen",
"es": "Configurar modo Barrer y Fregar a [[mode]]",
"fr": "Définir le mode Balayage et Nettoyage sur [[mode]]",
"it": "Imposta la modalità Spazza e Pulisci su [[mode]]",
"no": "Angi Sweep og Mop-modus til [[mode]]",
"sv": "Ställ in Sop- och Moppläge till [[mode]]",
"pl": "Ustaw tryb Zamiatanie i Mopowanie na [[mode]]",
"ru": "Установить режим Подметания и Мытья на [[mode]]",
"ko": "청소 및 물걸레 모드를 [[mode]]로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Sweep and Mop Mode",
"nl": "Sweep and Mop modus",
"da": "Sweep og Mop-tilstand",
"de": "Sweep und Mop Modus",
"es": "Modo Barrer y Fregar",
"fr": "Mode Balayage et Nettoyage",
"it": "Modalità Spazza e Pulisci",
"no": "Sweep og Mop-modus",
"sv": "Sop- och Moppläge",
"pl": "Tryb Zamiatanie i Mopowanie",
"ru": "Режим Подметания и Мытья",
"ko": "청소 및 물걸레 모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Sweep",
"nl": "Sweep",
"da": "Sweep",
"de": "Sweep",
"es": "Barrer",
"fr": "Balayer",
"it": "Spazza",
"no": "Sweep",
"sv": "Sweep",
"pl": "Zamiatanie",
"ru": "Подметание",
"ko": "청소"
}
},
{
"id": "1",
"title": {
"en": "Mop",
"nl": "Mop",
"da": "Mop",
"de": "Mop",
"es": "Fregar",
"fr": "Nettoyer",
"it": "Pulisci",
"no": "Mop",
"sv": "Mop",
"pl": "Mopowanie",
"ru": "Мытьё",
"ko": "물걸레"
}
},
{
"id": "2",
"title": {
"en": "Mop & Sweep",
"nl": "Mop & Sweep",
"da": "Mop & Sweep",
"de": "Mop & Sweep",
"es": "Fregar y Barrer",
"fr": "Nettoyer et Balayer",
"it": "Pulisci & Spazza",
"no": "Mop & Sweep",
"sv": "Mop & Sweep",
"pl": "Mopowanie i Zamiatanie",
"ru": "Мытьё и Подметание",
"ko": "청소 및 물걸레"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=vacuum_roidmi_vacuum_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumRoomCleaning.json
================================================
{
"id": "vacuumRoomCleaning",
"title": {
"en": "Start room cleaning",
"nl": "Start kamer stofzuigen",
"da": "Start rengøring af rum",
"de": "Raumreinigung starten",
"es": "Iniciar limpieza de habitación",
"fr": "Commencer le nettoyage de la pièce",
"it": "Inizia la pulizia della stanza",
"no": "Start romrensingen",
"sv": "Starta rumsstädning",
"pl": "Rozpocznij sprzątanie pokoju",
"ru": "Начать уборку комнаты",
"ko": "방 청소 시작"
},
"titleFormatted": {
"en": "Send vacuum cleaner to clean room [[rooms]]",
"nl": "Stuur stofzuiger naar kamer [[rooms]]",
"da": "Send støvsugeren til at rengøre rum [[rooms]]",
"de": "Schicke Staubsauger zur Reinigung von Raum [[rooms]]",
"es": "Enviar aspiradora a limpiar habitación [[rooms]]",
"fr": "Envoyez l'aspirateur nettoyer la pièce [[rooms]]",
"it": "Invia l'aspirapolvere per pulire la stanza [[rooms]]",
"no": "Send støvsugeren for å rengjøre rom [[rooms]]",
"sv": "Skicka dammsugaren för att rengöra rummet [[rooms]]",
"pl": "Wyślij odkurzacz do sprzątania pokoju [[rooms]]",
"ru": "Отправить пылесос для уборки комнаты [[rooms]]",
"ko": "[[rooms]] 방 청소를 위해 진공 청소기를 보내세요"
},
"hint": {
"en": "Enter the room ID's (comma seperated)",
"nl": "Voer kamer ID's in (gescheiden door een komma)",
"da": "Indtast rum-ID'er (kommasepareret)",
"de": "Geben Sie die Raum-IDs ein (kommasepariert)",
"es": "Ingrese las IDs de las habitaciones (separadas por comas)",
"fr": "Entrez les ID des pièces (séparés par des virgules)",
"it": "Inserisci gli ID delle stanze (separati da virgole)",
"no": "Skriv inn rom-ID-er (kommaseparert)",
"sv": "Ange rums-ID:n (kommaseparerade)",
"pl": "Wprowadź identyfikatory pokoi (oddzielone przecinkami)",
"ru": "Введите ID комнат (через запятую)",
"ko": "방 ID를 입력하세요 (쉼표로 구분)"
},
"args": [
{
"name": "rooms",
"title": {
"en": "Room(s)",
"nl": "Kamer(s)",
"da": "Rum",
"de": "Raum/Räume",
"es": "Habitación(es)",
"fr": "Pièce(s)",
"it": "Stanza/e",
"no": "Rom",
"sv": "Rum",
"pl": "Pokój/e",
"ru": "Комната/ы",
"ko": "방"
},
"type": "text",
"placeholder": {
"en": "Room(s)",
"nl": "Kamer(s)",
"da": "Rum",
"de": "Raum/Räume",
"es": "Habitación(es)",
"fr": "Pièce(s)",
"it": "Stanza/e",
"no": "Rom",
"sv": "Rum",
"pl": "Pokój/e",
"ru": "Комната/ы",
"ko": "방"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Seleziona l'aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced|vacuum_dreame_vacuum"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumRoomCleaningRepeats.json
================================================
{
"id": "vacuumRoomCleaningRepeats",
"title": {
"en": "Start repeated room cleaning",
"nl": "Start herhaald kamer stofzuigen",
"da": "Start gentagne rum rengøring",
"de": "Beginne wiederholte Raumreinigung",
"es": "Iniciar limpieza repetida de habitaciones",
"fr": "Commencer le nettoyage répété de la pièce",
"it": "Inizia la pulizia ripetuta della stanza",
"no": "Start gjentatt romrengjøring",
"sv": "Start upprepad rumstädning",
"pl": "Rozpocznij powtarzane sprzątanie pokoju",
"ru": "Начать повторяющуюся уборку комнаты",
"ko": "반복 방 청소 시작"
},
"titleFormatted": {
"en": "Send vacuum cleaner to clean room [[rooms]] and repeat [[repeats]] times",
"nl": "Stuur stofzuiger naar kamer [[rooms]] en herhaal [[repeats]] keer",
"da": "Send støvsuger til at rengøre rum [[rooms]] og gentag [[repeats]] gange",
"de": "Schicke Staubsauger, um Raum [[rooms]] zu reinigen und [[repeats]] mal zu wiederholen",
"es": "Enviar aspiradora para limpiar la habitación [[rooms]] y repetir [[repeats]] veces",
"fr": "Envoyer l'aspirateur pour nettoyer la pièce [[rooms]] et répéter [[repeats]] fois",
"it": "Invia l'aspirapolvere a pulire la stanza [[rooms]] e ripeti [[repeats]] volte",
"no": "Send støvsuger for å rengjøre rommet [[rooms]] og gjenta [[repeats]] ganger",
"sv": "Skicka dammsugare för att städa rum [[rooms]] och upprepa [[repeats]] gånger",
"pl": "Wyślij odkurzacz, aby posprzątał pokój [[rooms]] i powtórz [[repeats]] razy",
"ru": "Отправить пылесос для уборки комнаты [[rooms]] и повторить [[repeats]] раз",
"ko": "방 [[rooms]]을 청소하도록 청소기를 보내고 [[repeats]]번 반복"
},
"hint": {
"en": "Enter the room ID's (comma seperated)",
"nl": "Voer kamer ID's in (gescheiden door een komma)",
"da": "Indtast rum ID'erne (kommasepareret)",
"de": "Geben Sie die Raum-IDs ein (durch Kommas getrennt)",
"es": "Ingrese los ID de las habitaciones (separados por comas)",
"fr": "Entrez les ID des pièces (séparés par des virgules)",
"it": "Inserisci gli ID delle stanze (separati da virgole)",
"no": "Skriv inn rom-ID-er (kommaseparert)",
"sv": "Ange rums-ID:n (kommaseparerade)",
"pl": "Wprowadź identyfikatory pokoi (oddzielone przecinkami)",
"ru": "Введите идентификаторы комнат (через запятую)",
"ko": "방 ID 입력(쉼표로 구분)"
},
"args": [
{
"name": "rooms",
"title": {
"en": "Room(s)",
"nl": "Kamer(s)",
"da": "Rum",
"de": "Raum/Räume",
"es": "Habitación(es)",
"fr": "Pièce(s)",
"it": "Stanza/e",
"no": "Rom",
"sv": "Rum",
"pl": "Pokój(e)",
"ru": "Комната(ы)",
"ko": "방"
},
"type": "text",
"placeholder": {
"en": "Room(s)",
"nl": "Kamer(s)",
"da": "Rum",
"de": "Raum/Räume",
"es": "Habitación(es)",
"fr": "Pièce(s)",
"it": "Stanza/e",
"no": "Rom",
"sv": "Rum",
"pl": "Pokój(e)",
"ru": "Комната(ы)",
"ko": "방"
}
},
{
"name": "repeats",
"title": {
"en": "Repeat",
"nl": "Herhaal",
"da": "Gentag",
"de": "Wiederholen",
"es": "Repetir",
"fr": "Répéter",
"it": "Ripeti",
"no": "Gjenta",
"sv": "Upprepa",
"pl": "Powtórz",
"ru": "Повторить",
"ko": "반복"
},
"type": "number",
"min": 1,
"max": 3,
"step": 1
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccione aspiradora",
"fr": "Sélectionnez l'aspirateur",
"it": "Seleziona l'aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/actions/vacuumXiaomiMopMode.json
================================================
{
"title": {
"en": "Set Sweep and Mop Mode",
"nl": "Stel Sweep and Mop modus in",
"da": "Indstil Sweep og Mop-tilstand",
"de": "Sweep- und Mop-Modus einstellen",
"es": "Establecer modo Sweep y Mop",
"fr": "Définir le mode Sweep et Mop",
"it": "Imposta modalità Sweep e Mop",
"no": "Sett Sweep og Mop-modus",
"sv": "Ställ in Sweep och Mop-läge",
"pl": "Ustaw tryb Sweep i Mop",
"ru": "Установите режим Sweep и Mop",
"ko": "쓸기 및 물걸레 모드 설정"
},
"titleFormatted": {
"en": "Set Sweep and Mop Mode to [[mode]]",
"nl": "Stel Sweep and Mop modus in op [[mode]]",
"da": "Indstil Sweep og Mop-tilstand til [[mode]]",
"de": "Sweep- und Mop-Modus auf [[mode]] einstellen",
"es": "Establecer modo Sweep y Mop a [[mode]]",
"fr": "Définir le mode Sweep et Mop sur [[mode]]",
"it": "Imposta modalità Sweep e Mop su [[mode]]",
"no": "Sett Sweep og Mop-modus til [[mode]]",
"sv": "Ställ in Sweep och Mop-läge till [[mode]]",
"pl": "Ustaw tryb Sweep i Mop na [[mode]]",
"ru": "Установите режим Sweep и Mop на [[mode]]",
"ko": "[[mode]]로 쓸기 및 물걸레 모드 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Sweep and Mop Mode",
"nl": "Sweep and Mop modus",
"da": "Sweep og Mop-tilstand",
"de": "Sweep- und Mop-Modus",
"es": "Modo Sweep y Mop",
"fr": "Mode Sweep et Mop",
"it": "Modalità Sweep e Mop",
"no": "Sweep og Mop-modus",
"sv": "Sweep och Mop-läge",
"pl": "Tryb Sweep i Mop",
"ru": "Режим Sweep и Mop",
"ko": "쓸기 및 물걸레 모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Sweep",
"nl": "Sweep",
"da": "Sweep",
"de": "Sweep",
"es": "Sweep",
"fr": "Sweep",
"it": "Sweep",
"no": "Sweep",
"sv": "Sweep",
"pl": "Sweep",
"ru": "Sweep",
"ko": "쓸기"
}
},
{
"id": "1",
"title": {
"en": "Sweep & Mop",
"nl": "Sweep & Mop",
"da": "Sweep & Mop",
"de": "Sweep & Mop",
"es": "Sweep & Mop",
"fr": "Sweep & Mop",
"it": "Sweep & Mop",
"no": "Sweep & Mop",
"sv": "Sweep & Mop",
"pl": "Sweep & Mop",
"ru": "Sweep & Mop",
"ko": "쓸기 & 물걸레"
}
},
{
"id": "2",
"title": {
"en": "Mop",
"nl": "Mop",
"da": "Mop",
"de": "Mop",
"es": "Mop",
"fr": "Mop",
"it": "Mop",
"no": "Mop",
"sv": "Mop",
"pl": "Mop",
"ru": "Mop",
"ko": "물걸레"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner un aspirateur",
"it": "Seleziona l'aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공청소기 선택"
},
"filter": "driver_id=vacuum_xiaomi_vacuum_miot"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/conditions/leftSwitch.json
================================================
{
"id": "leftSwitch",
"title": {
"en": "Left switch !{{on|off}}",
"nl": "Linkerschakelaar !{{aan|uit}}",
"da": "Venstre switch !{{on|off}}",
"de": "Linker Schalter !{{on|off}}",
"es": "Interruptor izquierdo !{{on|off}}",
"fr": "Interrupteur gauche !{{on|off}}",
"it": "Interruttore sinistro !{{on|off}}",
"no": "Venstre bryter !{{on|off}}",
"sv": "Vänster switch !{{on|off}}",
"pl": "Lewy przełącznik !{{on|off}}",
"ru": "Левый переключатель !{{on|off}}",
"ko": "왼쪽 스위치 !{{on|off}}"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Selecciona dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona il dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/conditions/measure_humidity_between.json
================================================
{
"id": "measure_humidity_between",
"title": {
"en": "Humidity !{{is between|is not between}}",
"nl": "Luchtvochtigheid !{{ligt tussen|ligt niet tussen}}",
"da": "Fugtighed !{{er mellem|er ikke mellem}}",
"de": "Feuchtigkeit !{{liegt zwischen|liegt nicht zwischen}}",
"es": "Humedad !{{está entre|no está entre}}",
"fr": "Humidité !{{est entre|n'est pas entre}}",
"it": "Umidità !{{è tra|non è tra}}",
"no": "Fuktighet !{{er mellom|er ikke mellom}}",
"sv": "Fuktighet !{{är mellan|är inte mellan}}",
"pl": "Wilgotność !{{jest między|nie jest między}}",
"ru": "Влажность !{{между|не между}}",
"ko": "습도 !{{사이에 있음|사이에 없음}}"
},
"titleFormatted": {
"en": "Humidity !{{is between|is not between}} [[value1]] and [[value2]]",
"nl": "Luchtvochtigheid !{{ligt tussen|ligt niet tussen}} [[value1]] en [[value2]]",
"da": "Fugtighed !{{er mellem|er ikke mellem}} [[value1]] og [[value2]]",
"de": "Feuchtigkeit !{{liegt zwischen|liegt nicht zwischen}} [[value1]] und [[value2]]",
"es": "Humedad !{{está entre|no está entre}} [[value1]] y [[value2]]",
"fr": "Humidité !{{est entre|n'est pas entre}} [[value1]] et [[value2]]",
"it": "Umidità !{{è tra|non è tra}} [[value1]] e [[value2]]",
"no": "Fuktighet !{{er mellom|er ikke mellom}} [[value1]] og [[value2]]",
"sv": "Fuktighet !{{är mellan|är inte mellan}} [[value1]] och [[value2]]",
"pl": "Wilgotność !{{jest między|nie jest między}} [[value1]] i [[value2]]",
"ru": "Влажность !{{между|не между}} [[value1]] и [[value2]]",
"ko": "습도 !{{사이에 있음|사이에 없음}} [[value1]] 과 [[value2]]"
},
"hint": {
"en": "Use this card to determine whether or not the humidity for the zone is between two values. The specified values are also valid.",
"nl": "Gebruik dit kaartje om te bepalen of de luchtvochtigheid voor de zone tussen twee waarden ligt. De opgegeven waarden zijn ook geldig.",
"da": "Brug dette kort til at afgøre, om fugtigheden i zonen er mellem to værdier. De angivne værdier er også gyldige.",
"de": "Verwenden Sie diese Karte, um festzustellen, ob die Feuchtigkeit in der Zone zwischen zwei Werten liegt. Die angegebenen Werte sind ebenfalls gültig.",
"es": "Utilice esta tarjeta para determinar si la humedad de la zona está entre dos valores. Los valores especificados también son válidos.",
"fr": "Utilisez cette carte pour déterminer si l'humidité de la zone est entre deux valeurs. Les valeurs spécifiées sont également valides.",
"it": "Usa questa scheda per determinare se l'umidità della zona è tra due valori. Anche i valori specificati sono validi.",
"no": "Bruk dette kortet for å avgjøre om fuktigheten for sonen er mellom to verdier. De spesifiserte verdiene er også gyldige.",
"sv": "Använd detta kort för att avgöra om fuktigheten för zonen är mellan två värden. De angivna värdena är också giltiga.",
"pl": "Użyj tej karty, aby sprawdzić, czy wilgotność w strefie mieści się między dwiema wartościami. Podane wartości są również ważne.",
"ru": "Используйте эту карту, чтобы определить, находится ли влажность в зоне между двумя значениями. Указанные значения также действительны.",
"ko": "이 카드를 사용하여 구역의 습도가 두 값 사이에 있는지 여부를 결정하세요. 지정된 값도 유효합니다."
},
"args": [
{
"type": "number",
"name": "value1",
"min": 0,
"max": 100,
"step": 1,
"title": {
"en": "Above",
"nl": "Boven",
"da": "Over",
"de": "Über",
"es": "Por encima de",
"fr": "Au dessus de",
"it": "Sopra",
"no": "Over",
"sv": "Över",
"pl": "Powyżej",
"ru": "Над",
"ko": "이상"
},
"placeholder": {
"en": "%",
"nl": "%",
"da": "%",
"de": "%",
"es": "%",
"fr": "%",
"it": "%",
"no": "%",
"sv": "%",
"pl": "%",
"ru": "%",
"ko": "%"
}
},
{
"type": "number",
"name": "value2",
"min": 0,
"max": 100,
"step": 1,
"title": {
"en": "Below",
"nl": "Onder",
"da": "Under",
"de": "Unter",
"es": "Por debajo de",
"fr": "En dessous de",
"it": "Sotto",
"no": "Under",
"sv": "Under",
"pl": "Poniżej",
"ru": "Под",
"ko": "이하"
},
"placeholder": {
"en": "%",
"nl": "%",
"da": "%",
"de": "%",
"es": "%",
"fr": "%",
"it": "%",
"no": "%",
"sv": "%",
"pl": "%",
"ru": "%",
"ko": "%"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-temperature-humidity-sensor|aqara-temperature-humidity-sensor"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/conditions/measure_temperature_between.json
================================================
{
"id": "measure_temperature_between",
"title": {
"en": "Temperature !{{is between|is not between}}",
"nl": "Temperatuur !{{ligt tussen|ligt niet tussen}}",
"da": "Temperatur !{{er mellem|er ikke mellem}}",
"de": "Temperatur !{{liegt zwischen|liegt nicht zwischen}}",
"es": "Temperatura !{{está entre|no está entre}}",
"fr": "Température !{{est entre|n'est pas entre}}",
"it": "Temperatura !{{è tra|non è tra}}",
"no": "Temperatur !{{er mellom|er ikke mellom}}",
"sv": "Temperatur !{{är mellan|är inte mellan}}",
"pl": "Temperatura !{{jest między|nie jest między}}",
"ru": "Температура !{{между|не между}}",
"ko": "온도 !{{사이에 있음|사이에 없음}}"
},
"titleFormatted": {
"en": "Temperature !{{is between|is not between}} [[value1]] and [[value2]]",
"nl": "Temperatuur !{{ligt tussen|ligt niet tussen}} [[value1]] en [[value2]]",
"da": "Temperatur !{{er mellem|er ikke mellem}} [[value1]] og [[value2]]",
"de": "Temperatur !{{liegt zwischen|liegt nicht zwischen}} [[value1]] und [[value2]]",
"es": "Temperatura !{{está entre|no está entre}} [[value1]] y [[value2]]",
"fr": "Température !{{est entre|n'est pas entre}} [[value1]] et [[value2]]",
"it": "Temperatura !{{è tra|non è tra}} [[value1]] e [[value2]]",
"no": "Temperatur !{{er mellom|er ikke mellom}} [[value1]] og [[value2]]",
"sv": "Temperatur !{{är mellan|är inte mellan}} [[value1]] och [[value2]]",
"pl": "Temperatura !{{jest między|nie jest między}} [[value1]] i [[value2]]",
"ru": "Температура !{{между|не между}} [[value1]] и [[value2]]",
"ko": "온도 !{{사이에 있음|사이에 없음}} [[value1]]와 [[value2]] 사이"
},
"hint": {
"en": "Use this card to determine whether or not the zone temperature is between two values. The specified values are also valid.",
"nl": "Gebruik dit kaartje om te bepalen of de zone temperatuur tussen twee waarden ligt. De opgegeven waarden zijn ook geldig.",
"da": "Brug dette kort til at bestemme, om zonens temperatur er mellem to værdier. De angivne værdier er også gyldige.",
"de": "Verwenden Sie diese Karte, um festzustellen, ob die Zonentemperatur zwischen zwei Werten liegt. Die angegebenen Werte sind ebenfalls gültig.",
"es": "Usa esta tarjeta para determinar si la temperatura de la zona está entre dos valores. Los valores especificados también son válidos.",
"fr": "Utilisez cette carte pour déterminer si la température de la zone est comprise entre deux valeurs. Les valeurs spécifiées sont également valables.",
"it": "Usa questa scheda per determinare se la temperatura della zona è compresa tra due valori. Anche i valori specificati sono validi.",
"no": "Bruk dette kortet for å bestemme om sone-temperaturen er mellom to verdier. De spesifiserte verdiene er også gyldige.",
"sv": "Använd detta kort för att avgöra om zonens temperatur är mellan två värden. De specificerade värdena är också giltiga.",
"pl": "Użyj tej karty, aby określić, czy temperatura strefy mieści się pomiędzy dwoma wartościami. Podane wartości są również ważne.",
"ru": "Используйте эту карту, чтобы определить, находится ли температура в зоне между двумя значениями. Указанные значения также действительны.",
"ko": "이 카드를 사용하여 구역 온도가 두 값 사이에 있는지 여부를 결정하세요. 지정된 값도 유효합니다."
},
"args": [
{
"type": "number",
"name": "value1",
"min": -50,
"max": 100,
"step": 1,
"title": {
"en": "Above",
"nl": "Boven",
"da": "Over",
"de": "Über",
"es": "Por encima",
"fr": "Au-dessus",
"it": "Sopra",
"no": "Over",
"sv": "Över",
"pl": "Powyżej",
"ru": "Выше",
"ko": "위"
},
"placeholder": {
"en": "°C",
"nl": "°C",
"da": "°C",
"de": "°C",
"es": "°C",
"fr": "°C",
"it": "°C",
"no": "°C",
"sv": "°C",
"pl": "°C",
"ru": "°C",
"ko": "°C"
}
},
{
"type": "number",
"name": "value2",
"min": -50,
"max": 100,
"step": 1,
"title": {
"en": "Below",
"nl": "Onder",
"da": "Under",
"de": "Unter",
"es": "Por debajo",
"fr": "En dessous",
"it": "Sotto",
"no": "Under",
"sv": "Under",
"pl": "Poniżej",
"ru": "Ниже",
"ko": "아래"
},
"placeholder": {
"en": "°C",
"nl": "°C",
"da": "°C",
"de": "°C",
"es": "°C",
"fr": "°C",
"it": "°C",
"no": "°C",
"sv": "°C",
"pl": "°C",
"ru": "°C",
"ko": "°C"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-temperature-humidity-sensor|aqara-temperature-humidity-sensor"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/conditions/rightSwitch.json
================================================
{
"id": "rightSwitch",
"title": {
"en": "Right switch !{{on|off}}",
"nl": "Rechterschakelaar !{{aan|uit}}",
"da": "Højre switch !{{til|fra}}",
"de": "Rechter Schalter !{{an|aus}}",
"es": "Interruptor derecho !{{encendido|apagado}}",
"fr": "Interrupteur droit !{{allumé|éteint}}",
"it": "Interruttore destro !{{acceso|spento}}",
"no": "Høyre bryter !{{på|av}}",
"sv": "Höger strömbrytare !{{på|av}}",
"pl": "Prawy przełącznik !{{włączone|wyłączone}}",
"ru": "Правый переключатель !{{включено|выключено}}",
"ko": "오른쪽 스위치 !{{켜짐|꺼짐}}"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/alertVacuum.json
================================================
{
"id": "alertVacuum",
"title": {
"en": "Consumable Alert",
"nl": "Verbruiksartikel waarschuwing",
"da": "Forbrugsalarm",
"de": "Verbrauchsmaterial-Warnung",
"es": "Alerta de consumibles",
"fr": "Alerte de consommable",
"it": "Allarme consumabile",
"no": "Forbruksvarsel",
"sv": "Förbrukningsalarm",
"pl": "Alert materiałów eksploatacyjnych",
"ru": "Оповещение о расходных материалах",
"ko": "소모품 경고"
},
"tokens": [
{
"name": "consumable",
"type": "string",
"title": {
"en": "consumable",
"nl": "verbruiksartikel",
"da": "forbrugbar",
"de": "Verbrauchsmaterial",
"es": "consumible",
"fr": "consommable",
"it": "consumabile",
"no": "forbrukbar",
"sv": "förbrukningsvara",
"pl": "materiał eksploatacyjny",
"ru": "расходный материал",
"ko": "소모품"
},
"example": "filter"
},
{
"name": "value",
"type": "string",
"title": {
"en": "value",
"nl": "waarde",
"da": "værdi",
"de": "Wert",
"es": "valor",
"fr": "valeur",
"it": "valore",
"no": "verdi",
"sv": "värde",
"pl": "wartość",
"ru": "значение",
"ko": "값"
},
"example": "10%"
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Selezionare aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced|vacuum_dreame_vacuum|vacuum_viomi_vacuum_v7|vacuum_mija_vacuum_miot|vacuum_roidmi_vacuum_miot|vacuum_xiaomi_vacuum_max"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/alert_cube.json
================================================
{
"id": "alert_cube",
"title": {
"en": "Alert",
"nl": "Waarschuwing",
"da": "Alarm",
"de": "Alarm",
"es": "Alerta",
"fr": "Alerte",
"it": "Allarme",
"no": "Varsel",
"sv": "Varning",
"pl": "Alarm",
"ru": "Оповещение",
"ko": "경고"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_double.json
================================================
{
"id": "click_double",
"title": {
"en": "Double Click",
"nl": "Dubbelklik",
"da": "Dobbeltklik",
"de": "Doppelklick",
"es": "Doble clic",
"fr": "Double-clic",
"it": "Doppio clic",
"no": "Dobbeltklikk",
"sv": "Dubbelklick",
"pl": "Podwójne kliknięcie",
"ru": "Двойной щелчок",
"ko": "더블 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-button|aqara-button|aqara-button-advanced|aqara-86sw1-advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_double_left.json
================================================
{
"id": "click_double_left",
"title": {
"en": "Left Double Click",
"nl": "Dubbel klik links",
"da": "Dobbeltklik til venstre",
"de": "Doppelklick links",
"es": "Doble clic izquierdo",
"fr": "Double clic gauche",
"it": "Doppio clic sinistro",
"no": "Dobbeltklikk venstre",
"sv": "Dubbelklick vänster",
"pl": "Podwójne kliknięcie lewym",
"ru": "Двойной клик левой кнопкой",
"ko": "왼쪽 더블 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Selecciona dispositivo",
"fr": "Sélectionner le périphérique",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-86sw2-advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_double_right.json
================================================
{
"id": "click_double_right",
"title": {
"en": "Right Double Click",
"nl": "Dubbel klik rechts",
"da": "Højre Dobbeltklik",
"de": "Rechts Doppelklick",
"es": "Doble Clic Derecho",
"fr": "Double Clic Droit",
"it": "Doppio Clic Destro",
"no": "Høyre Dobbeltklikk",
"sv": "Höger Dubbelklick",
"pl": "Podwójne Kliknięcie Prawym",
"ru": "Правый Двойной Щелчок",
"ko": "오른쪽 더블 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-86sw2-advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_long.json
================================================
{
"id": "click_long",
"title": {
"en": "Long Click",
"nl": "Lange klik",
"da": "Langt Klik",
"de": "Langer Klick",
"es": "Click Largo",
"fr": "Clic Long",
"it": "Clic Lungo",
"no": "Langt Trykk",
"sv": "Långt Tryck",
"pl": "Długie Kliknięcie",
"ru": "Долгое Нажатие",
"ko": "오래 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-button|aqara-button|aqara-button-advanced|aqara-86sw1-advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_long_left.json
================================================
{
"id": "click_long_left",
"title": {
"en": "Left Long Click",
"nl": "Lange klik links",
"da": "Langt klik til venstre",
"de": "Langer Klick links",
"es": "Clic largo a la izquierda",
"fr": "Long clic gauche",
"it": "Clic lungo a sinistra",
"no": "Langt klikk til venstre",
"sv": "Långt klick till vänster",
"pl": "Długie kliknięcie w lewo",
"ru": "Долгое нажатие слева",
"ko": "왼쪽 긴 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-86sw2-advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_long_release.json
================================================
{
"id": "click_long_release",
"title": {
"en": "Long Click Release",
"nl": "Lange klik loslaten",
"da": "Langt Klik Udgivelse",
"de": "Langer Klick Freigabe",
"es": "Liberación de clic largo",
"fr": "Relâchement de long clic",
"it": "Rilascio del clic lungo",
"no": "Langt Klikk Utløsning",
"sv": "Långt Klick Släpp",
"pl": "Długie Kliknięcie Zwolnienie",
"ru": "Долгое Нажатие Отпустить",
"ko": "길게 클릭 해제"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner le périphérique",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-button-advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_long_right.json
================================================
{
"id": "click_long_right",
"title": {
"en": "Right Long Click",
"nl": "Lange klik rechts",
"da": "Højre Lang Klik",
"de": "Rechter Langer Klick",
"es": "Clic Largo Derecho",
"fr": "Clic Long Droit",
"it": "Clic Lungo Destro",
"no": "Høyre Langt Klikk",
"sv": "Höger Lång Klick",
"pl": "Długie kliknięcie prawe",
"ru": "Длинный клик правой кнопкой",
"ko": "오른쪽 길게 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-86sw2-advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_single.json
================================================
{
"id": "click_single",
"title": {
"en": "Click",
"nl": "Klik",
"da": "Klik",
"de": "Klick",
"es": "Clic",
"fr": "Clic",
"it": "Clic",
"no": "Klikk",
"sv": "Klick",
"pl": "Kliknij",
"ru": "Клик",
"ko": "클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner le dispositif",
"it": "Seleziona il dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-button|aqara-button|aqara-button-advanced|aqara-86sw1-advanced|aqara_86sw1_switch"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_single_left.json
================================================
{
"id": "click_single_left",
"title": {
"en": "Left Click",
"nl": "Klik links",
"da": "Venstre klik",
"de": "Links Klick",
"es": "Clic izquierdo",
"fr": "Clic gauche",
"it": "Clic sinistro",
"no": "Venstre klikk",
"sv": "Vänsterklick",
"pl": "Kliknij lewy",
"ru": "Левый клик",
"ko": "왼쪽 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccione el dispositivo",
"fr": "Sélectionnez un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara_86sw2_switch|aqara-86sw2-advanced|db86_switch"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_single_left_right.json
================================================
{
"id": "click_single_left_right",
"title": {
"en": "Left and Right Click Together",
"nl": "Klik rechts en links tegelijk",
"da": "Venstre og højre klik sammen",
"de": "Links- und Rechtsklick zusammen",
"es": "Clic izquierdo y derecho juntos",
"fr": "Cliquez gauche et droit ensemble",
"it": "Clic sinistro e destro insieme",
"no": "Venstre og høyre klikk sammen",
"sv": "Vänster och höger klick tillsammans",
"pl": "Lewy i prawy klik razem",
"ru": "Левый и правый клик вместе",
"ko": "왼쪽 및 오른쪽 클릭 같이"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara_86sw2_switch|aqara-86sw2-advanced|db86_switch"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/click_single_right.json
================================================
{
"id": "click_single_right",
"title": {
"en": "Right Click",
"nl": "Klik rechts",
"da": "Højreklik",
"de": "Rechtsklick",
"es": "Clic derecho",
"fr": "Clic droit",
"it": "Clic destro",
"no": "Høyreklikk",
"sv": "Högerklick",
"pl": "Kliknij prawym przyciskiem",
"ru": "Щелчок правой кнопкой мыши",
"ko": "오른쪽 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara_86sw2_switch|aqara-86sw2-advanced|db86_switch"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/cubeRotated.json
================================================
{
"id": "cubeRotated",
"title": {
"en": "Rotated",
"nl": "Gedraaid",
"da": "Drejet",
"de": "Gedreht",
"es": "Girado",
"fr": "Tourné",
"it": "Ruotato",
"no": "Dreid",
"sv": "Vriden",
"pl": "Obrócony",
"ru": "Повернутый",
"ko": "회전된"
},
"tokens": [
{
"name": "cube_rotated",
"type": "number",
"title": {
"en": "rotation",
"nl": "rotatie",
"da": "rotation",
"de": "Drehung",
"es": "rotación",
"fr": "rotation",
"it": "rotazione",
"no": "rotasjon",
"sv": "rotation",
"pl": "obrót",
"ru": "вращение",
"ko": "회전"
},
"example": 0
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/desiccant_low.json
================================================
{
"title": { "en": "Desiccant low" },
"hint": { "en": "Triggers when desiccant level falls below the threshold." },
"args": [
{
"name": "device",
"type": "device",
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"tokens": [
{ "name": "level_percent", "type": "number", "title": { "en": "Level (%)" } }
]
}
================================================
FILE: .homeycompose/flow/triggers/eaten_food_changed.json
================================================
{
"title": { "en": "Eaten food changed" },
"hint": { "en": "Triggers when eaten food telemetry changes." },
"args": [
{
"name": "device",
"type": "device",
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"tokens": [
{ "name": "today_g", "type": "number", "title": { "en": "Today (g)" } },
{ "name": "total_g", "type": "number", "title": { "en": "Total (g)" } },
{ "name": "delta_g", "type": "number", "title": { "en": "Delta (g)" } }
]
}
================================================
FILE: .homeycompose/flow/triggers/feeder_status_changed.json
================================================
{
"title": { "en": "Feeder status changed" },
"hint": { "en": "Triggers when the feeder status (mode) changes." },
"args": [
{
"name": "device",
"type": "device",
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"tokens": [
{ "name": "new_status", "type": "string", "title": { "en": "New status" } },
{ "name": "previous_status", "type": "string", "title": { "en": "Previous status" } }
]
}
================================================
FILE: .homeycompose/flow/triggers/flip180_cube.json
================================================
{
"id": "flip180_cube",
"title": {
"en": "Flip 180°",
"nl": "180° keren",
"da": "Vend 180°",
"de": "180° drehen",
"es": "Girar 180°",
"fr": "Retourner 180°",
"it": "Capovolgere 180°",
"no": "Snur 180°",
"sv": "Vänd 180°",
"pl": "Odwróć 180°",
"ru": "Повернуть на 180°",
"ko": "180° 뒤집기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/flip90_cube.json
================================================
{
"id": "flip90_cube",
"title": {
"en": "Flip 90°",
"nl": "90° keren",
"da": "Flip 90°",
"de": "90° drehen",
"es": "Girar 90°",
"fr": "Retourner à 90°",
"it": "Capovolgi di 90°",
"no": "Flipp 90°",
"sv": "Vänd 90°",
"pl": "Obróć o 90°",
"ru": "Повернуть на 90°",
"ko": "90° 뒤집기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/free_fall_cube.json
================================================
{
"id": "free_fall_cube",
"title": {
"en": "Free Fall",
"nl": "Vrije val",
"da": "Frit fald",
"de": "Freier Fall",
"es": "Caída libre",
"fr": "Chute libre",
"it": "Caduta libera",
"no": "Fritt fall",
"sv": "Fritt fall",
"pl": "Swobodny spadek",
"ru": "Свободное падение",
"ko": "자유낙하"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/gatewayLuminance.json
================================================
{
"id": "gatewayLuminance",
"title": {
"en": "Luminance has changed",
"nl": "De helderheid is veranderd",
"da": "Luminansen er ændret",
"de": "Die Helligkeit hat sich geändert",
"es": "La luminancia ha cambiado",
"fr": "La luminance a changé",
"it": "La luminanza è cambiata",
"no": "Luminansen har endret seg",
"sv": "Luminansen har ändrats",
"pl": "Jasność została zmieniona",
"ru": "Яркость изменилась",
"ko": "조도가 변경되었습니다"
},
"tokens": [
{
"name": "luminance",
"type": "number",
"title": {
"en": "luminance",
"nl": "helderheid",
"da": "luminans",
"de": "Helligkeit",
"es": "luminancia",
"fr": "luminance",
"it": "luminanza",
"no": "luminans",
"sv": "luminans",
"pl": "jasność",
"ru": "яркость",
"ko": "휘도"
},
"example": 0
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Gateway",
"nl": "Selecteer Gateway",
"da": "Vælg Gateway",
"de": "Gateway auswählen",
"es": "Selecciona Gateway",
"fr": "Sélectionnez Gateway",
"it": "Seleziona Gateway",
"no": "Velg Gateway",
"sv": "Välj Gateway",
"pl": "Wybierz Gateway",
"ru": "Выберите шлюз",
"ko": "게이트웨이를 선택하세요"
},
"filter": "driver_id=gateway"
}
],
"platforms": [
"local"
],
"deprecated": true
}
================================================
FILE: .homeycompose/flow/triggers/humidifier2Waterlevel.json
================================================
{
"id": "humidifier2Waterlevel",
"title": {
"en": "Waterlevel has changed",
"nl": "Waterniveau is veranderd",
"de": "Der Wasserstand hat sich geändert",
"da": "Vandniveauet er ændret",
"es": "El nivel de agua ha cambiado",
"fr": "Le niveau de l'eau a changé",
"it": "Il livello dell'acqua è cambiato",
"no": "Vannstanden har endret seg",
"sv": "Vattennivån har ändrats",
"pl": "Poziom wody się zmienił",
"ru": "Уровень воды изменился",
"ko": "수위가 변경되었습니다"
},
"tokens": [
{
"name": "waterlevel",
"type": "number",
"title": {
"en": "current waterlevel",
"nl": "actueel waterniveau",
"de": "aktueller Wasserstand",
"da": "nuværende vandniveau",
"es": "nivel de agua actual",
"fr": "niveau d'eau actuel",
"it": "livello dell'acqua attuale",
"no": "nåværende vannstand",
"sv": "nuvarande vattennivå",
"pl": "aktualny poziom wody",
"ru": "текущий уровень воды",
"ko": "현재 수위"
},
"example": 88
},
{
"name": "previous_waterlevel",
"type": "number",
"title": {
"en": "previous waterlevel",
"nl": "vorige waterniveau",
"de": "bisheriger Wasserstand",
"da": "tidligere vandniveau",
"es": "nivel de agua anterior",
"fr": "niveau d'eau précédent",
"it": "livello dell'acqua precedente",
"no": "forrige vannstand",
"sv": "tidigare vattennivå",
"pl": "wcześniejszy poziom wody",
"ru": "предыдущий уровень воды",
"ko": "이전 수위"
},
"example": 90
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Humidifier 2",
"nl": "Selecteer Humidifier 2",
"da": "Vælg Humidifier 2",
"es": "Selecciona Humidifier 2",
"fr": "Sélectionnez Humidifier 2",
"it": "Seleziona Humidifier 2",
"no": "Velg Humidifier 2",
"sv": "Välj Humidifier 2",
"pl": "Wybierz Humidifier 2",
"ru": "Выберите Humidifier 2",
"ko": "Humidifier 2 선택"
},
"filter": "driver_id=humidifier_zhimi_humidifier|humidifier_zhimi_humidifier_miot|humidifier_xiaomi_humidifier"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/leftSwitchOff.json
================================================
{
"id": "leftSwitchOff",
"title": {
"en": "Left Switch Off",
"nl": "Linkerschakelaar uit",
"da": "Venstre kontakt slukket",
"de": "Linker Schalter aus",
"es": "Interruptor izquierdo apagado",
"fr": "Interrupteur gauche éteint",
"it": "Interruttore sinistro spento",
"no": "Venstre bryter av",
"sv": "Vänstra brytaren av",
"pl": "Lewy przełącznik wyłączony",
"ru": "Выключатель слева выключен",
"ko": "왼쪽 스위치 끄기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/leftSwitchOn.json
================================================
{
"id": "leftSwitchOn",
"title": {
"en": "Left Switch On",
"nl": "Linkerschakelaar aan",
"da": "Venstre kontakt tændt",
"de": "Linker Schalter an",
"es": "Interruptor izquierdo encendido",
"fr": "Interrupteur gauche allumé",
"it": "Interruttore sinistro acceso",
"no": "Venstre bryter på",
"sv": "Vänstra strömbrytaren på",
"pl": "Lewy przełącznik włączony",
"ru": "Левый переключатель включен",
"ko": "왼쪽 스위치 켜기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/lockEvent.json
================================================
{
"title": {
"en": "Lock Event",
"nl": "Lock event",
"da": "Låsebegivenhed",
"de": "Schlossereignis",
"es": "Evento de Bloqueo",
"fr": "Événement de Verrouillage",
"it": "Evento di Blocco",
"no": "Låshendelse",
"sv": "Låshändelse",
"pl": "Wydarzenie Blokady",
"ru": "Событие Блокировки",
"ko": "잠금 이벤트"
},
"tokens": [
{
"name": "finger_id",
"type": "number",
"title": {
"en": "fingerprint id",
"nl": "vingerafdruk id",
"da": "fingeraftryk id",
"de": "Fingerabdruck ID",
"es": "ID de huella digital",
"fr": "ID d'empreinte digitale",
"it": "ID dell'impronta digitale",
"no": "fingeravtrykk id",
"sv": "fingeravtryck id",
"pl": "ID odcisku palca",
"ru": "ID отпечатка пальца",
"ko": "지문 ID"
},
"example": 0
},
{
"name": "code_id",
"type": "number",
"title": {
"en": "code id",
"nl": "code id",
"da": "kode id",
"de": "Code ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "kode id",
"sv": "kod id",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"example": 0
},
{
"name": "card_id",
"type": "number",
"title": {
"en": "card id",
"nl": "kaart id",
"da": "kort id",
"de": "Karten ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "kort id",
"sv": "kort id",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"example": 0
},
{
"name": "userName",
"type": "string",
"title": {
"en": "User",
"nl": "Gebruiker",
"da": "Bruger",
"de": "Benutzer",
"es": "Usuario",
"fr": "Utilisateur",
"it": "Utente",
"no": "Bruker",
"sv": "Användare",
"pl": "Użytkownik",
"ru": "Пользователь",
"ko": "사용자"
},
"example": {
"en": "John Doe"
}
},
{
"name": "wrong_id",
"type": "number",
"title": {
"en": "wrong id",
"nl": "verkeerd id",
"da": "forkert id",
"de": "falsche ID",
"es": "ID incorrecta",
"fr": "ID incorrecte",
"it": "ID errato",
"no": "feil id",
"sv": "fel id",
"pl": "błędne ID",
"ru": "неверный ID",
"ko": "잘못된 ID"
},
"example": 3
}
],
"args": [
{
"name": "device",
"type": "device",
"filter": "driver_id=lock.aq1"
}
]
}
================================================
FILE: .homeycompose/flow/triggers/motionSensorNoMotion120.json
================================================
{
"id": "motionSensorNoMotion120",
"title": {
"en": "No motion detected in 2 minutes",
"nl": "Geen beweging gedetecteerd in 2 minuten",
"da": "Ingen bevægelse registreret i 2 minutter",
"de": "Keine Bewegung in 2 Minuten erkannt",
"es": "No se detectó movimiento en 2 minutos",
"fr": "Aucun mouvement détecté en 2 minutes",
"it": "Nessun movimento rilevato in 2 minuti",
"no": "Ingen bevegelse oppdaget på 2 minutter",
"sv": "Ingen rörelse upptäckt på 2 minuter",
"pl": "Nie wykryto ruchu przez 2 minuty",
"ru": "Движение не обнаружено в течение 2 минут",
"ko": "2분 동안 움직임이 감지되지 않음"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/motionSensorNoMotion1200.json
================================================
{
"id": "motionSensorNoMotion1200",
"title": {
"en": "No motion detected in 20 minutes",
"nl": "Geen beweging gedetecteerd in 20 minuten",
"da": "Ingen bevægelse registreret i 20 minutter",
"de": "Keine Bewegung in 20 Minuten erkannt",
"es": "No se ha detectado movimiento en 20 minutos",
"fr": "Aucun mouvement détecté en 20 minutes",
"it": "Nessun movimento rilevato in 20 minuti",
"no": "Ingen bevegelse oppdaget på 20 minutter",
"sv": "Ingen rörelse upptäckt på 20 minuter",
"pl": "Brak ruchu wykrytego w ciągu 20 minut",
"ru": "Движение не обнаружено в течение 20 минут",
"ko": "20분 동안 움직임 감지되지 않음"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/motionSensorNoMotion180.json
================================================
{
"id": "motionSensorNoMotion180",
"title": {
"en": "No motion detected in 3 minutes",
"nl": "Geen beweging gedetecteerd in 3 minuten",
"da": "Ingen bevægelse registreret i 3 minutter",
"de": "Keine Bewegung in 3 Minuten erkannt",
"es": "No se detectó movimiento en 3 minutos",
"fr": "Aucun mouvement détecté en 3 minutes",
"it": "Nessun movimento rilevato in 3 minuti",
"no": "Ingen bevegelse oppdaget på 3 minutter",
"sv": "Ingen rörelse upptäckt på 3 minuter",
"pl": "Brak wykrycia ruchu przez 3 minuty",
"ru": "Нет движения в течение 3 минут",
"ko": "3분 동안 움직임이 감지되지 않음"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona il dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/motionSensorNoMotion1800.json
================================================
{
"id": "motionSensorNoMotion1800",
"title": {
"en": "No motion detected in 30 minutes",
"nl": "Geen beweging gedetecteerd in 30 minuten",
"da": "Ingen bevægelse registreret i 30 minutter",
"de": "Keine Bewegung in 30 Minuten erkannt",
"es": "No se detectó movimiento en 30 minutos",
"fr": "Aucun mouvement détecté en 30 minutes",
"it": "Nessun movimento rilevato in 30 minuti",
"no": "Ingen bevegelse oppdaget på 30 minutter",
"sv": "Ingen rörelse upptäckt på 30 minuter",
"pl": "Brak ruchu przez 30 minut",
"ru": "Движение не обнаружено в течение 30 минут",
"ko": "30분 동안 움직임이 감지되지 않았습니다."
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner le dispositif",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치를 선택하세요"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/motionSensorNoMotion300.json
================================================
{
"id": "motionSensorNoMotion300",
"title": {
"en": "No motion detected in 5 minutes",
"nl": "Geen beweging gedetecteerd in 5 minuten",
"da": "Ingen bevægelse registreret i 5 minutter",
"de": "Keine Bewegung in 5 Minuten erkannt",
"es": "No se detectó movimiento en 5 minutos",
"fr": "Aucun mouvement détecté en 5 minutes",
"it": "Nessun movimento rilevato in 5 minuti",
"no": "Ingen bevegelse oppdaget på 5 minutter",
"sv": "Ingen rörelse upptäckt på 5 minuter",
"pl": "Brak ruchu przez 5 minut",
"ru": "Нет движения в течение 5 минут",
"ko": "5분 동안 감지된 움직임 없음"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/motionSensorNoMotion600.json
================================================
{
"id": "motionSensorNoMotion600",
"title": {
"en": "No motion detected in 10 minutes",
"nl": "Geen beweging gedetecteerd in 10 minuten",
"da": "Ingen bevægelse registreret i 10 minutter",
"de": "Keine Bewegung in 10 Minuten erkannt",
"es": "No se detectó movimiento en 10 minutos",
"fr": "Aucun mouvement détecté en 10 minutes",
"it": "Nessun movimento rilevato in 10 minuti",
"no": "Ingen bevegelse oppdaget på 10 minutter",
"sv": "Ingen rörelse upptäckt på 10 minuter",
"pl": "Nie wykryto ruchu przez 10 minut",
"ru": "Движение не обнаружено в течение 10 минут",
"ko": "10분 동안 움직임이 감지되지 않음"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un périphérique",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "기기 선택"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/move_cube.json
================================================
{
"id": "move_cube",
"title": {
"en": "Move",
"nl": "Verplaatsen",
"da": "Flyt",
"de": "Bewegen",
"es": "Mover",
"fr": "Déplacer",
"it": "Muovi",
"no": "Flytt",
"sv": "Flytta",
"pl": "Przenieś",
"ru": "Двигать",
"ko": "이동"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/rightSwitchOff.json
================================================
{
"id": "rightSwitchOff",
"title": {
"en": "Right Switch Off",
"nl": "Rechterschakelaar uit",
"da": "Højre kontakt slukket",
"de": "Rechter Schalter aus",
"es": "Interruptor derecho apagado",
"fr": "Interrupteur droit éteint",
"it": "Interruttore destro spento",
"no": "Høyre bryter av",
"sv": "Högra strömställaren av",
"pl": "Przełącznik prawy wyłączony",
"ru": "Правый выключатель выключен",
"ko": "오른쪽 스위치 끄기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/rightSwitchOn.json
================================================
{
"id": "rightSwitchOn",
"title": {
"en": "Right Switch On",
"nl": "Rechterschakelaar aan",
"da": "Højre kontakt er tændt",
"de": "Rechter Schalter an",
"es": "Interruptor derecho encendido",
"fr": "Interrupteur droit allumé",
"it": "Interruttore destro acceso",
"no": "Høyre bryter på",
"sv": "Högra brytaren på",
"pl": "Prawy włącznik włączony",
"ru": "Правый выключатель включён",
"ko": "오른쪽 스위치 켜기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/rotate_negative_cube.json
================================================
{
"id": "rotate_negative_cube",
"title": {
"en": "Rotated Anti Clockwise",
"nl": "Rotatie tegen de klok in",
"da": "Drejet mod uret",
"de": "Gegen den Uhrzeigersinn gedreht",
"es": "Girado en sentido antihorario",
"fr": "Tourné dans le sens antihoraire",
"it": "Ruotato in senso antiorario",
"no": "Dreid mot klokka",
"sv": "Vriden moturs",
"pl": "Obrócony przeciwnie do ruchu wskazówek zegara",
"ru": "Повернуто против часовой стрелки",
"ko": "반시계 방향으로 회전"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/rotate_positive_cube.json
================================================
{
"id": "rotate_positive_cube",
"title": {
"en": "Rotated Clockwise",
"nl": "Rotatie met de klok mee",
"da": "Drejet med uret",
"de": "Im Uhrzeigersinn gedreht",
"es": "Girado en el sentido de las agujas del reloj",
"fr": "Tourné dans le sens des aiguilles d'une montre",
"it": "Ruotato in senso orario",
"no": "Roterte med klokken",
"sv": "Roterad medurs",
"pl": "Obrócony zgodnie z ruchem wskazówek zegara",
"ru": "Повернут по часовой стрелке",
"ko": "시계 방향으로 회전"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/shake.json
================================================
{
"id": "shake",
"title": {
"en": "Shake",
"nl": "Schudden",
"da": "Ryst",
"de": "Schütteln",
"es": "Agitar",
"fr": "Secouer",
"it": "Scuoti",
"no": "Rist",
"sv": "Skaka",
"pl": "Potrząśnij",
"ru": "Встряхнуть",
"ko": "흔들기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-button-advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/shake_air_cube.json
================================================
{
"id": "shake_air_cube",
"title": {
"en": "Shake in air",
"nl": "Schudden in de lucht",
"da": "Ryst i luften",
"de": "Schütteln in der Luft",
"es": "Agitar en el aire",
"fr": "Secouer dans les airs",
"it": "Sbattere in aria",
"no": "Rist i lufta",
"sv": "Skaka i luften",
"pl": "Potrząśnij w powietrzu",
"ru": "Встряхнуть в воздухе",
"ko": "공중에서 흔들기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/statusVacuum.json
================================================
{
"id": "statusVacuum",
"title": {
"en": "Status has changed",
"nl": "Status is gewijzigd",
"da": "Status er ændret",
"de": "Status hat sich geändert",
"es": "El estado ha cambiado",
"fr": "Le statut a changé",
"it": "Lo stato è cambiato",
"no": "Status har endret seg",
"sv": "Status har ändrats",
"pl": "Status zmienił się",
"ru": "Статус изменился",
"ko": "상태가 변경되었습니다"
},
"tokens": [
{
"name": "status",
"type": "string",
"title": {
"en": "status",
"nl": "status",
"da": "status",
"de": "Status",
"es": "estado",
"fr": "statut",
"it": "stato",
"no": "status",
"sv": "status",
"pl": "status",
"ru": "статус",
"ko": "상태"
},
"example": "stopped"
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Robot",
"nl": "Selecteer Mi Robot",
"da": "Vælg Mi Robot",
"de": "Mi-Roboter auswählen",
"es": "Selecciona Mi Robot",
"fr": "Sélectionnez Mi Robot",
"it": "Seleziona Mi Robot",
"no": "Velg Mi Robot",
"sv": "Välj Mi Robot",
"pl": "Wybierz Mi Robot",
"ru": "Выберите Mi Robot",
"ko": "Mi 로봇 선택"
},
"filter": "driver_id=mi-robot|vacuum_mi_rockrobo_vacuum_advanced|vacuum_dreame_vacuum|vacuum_viomi_vacuum_v7|vacuum_mija_vacuum_miot|vacuum_roidmi_vacuum_miot|vacuum_xiaomi_vacuum_max"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/tap_twice_cube.json
================================================
{
"id": "tap_twice_cube",
"title": {
"en": "Tap twice",
"nl": "2x tikken",
"da": "Tryk to gange",
"de": "Zweimal tippen",
"es": "Toca dos veces",
"fr": "Tapez deux fois",
"it": "Tocca due volte",
"no": "Trykk to ganger",
"sv": "Tryck två gånger",
"pl": "Dotknij dwa razy",
"ru": "Нажмите дважды",
"ko": "두 번 탭하세요"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/triggerModeChanged.json
================================================
{
"title": {
"en": "Mode has changed",
"nl": "Modus gewijzigd",
"de": "Modus hat sich geändert",
"da": "Tilstand er ændret",
"es": "El modo ha cambiado",
"fr": "Le mode a changé",
"it": "La modalità è cambiata",
"no": "Modus er endret",
"sv": "Läget har ändrats",
"pl": "Tryb został zmieniony",
"ru": "Режим изменился",
"ko": "모드가 변경되었습니다"
},
"tokens": [
{
"name": "new_mode",
"type": "string",
"title": {
"en": "new mode",
"nl": "nieuwe modus",
"de": "neue modus",
"da": "ny tilstand",
"es": "nuevo modo",
"fr": "nouveau mode",
"it": "nuova modalità",
"no": "ny modus",
"sv": "nytt läge",
"pl": "nowy tryb",
"ru": "новый режим",
"ko": "새로운 모드"
},
"example": "medium"
},
{
"name": "previous_mode",
"type": "string",
"title": {
"en": "previous mode",
"nl": "vorige modus",
"de": "bisherige modus",
"da": "forrige tilstand",
"es": "modo anterior",
"fr": "mode précédent",
"it": "modalità precedente",
"no": "forrige modus",
"sv": "föregående läge",
"pl": "poprzedni tryb",
"ru": "предыдущий режим",
"ko": "이전 모드"
},
"example": "silent"
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"es": "Seleccione dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "디바이스 선택"
},
"filter": "driver_id=mi-airpurifier|airpurifier_zhimi_advanced|airpurifier_zhimi_advanced_miot|airpurifier_zhimi_airpurifier_ma2|airpurifier_dmaker_airfresh_t2017|airfresh_zhimi_airfresh|humidifier_zhimi_humidifier|humidifier_zhimi_humidifier_miot|humidifier_deerma_humidifier_jsq|humidifier_deerma_humidifier_miot|dmaker_fan_1c|fan_zhimi_advanced|zhimi_fan_za5|airfryer_careli_miot|petwaterdispenser_mmgg_miot|pet_waterer_xiaomi|petfeeder_mmgg_miot|humidifier_xiaomi_humidifier|dehumidifier_dmaker_derh_miot|humidifier_leshow_humidifier_jsq1|diffuser_xwhzp_diffuser_xwxfj"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/triggerPlugInUse.json
================================================
{
"id": "triggerPlugInUse",
"title": {
"en": "In use",
"nl": "In gebruik",
"da": "I brug",
"de": "In Benutzung",
"es": "En uso",
"fr": "En cours d'utilisation",
"it": "In uso",
"no": "I bruk",
"sv": "I bruk",
"pl": "W użyciu",
"ru": "В использовании",
"ko": "사용 중"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccione el dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-plug"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/triggerVacuumRoomSegments.json
================================================
{
"id": "triggerVacuumRoomSegments",
"title": {
"en": "Room segments has changed",
"nl": "Kamer segmenten is gewijzigd",
"da": "Rumsegmenter er ændret",
"de": "Raumsegmente wurden geändert",
"es": "Los segmentos de la habitación han cambiado",
"fr": "Les segments de la pièce ont changé",
"it": "I segmenti della stanza sono cambiati",
"no": "Romsegmenter har blitt endret",
"sv": "Rumssegment har ändrats",
"pl": "Segmenty pokoju zostały zmienione",
"ru": "Сегменты комнаты изменились",
"ko": "룸 세그먼트가 변경되었습니다"
},
"tokens": [
{
"name": "segments",
"type": "string",
"title": {
"en": "Segments",
"nl": "Segmenten",
"da": "Segmenter",
"de": "Segmente",
"es": "Segmentos",
"fr": "Segments",
"it": "Segmenti",
"no": "Segmenter",
"sv": "Segment",
"pl": "Segmenty",
"ru": "Сегменты",
"ko": "세그먼트"
},
"example": "[16,17]"
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Robot",
"nl": "Selecteer Mi Robot",
"da": "Vælg Mi Robot",
"de": "Wählen Sie Mi Robot",
"es": "Seleccionar Mi Robot",
"fr": "Sélectionner Mi Robot",
"it": "Seleziona Mi Robot",
"no": "Velg Mi Robot",
"sv": "Välj Mi Robot",
"pl": "Wybierz Mi Robot",
"ru": "Выберите Mi Robot",
"ko": "Mi 로봇 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/triggerVibrationFreeFallAlarm.json
================================================
{
"id": "triggerVibrationFreeFallAlarm",
"title": {
"en": "Free Fall",
"nl": "Vrije val",
"da": "Frit fald",
"de": "Freier Fall",
"es": "Caída libre",
"fr": "Chute libre",
"it": "Caduta libera",
"no": "Fritt fall",
"sv": "Fritt fall",
"pl": "Swobodny spadek",
"ru": "Свободное падение",
"ko": "자유 낙하"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=vibration_sensor"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeycompose/flow/triggers/triggerVibrationTiltAlarm.json
================================================
{
"id": "triggerVibrationTiltAlarm",
"title": {
"en": "Tilted",
"nl": "Tilted",
"da": "Vippet",
"de": "Geneigt",
"es": "Inclinado",
"fr": "Incliné",
"it": "Inclinato",
"no": "Vippet",
"sv": "Vinklad",
"pl": "Przechylony",
"ru": "Наклонено",
"ko": "기울어진"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "기기 선택"
},
"filter": "driver_id=vibration_sensor"
}
],
"platforms": [
"local"
]
}
================================================
FILE: .homeyignore
================================================
docs/*
appdirectory.zip
appdirectory_working.zip
================================================
FILE: .prettierrc
================================================
{
"overrides": [
{
"files": ["*.html", "**/*.js"],
"options": {
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"printWidth": 500,
"trailingComma": "none"
}
}
]
}
================================================
FILE: CODE_OF_CONDUCT.md
================================================
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
education, socio-economic status, nationality, personal appearance, race,
religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment
include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at support@athom.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
================================================
FILE: CONTRIBUTING.md
================================================
# Contributing to Athom and Homey
First off all, thank you for taking the time to contribute!
The following is a set of guidelines for contributing to Athom and its packages, which are hosted in the [Athom Organization](https://github.com/athombv) on GitHub. These are just guidelines, not rules. Use your best judgment, and feel free to contact us if you have any questions.
Please join our [community slack](https://slack.athom.com), if you have not done so already.
We also have a [community forum](https://community.homey.app) for general discussions.
## Before submitting a bug or feature request
* **Have you actually read the error message**?
* Have you searched for similar issues?
* Have you updated homey, all apps, and the development tools (if applicable)?
* Have you checked that it's not a problem with one of the apps you're using, rather than Homey itself?
* Have you looked at what's involved in fixing/implementing this?
Capable programmers should always attempt to investigate and fix problems themselves before asking for others to help. Submit a pull request instead of an issue!
## A great bug report contains
* Context – what were you trying to achieve?
* Detailed steps to reproduce the error from scratch. Try isolating the minimal amount of code needed to reproduce the error.
* Any applicable log files or ID's.
* Evidence you've looked into solving the problem and ideally, a theory on the cause and a possible solution.
## A great feature request contains
* The current situation.
* How and why the current situation is problematic.
* A detailed proposal or pull request that demonstrates how the problem could be solved.
* A use case – who needs this feature and why?
* Any caveats.
## A great pull request contains
* Minimal changes. Only submit code relevant to the current issue. Other changes should go in new pull requests.
* Minimal commits. Please squash to a single commit before sending your pull request.
* No conflicts. Please rebase off the latest master before submitting.
* Code conforming to the existing conventions and formats. i.e. Please don't reformat whitespace.
* Passing tests in the test folder (if applicable). Use existing tests as a reference.
* Relevant documentation.
## Speeding up your pull request
Merging pull requests takes time. While we always try to merge your pull request as soon as possible, there are certain things you can do to speed up this process.
* Ask developers to review your code changes and post their feedback.
* Ask users to test your changes and post their feedback.
* Keep your changes to the minimal required amount, and dedicated to one issue/feature only.
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
{one line to give the program's name and a brief idea of what it does.}
Copyright (C) {year} {name of author}
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
{project} Copyright (C) {year} {fullname}
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
================================================
FILE: README.da.txt
================================================
Brug Homey til at styre WiFi-enheder, der forbinder via Xiaomi Mi Home-appen. Du kan også bruge denne app til at styre Xiaomi / Aqara Zigbee-enheder, som er forbundet til en Xiaomi-gateway. Der er ingen begrænsninger for antallet af tilkoblede Zigbee-enheder, da du kan have flere Mi Gateway-enheder og fordele alle Zigbee-enheder mellem dem.
Xiaomi understøtter officielt ikke styring af enheder uden for Mi Home-appen. Yderligere trin er nødvendige for at parre disse enheder med Homey, hvilket kræver noget teknisk viden. Det betyder også, at ikke alle tilgængelige enheder er understøttet. Vær også opmærksom på, at Xiaomi kan foretage ændringer i deres økosystem til enhver tid, hvilket kan resultere i, at Homey ikke længere kan styre disse enheder.
Besøg venligst supportsiden for understøttede enheder, installationsvejledninger og yderligere detaljer.
================================================
FILE: README.de.txt
================================================
Nutze Homey, um WLAN-Geräte zu steuern, die sich mit der Xiaomi Mi Home-App verbinden. Du kannst diese App auch verwenden, um Xiaomi / Aqara Zigbee-Geräte zu steuern, die mit einem Xiaomi-Gateway verbunden sind. Es gibt keine Einschränkungen hinsichtlich der Anzahl der verbundenen Zigbee-Geräte, da du mehrere Mi Gateway-Geräte haben und alle Zigbee-Geräte zwischen ihnen verteilen kannst.
Xiaomi unterstützt offiziell nicht die Steuerung von Geräten außerhalb der Mi Home-App. Zusätzliche Schritte sind erforderlich, um diese Geräte mit Homey zu koppeln, die einige technische Kenntnisse erfordern. Das bedeutet auch, dass nicht alle verfügbaren Geräte unterstützt werden. Sei dir auch bewusst, dass Xiaomi jederzeit Änderungen an seinem Ökosystem vornehmen kann, wodurch Homey diese Geräte möglicherweise nicht mehr steuern kann.
Bitte besuche das Support-Thema für unterstützte Geräte, Installationsanweisungen und weitere Details.
================================================
FILE: README.es.txt
================================================
Usa Homey para controlar dispositivos WiFi que se conectan a través de la aplicación Xiaomi Mi Home. También puedes usar esta app para controlar dispositivos Zigbee de Xiaomi / Aqara que estén conectados a una puerta de enlace Xiaomi. No hay restricciones en el número de dispositivos Zigbee conectados, ya que puedes tener múltiples dispositivos Mi Gateway y distribuir todos los dispositivos Zigbee entre ellos.
Xiaomi no admite oficialmente el control de dispositivos fuera de la aplicación Mi Home. Se requieren pasos adicionales para emparejar estos dispositivos con Homey que requieren algún conocimiento técnico. Esto también significa que no todos los dispositivos disponibles son compatibles. Además, debes tener en cuenta que Xiaomi puede hacer cambios en su ecosistema en cualquier momento, lo que podría resultar en que Homey no pueda controlar estos dispositivos.
Por favor, visita el tema de soporte para conocer los dispositivos compatibles, las instrucciones de instalación y más detalles.
================================================
FILE: README.fr.txt
================================================
Utilisez Homey pour contrôler des appareils WiFi qui se connectent via l'application Xiaomi Mi Home. Vous pouvez également utiliser cette application pour contrôler des appareils Zigbee Xiaomi / Aqara connectés à une passerelle Xiaomi. Il n'y a pas de restrictions sur le nombre d'appareils Zigbee connectés, car vous pouvez avoir plusieurs passerelles Mi et répartir tous les appareils Zigbee entre elles.
Xiaomi ne prend pas officiellement en charge le contrôle des appareils en dehors de l'application Mi Home. Des étapes supplémentaires sont nécessaires pour jumeler ces appareils avec Homey, ce qui requiert quelques connaissances techniques. Cela signifie également que tous les appareils disponibles ne sont pas pris en charge. Soyez également conscient que Xiaomi peut apporter des modifications à son écosystème à tout moment, ce qui pourrait empêcher Homey de contrôler ces appareils.
Veuillez consulter le sujet de support pour les appareils pris en charge, les instructions d'installation et plus de détails.
================================================
FILE: README.it.txt
================================================
Usa Homey per controllare i dispositivi WiFi che si connettono tramite l'app Xiaomi Mi Home. Puoi anche usare questa app per controllare i dispositivi Zigbee Xiaomi / Aqara che sono collegati a un gateway Xiaomi. Non ci sono restrizioni sul numero di dispositivi Zigbee collegati, poiché puoi avere più dispositivi Mi Gateway e distribuire tutti i dispositivi Zigbee tra di loro.
Xiaomi non supporta ufficialmente il controllo dei dispositivi al di fuori dell'app Mi Home. Sono necessari passaggi aggiuntivi per collegare questi dispositivi a Homey che richiedono alcune conoscenze tecniche. Significa anche che non tutti i dispositivi disponibili sono supportati. Fai attenzione che Xiaomi può apportare modifiche al suo ecosistema in qualsiasi momento, il che potrebbe impedire a Homey di controllare questi dispositivi.
Visita l'argomento di supporto per i dispositivi supportati, le istruzioni di installazione e ulteriori dettagli.
================================================
FILE: README.ko.txt
================================================
Homey를 사용하여 Xiaomi Mi Home 앱에 연결된 WiFi 기기를 제어하세요. 또한 Xiaomi 게이트웨이에 연결된 Xiaomi / Aqara Zigbee 기기를 제어할 수도 있습니다. 여러 Mi 게이트웨이 기기를 사용하여 모든 Zigbee 기기를 분배할 수 있으므로 연결된 Zigbee 기기의 수에 제한이 없습니다.
Xiaomi는 공식적으로 Mi Home 앱 외부에서 기기를 제어하는 것을 지원하지 않습니다. 이러한 기기를 Homey와 페어링하는 추가 단계가 필요하며, 이는 약간의 기술 지식이 필요합니다. 또한 모든 기기가 지원되는 것은 아닙니다. Xiaomi는 언제든지 자사 생태계에 변경을 가할 수 있으며, 그 결과 Homey가 이러한 기기를 더 이상 제어할 수 없게 될 수 있습니다.
지원되는 기기, 설치 설명서 및 자세한 내용은 지원 주제를 방문하세요.
================================================
FILE: README.md
================================================
# Homey app for Xiaomi Mi Home devices
Use [Homey](https://www.athom.com/) to control WiFi devices which connect trough the Xiaomi Mi Home app. You can also use this app to control Xiaomi / Aqara Zigbee devices which are connected to a Xiaomi gateway. There are no restrictions to the number of connected Zigbee devices, since you can have multiple Mi Gateway devices and distribute all Zigbee devices between them.
## Important
Xiaomi does not officially support controlling devices from outside the Mi Home app. Additional steps are required for pairing these devices with Homey that require some technical knowledge. It also means not all available devices are supported. Also be aware that Xiaomi can make changes to it's eco system at any time resulting in Homey not being able to control these devices anymore.
## Adding miIO devices
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. In some cases technical knowledge is needed for retrieving these tokens. See the instructions [here](https://github.com/shaarkys/com.xiaomi-miio/wiki/Obtain-token) on retrieving device tokens.
## (Un)supported devices
As mentioned not all available devices are supported. [Here](https://github.com/shaarkys/com.xiaomi-miio/wiki/Supported-Devices) is a list of identified devices that should work. If you want support for a specific device please read [this](https://github.com/jghaanstra/com.xiaomi-miio/wiki/Adding-new-devices).
## Support
Github is for bugs and features. If you need support, please use the community support forum and visit the [support topic](https://community.homey.app/t/app-pro-xiaomi-mi-home-app-for-wifi-devices/118) for further details.
## Donations
I enjoy creating apps for Homey and try to support them as best as I can. If you enjoy using my apps a [donation](https://www.paypal.me/bkubesa) in return for the time I put into this is much appreciated.
================================================
FILE: README.nl.txt
================================================
Gebruik Homey om WiFi apparaten te bedienen die verbonden zijn via de Xiaomi Mi Home app. Je kunt deze app ook gebruiken om Xiaomi / Aqara Zigbee apparaten te bedienen die verbonden zijn met een Xiaomi gateway. Er zijn geen beperkingen aan het aantal verbonden Zigbee apparaten, aangezien je meerdere Mi Gateway apparaten kunt hebben en alle Zigbee apparaten tussen hen kunt verdelen.
Xiaomi ondersteunt officieel niet het bedienen van apparaten buiten de Mi Home app. Er zijn extra stappen nodig voor het koppelen van deze apparaten met Homey, wat enige technische kennis vereist. Dit betekent ook dat niet alle beschikbare apparaten worden ondersteund. Houd er ook rekening mee dat Xiaomi veranderingen kan doorvoeren in zijn ecosysteem, waardoor Homey deze apparaten mogelijk niet meer kan bedienen.
Bezoek het supporttopic voor ondersteunde apparaten, installatie instructies en meer details.
================================================
FILE: README.no.txt
================================================
Bruk Homey for å kontrollere WiFi-enheter som kobler seg til via Xiaomi Mi Home-appen. Du kan også bruke denne appen til å kontrollere Xiaomi / Aqara Zigbee-enheter som er koblet til en Xiaomi-gateway. Det er ingen begrensninger på antall tilkoblede Zigbee-enheter, siden du kan ha flere Mi Gateway-enheter og fordele alle Zigbee-enheter mellom dem.
Xiaomi støtter ikke offisielt kontroll av enheter utenfor Mi Home-appen. Ekstra trinn er nødvendig for å pare disse enhetene med Homey, noe som krever teknisk innsikt. Det betyr også at ikke alle tilgjengelige enheter støttes. Vær også oppmerksom på at Xiaomi kan endre sitt økosystem når som helst, noe som kan resultere i at Homey ikke lenger kan kontrollere disse enhetene.
Besøk støttesiden for informasjon om støttede enheter, installasjonsinstruksjoner og ytterligere detaljer.
================================================
FILE: README.pl.txt
================================================
Użyj Homey do sterowania urządzeniami WiFi, które łączą się przez aplikację Xiaomi Mi Home. Możesz także używać tej aplikacji do sterowania urządzeniami Xiaomi / Aqara Zigbee, które są podłączone do bramki Xiaomi. Nie ma żadnych ograniczeń co do liczby podłączonych urządzeń Zigbee, ponieważ możesz mieć wiele urządzeń Mi Gateway i rozdzielić między nimi wszystkie urządzenia Zigbee.
Xiaomi nie wspiera oficjalnie sterowania urządzeniami spoza aplikacji Mi Home. Do sparowania tych urządzeń z Homey wymagane są dodatkowe kroki, które wymagają pewnej wiedzy technicznej. Oznacza to również, że nie wszystkie dostępne urządzenia są obsługiwane. Pamiętaj też, że Xiaomi może w każdej chwili wprowadzić zmiany w swoim ekosystemie, co może skutkować tym, że Homey nie będzie już w stanie sterować tymi urządzeniami.
Odwiedź temat wsparcia, aby uzyskać informacje o obsługiwanych urządzeniach, instrukcjach instalacji i dalszych szczegółach.
================================================
FILE: README.ru.txt
================================================
Используйте Homey для управления WiFi устройствами, которые подключаются через приложение Xiaomi Mi Home. Вы также можете использовать это приложение для управления Zigbee устройствами Xiaomi / Aqara, которые подключены к Xiaomi шлюзу. Ограничений на количество подключенных Zigbee устройств нет, так как вы можете использовать несколько Mi шлюзов и распределять все Zigbee устройства между ними.
Xiaomi официально не поддерживает управление устройствами вне приложения Mi Home. Для сопряжения этих устройств с Homey требуются дополнительные шаги, которые требуют некоторого технического знания. Это также означает, что не все доступные устройства поддерживаются. Кроме того, имейте в виду, что Xiaomi может внести изменения в свою экосистему в любое время, что может привести к невозможности управления этими устройствами с помощью Homey.
Пожалуйста, посетите тему поддержки для получения информации о поддерживаемых устройствах, инструкций по установке и дальнейших деталей.
================================================
FILE: README.sv.txt
================================================
Använd Homey för att styra WiFi-enheter som ansluter via Xiaomi Mi Home-appen. Du kan också använda denna app för att styra Xiaomi / Aqara Zigbee-enheter som är anslutna till en Xiaomi-gateway. Det finns inga begränsningar för antalet anslutna Zigbee-enheter, eftersom du kan ha flera Mi Gateway-enheter och distribuera alla Zigbee-enheter mellan dem.
Xiaomi stöder inte officiellt att styra enheter utanför Mi Home-appen. Ytterligare steg krävs för att para ihop dessa enheter med Homey som kräver viss teknisk kunskap. Det innebär också att inte alla tillgängliga enheter stöds. Var också medveten om att Xiaomi kan göra förändringar i sitt ekosystem när som helst, vilket kan resultera i att Homey inte längre kan styra dessa enheter.
Besök supportämnet för stödda enheter, installationsinstruktioner och ytterligare detaljer.
================================================
FILE: README.txt
================================================
Use Homey to control WiFi devices which connect trough the Xiaomi Mi Home app. You can also use this app to control Xiaomi / Aqara Zigbee devices which are connected to a Xiaomi gateway. There are no restrictions to the number of connected Zigbee devices, since you can have multiple Mi Gateway devices and distribute all Zigbee devices between them.
Xiaomi does not officially support controlling devices from outside the Mi Home app. Additional steps are required for pairing these devices with Homey that require some technical knowledge. It also means not all available devices are supported. Also be aware that Xiaomi can make changes to it's eco system at any time resulting in Homey not being able to control these devices anymore.
Please visit the support topic for supported devices, installation instructions and further details.
================================================
FILE: api.js
================================================
'use strict';
module.exports = {
async generate({homey, body}) {
const result = await homey.app.generate(body);
return result;
},
async testConnection({homey, body}) {
const result = await homey.app.testConnection(body);
return result;
},
async getGateways({homey, body}) {
const result = await homey.app.getGateways();
return result;
}
}
================================================
FILE: app.js
================================================
'use strict';
const Homey = require('homey');
const miio = require("miio");
const MiHub = require("./lib/MiHub");
class XiaomiMiioApp extends Homey.App {
async onInit() {
this.log("Initializing Xiaomi Mi Home app ...");
this.homey.setTimeout(() => {
const browser = miio.browse({ cacheTime: 10 }); // little trick in an attempt to avoid command caching
browser.on('available', device => {
this.log('Discovered device on '+ device.address +' with device id '+ device.id);
});
}, 2000);
// INITIALIZE GATEWAY MODULE
this.mihub = new MiHub({log: this.log, homey: this.homey});
this.onSettingsChanged = this.onSettingsChanged.bind(this);
this.homey.settings.on('set', this.onSettingsChanged);
this.homey.settings.on('unset', this.onSettingsChanged);
// GENERIC CARDS
this.homey.flow.getActionCard('enableLED')
.registerRunListener(async (args) => {
try {
if (args.device.deviceProperties.hasOwnProperty('device_properties')) {
if (args.device.deviceProperties.device_properties.hasOwnProperty('light')) {
return await args.device.miio.call("set_properties", [{ siid: args.device.deviceProperties.set_properties.light.siid, piid: args.device.deviceProperties.set_properties.light.piid, value: Number(args.led) === 1 ? args.device.deviceProperties.device_properties.light.max : args.device.deviceProperties.device_properties.light.min }], { retries: 1 });
}
} else {
return await args.device.miio.call("set_properties", [{ siid: args.device.deviceProperties.set_properties.light.siid, piid: args.device.deviceProperties.set_properties.light.piid, value: Number(args.led) === 1 ? true : false }], { retries: 1 });
}
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('enableBuzzer')
.registerRunListener(async (args) => {
try {
return await args.device.miio.call("set_properties", [{ siid: args.device.deviceProperties.set_properties.buzzer.siid, piid: args.device.deviceProperties.set_properties.buzzer.piid, value: Number(args.sound) === 1 ? true : false }], { retries: 1 });
} catch (error) {
return Promise.reject(error.message);
}
});
// VACUUMS
this.homey.flow.getActionCard('findVacuum')
.registerRunListener(async (args) => {
try {
return await args.device.miio.find();
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumRoborockPause')
.registerRunListener(async (args) => {
try {
return await args.device.miio.pause();
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('fanPowerVacuum')
.registerRunListener(async (args) => {
try {
return await args.device.miio.changeFanSpeed(Number(args.fanspeed));
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumRoborockFanspeed')
.registerRunListener(async (args) => {
try {
if (args.device.hasCapability('vacuum_roborock_fanspeed')) {
return await args.device.triggerCapabilityListener('vacuum_roborock_fanspeed', args.fanspeed);
} else {
return await args.device.miio.changeFanSpeed(Number(args.fanspeed));
}
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumRoborockMopIntensity')
.registerRunListener(async (args) => {
try {
return await args.device.miio.setWaterBoxMode(Number(args.intensity));
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumRoborockMopVacuumMode')
.registerRunListener(async (args) => {
try {
if (args.device.hasCapability('vacuum_roborock_fanspeed')) {
await args.device.triggerCapabilityListener('vacuum_roborock_fanspeed', args.fanspeed);
} else {
await args.device.miio.changeFanSpeed(Number(args.fanspeed));
}
await args.device.miio.setWaterBoxMode(Number(args.mop));
switch (args.mode) {
case "sweep":
return await args.device.miio.call("action", { siid: 2, aiid: 1, did: "call-2-1", in: [] }, { retries: 1 });
case "mop":
return await args.device.miio.call("action", { siid: 2, aiid: 4, did: "call-2-4", in: [] }, { retries: 1 });
case "sweep-mop":
return await args.device.miio.call("action", { siid: 2, aiid: 5, did: "call-2-5", in: [] }, { retries: 1 });
default:
break;
}
return await args.device.miio.setWaterBoxMode(Number(args.intensity));
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumDreameFanspeed')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('vacuum_dreame_fanspeed', args.fanspeed);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumRoidmiFanspeed')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('vacuum_roidmi_fanspeed', args.fanspeed);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumRoidmiMopMode')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('vacuum_roidmi_mop_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumXiaomiMopMode')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('vacuum_xiaomi_mop_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumDreameMopIntensity')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('vacuum_dreame_mop_intensity', args.intensity);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('goToTargetVacuum')
.registerRunListener(async (args) => {
try {
return await args.device.miio.sendToLocation(args.xcoordinate, args.ycoordinate);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('cleanZoneVacuum')
.registerRunListener(async (args) => {
try {
const zones = JSON.parse("[" + args.zones + "]");
return await args.device.miio.cleanZones(zones);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumRoomCleaning')
.registerRunListener(async (args) => {
try {
if (args.device.getStoreValue('model').startsWith('dreame.vacuum')) {
const rooms = JSON.stringify([{"piid":1,"value":18},{"piid":10,"value":"{\"selects\":[["+ args.rooms +"]]}"}]).replace(/\\"/g, '"'); // doesnt work
return await args.device.miio.call("action", { siid: 2, aiid: 3, did: "call-2-3", in: rooms }, { retries: 1 });
} else {
const rooms = JSON.parse("[" + args.rooms + "]");
return await args.device.miio.cleanRooms(rooms);
//return await args.device.miio.call("app_segment_clean", [{"segments": rooms, "repeat": repeats}], { retries: 1 });
}
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('vacuumRoomCleaningRepeats')
.registerRunListener(async (args) => {
try {
const rooms = JSON.parse("[" + args.rooms + "]");
return await args.device.miio.call("app_segment_clean", [{"segments": rooms, "repeat": args.repeats}], { retries: 1 });
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('modeVacuumMop')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('vacuum_mop_mode',args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
// AIR PURIFIER
this.homey.flow.getActionCard('modeAirpurifier')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('airpurifier_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('modeAirpurifierV7')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('airpurifier_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('airpurifierSetFavorite')
.registerRunListener(async (args) => {
try {
return await args.device.miio.setFavoriteLevel(Number(args.favorite));
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('airpurifierZhimiMode')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('airpurifier_zhimi_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('airpurifierZhimiFanlevel')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('airpurifier_zhimi_fanlevel', args.fanlevel);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('airpurifierXiaomiFanlevel')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('airpurifier_xiaomi_fanlevel', args.fanlevel);
} catch (error) {
return Promise.reject(error.message);
}
});
// AIR PURIFIER, HUMIDIFIER, DEHUMIDIFIER
this.homey.flow.getActionCard('humidifierZhimiMode')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('humidifier_zhimi_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('humidifierZhimiModeMIoT')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('humidifier_zhimi_mode_miot', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('humidifierXiaomiMode')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('humidifier_xiaomi_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('modeHumidifierDeerma')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('humidifier_deerma_jsq_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('modeZhimiAirfresh')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('airpurifier_zhimi_airfresh_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('modeHumidifierLeshowJSQ1')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('humidifier_leshow_jsq1_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('modeDiffuserXwhzp')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('diffuser_xwhzp_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('modeDehumidifierDmaker')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('dehumidifier_dmaker_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
// PET WATERDISPENSER & FEEDER
this.homey.flow.getActionCard('petwaterdispenserMmggMode')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('petwaterdispenser_mmgg_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('petfeederServeFood')
.registerRunListener(async (args) => {
try {
const servingsArg = args.servings ?? args.portions;
const portions = Math.max(1, Math.min(30, Math.round(Number(servingsArg) || 0)));
if (typeof args.device?.servePortions === 'function') {
return await args.device.servePortions(portions);
}
const legacyAction = args.device?.deviceProperties?.set_properties?.serve_food;
if (legacyAction) {
return await args.device.miio.call('action', legacyAction, { retries: 1 });
}
throw new Error('Manual feeding not supported by this device');
} catch (error) {
return Promise.reject(error.message || error);
}
});
this.homey.flow.getActionCard('petfeederDisplaySchedule')
.registerRunListener(async (args) => {
try {
if (typeof args.device?.setDisplaySchedule !== 'function') {
throw new Error('Display control not supported by this device');
}
const enabled =
args.enabled === true ||
args.enabled === 'true' ||
args.enabled === 1 ||
args.enabled === '1';
await args.device.setDisplaySchedule(enabled);
return true;
} catch (error) {
return Promise.reject(error.message || error);
}
});
this.homey.flow.getActionCard('petfeederCalibrate')
.registerRunListener(async (args) => {
try {
if (typeof args.device?.calibrateScale !== 'function') {
throw new Error('Calibration not supported by this device');
}
await args.device.calibrateScale();
return true;
} catch (error) {
return Promise.reject(error.message || error);
}
});
// AIR PURIFIER, ZHIMI FAN
this.homey.flow.getActionCard('ledAirpurifierHumidifier')
.registerRunListener(async (args) => {
try {
if (args.device.hasCapability('airpurifier_mode')) {
return await args.device.miio.call('set_led', [args.brightness === "3" ? "off" : "on"], { retries: 1 });
} else {
return await args.device.miio.call('set_led_b', [Number(args.brightness)], { retries: 1 });
}
} catch (error) {
return Promise.reject(error.message);
}
});
// HEATERS
this.homey.flow.getActionCard('heaterZhimiTargetTemperature')
.registerRunListener(async (args) => {
try {
if (args.device.hasCapability('heater_zhimi_heater_target_temperature')) {
return await args.device.triggerCapabilityListener('heater_zhimi_heater_target_temperature', Number(args.temperature));
}
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('heaterZhimiOscillation')
.registerRunListener(async (args) => {
try {
if (args.device.hasCapability('heater_zhimi_oscillation')) {
return await args.device.triggerCapabilityListener('heater_zhimi_oscillation', Number(args.oscillation));
}
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('heaterZhimiHeatlevel')
.registerRunListener(async (args) => {
try {
if (args.device.hasCapability('heater_zhimi_heatlevel')) {
return await args.device.triggerCapabilityListener('heater_zhimi_heatlevel', Number(args.heatlevel));
}
} catch (error) {
return Promise.reject(error.message);
}
});
// FANS
this.homey.flow.getActionCard('modeDmakerFan')
.registerRunListener(async (args) => {
try {
await args.device.miio.changeMode(args.mode);
return await args.device.setStoreValue("mode", args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('changeSpeed')
.registerRunListener(async (args) => {
try {
await args.device.miio.changeSpeed(args.speed);
return await args.device.setStoreValue("speed", args.speed);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('enableAngle')
.registerRunListener(async (args) => {
try {
if (args.device.hasCapability('onoff.swing')) {
return await args.device.triggerCapabilityListener('onoff.swing', args.oscillation == 'on');
} else {
return await args.device.miio.enableAngle(args.oscillation);
}
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('setAngle')
.registerRunListener(async (args) => {
try {
if (args.device.hasCapability('fan_zhimi_angle')) {
return await args.device.triggerCapabilityListener('fan_zhimi_angle', args.angle);
} else {
return await args.device.miio.changeAngle(Number(args.angle));
}
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('enableChildLock')
.registerRunListener(async (args) => {
try {
if (args.device.getStoreValue('model') === 'zhimi.fan.za5') {
return await args.device.miio.call("set_properties", [{ siid: 3, piid: 1, value: args.childlock == "on" }], { retries: 1 });
} else {
return await args.device.miio.changeChildLock(args.childlock);
}
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('fanDmakerMode')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('fan_dmaker_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('fanZhimiMode')
.registerRunListener(async (args) => {
try {
return await args.device.triggerCapabilityListener('fan_zhimi_mode', args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
// PHILIPS EYECARE
this.homey.flow.getActionCard('enableEyecare')
.registerRunListener(async (args) => {
try {
const eyecare = args.eyecare == "on" ? true : false;
return await args.device.triggerCapabilityListener('onoff.eyecare', eyecare);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('modeEyecare')
.registerRunListener(async (args) => {
try {
await args.device.miio.mode(args.mode);
return await args.device.setStoreValue("mode", args.mode);
} catch (error) {
return Promise.reject(error.message);
}
});
/* aqara-ctrl-ln2, aqara-ctrl-neutral2 & relay_c2acn01 */
this.homey.flow.getConditionCard('rightSwitch')
.registerRunListener(async (args) => {
if (args.device) {
return args.device.getCapabilityValue("onoff.1");
} else {
return false;
}
})
this.homey.flow.getActionCard('rightSwitchOn')
.registerRunListener(async (args) => {
try {
return await this.mihub.sendWrite(args.device.data.sid, { channel_1: "on" });
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('rightSwitchOff')
.registerRunListener(async (args) => {
try {
return await this.mihub.sendWrite(args.device.data.sid, { channel_1: "off" });
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('rightSwitchToggle')
.registerRunListener(async (args) => {
try {
return await this.mihub.sendWrite(args.device.data.sid, { channel_1: "toggle" });
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getConditionCard('leftSwitch')
.registerRunListener(async (args) => {
if (args.device) {
return args.device.getCapabilityValue("onoff.0");
} else {
return false;
}
})
this.homey.flow.getActionCard('leftSwitchOn')
.registerRunListener(async (args) => {
try {
return await this.mihub.sendWrite(args.device.data.sid, { channel_0: "on" });
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('leftSwitchOff')
.registerRunListener(async (args) => {
try {
return await this.mihub.sendWrite(args.device.data.sid, { channel_0: "off" });
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('leftSwitchToggle')
.registerRunListener(async (args) => {
try {
return await this.mihub.sendWrite(args.device.data.sid, { channel_0: "toggle" });
} catch (error) {
return Promise.reject(error.message);
}
});
/* Mi / Aqara Humidity & Temperature sensor */
this.homey.flow.getConditionCard('measure_humidity_between')
.registerRunListener(async (args) => {
if (args.device) {
let value1, value2;
if (args.value1 < args.value2) {
value1 = args.value1;
value2 = args.value2;
} else {
value1 = args.value2;
value2 = args.value1;
}
return await args.device.getCapabilityValue('measure_humidity') >= value1 && args.device.getCapabilityValue('measure_humidity') <= value2;
} else {
return false;
}
})
this.homey.flow.getConditionCard('measure_temperature_between')
.registerRunListener(async (args) => {
if (args.device) {
let value1, value2;
if (args.value1 < args.value2) {
value1 = args.value1;
value2 = args.value2;
} else {
value1 = args.value2;
value2 = args.value1;
}
return await args.device.getCapabilityValue('measure_temperature') >= value1 && args.device.getCapabilityValue('measure_temperature') <= value2;
} else {
return false;
}
})
// GATEWAY
this.homey.flow.getActionCard('gateway_play_radio')
.registerRunListener(async (args) => {
try {
const settings = args.device.getSettings();
let volume = parseInt(args.volume * 100);
let favoriteListsID = settings[`favorite${args.favoriteID}ID`];
let favoriteListsIDArray = favoriteListsID.split(",");
if (favoriteListsIDArray[0] !== undefined && favoriteListsIDArray[0] !== null && favoriteListsIDArray[1] !== undefined && favoriteListsIDArray[1] !== null) {
let ids = favoriteListsIDArray[0];
ids = ids.replace(/\s/g, "");
let id = parseInt(ids);
let urls = favoriteListsIDArray[1];
urls = urls.replace(/\s/g, "");
let url = urls.toString();
await args.device.miio.call("play_specify_fm", { id: id, type: 0, url: url }, { retries: 1 });
await args.device.miio.call("volume_ctrl_fm", [volume.toString()], { retries: 1 });
}
return Promise.resolve(true);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('gateway_custom_radio')
.registerRunListener(async (args) => {
try {
let volume = parseInt(args.volume * 100);
await args.device.miio.call("play_specify_fm", { id: parseInt(args.id), type: 0, url: args.url }, { retries: 1 });
await args.device.miio.call("volume_ctrl_fm", [volume.toString()], { retries: 1 });
return Promise.resolve(true);
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('gateway_play_effect')
.registerRunListener(async (args) => {
try {
return await args.device.miio.call("welcome", [parseInt(args.toneID)], { retries: 1 });
} catch (error) {
return Promise.reject(error.message);
}
});
this.homey.flow.getActionCard('gateway_set_volume')
.registerRunListener(async (args) => {
try {
let volume = parseInt(args.volume * 100);
switch (args.target) {
case "alarm":
return await args.device.miio.call("set_alarming_volume", [volume], { retries: 1 });
case "doorbell":
return await args.device.miio.call("set_doorbell_volume", [volume], { retries: 1 });
case "prompt":
return await args.device.miio.call("set_gateway_volume", [volume], { retries: 1 });
case "radio":
return await args.device.miio.call("volume_ctrl_fm", [volume.toString()], { retries: 1 });
}
return Promise.resolve(true);
} catch (error) {
return Promise.reject(error);
}
});
// REMOTE
this.homey.flow.getActionCard('remote_send_ir_code')
.registerRunListener(async (args) => {
try {
return await args.device.sendIrCode(args.code);
} catch (error) {
return Promise.reject(error.message);
}
});
}
/* update settings (gatewaysList) */
async onSettingsChanged(key) {
switch (key) {
case "gatewaysList":
this.mihub.updateGateways(this.homey.settings.get("gatewaysList"));
break;
default:
break;
}
}
/* generate a gateway developer key */
async generate(args) {
try {
const key = await this.generateKey();
const device = await miio.device({ address: args.ip, token: args.token });
const info = await device.call("miIO.info");
const returnKey = await device.call("set_lumi_dpf_aes_key", [key]);
return Promise.resolve({ status: "OK", mac: info.mac.replace(/\:/g, "").toLowerCase(), password: key });
} catch (error) {
this.error(error);
return Promise.reject(error);
}
}
/* helper for generating a key */
async generateKey() {
const chars = "0123456789ABCDEF";
let result = "";
for (let i = 0; i < 16; i++) {
let idx = Math.floor(Math.random() * chars.length);
result += chars[idx];
}
return result;
}
/* test the connection to a device */
async testConnection(args) {
try {
const device = await miio.device({ address: args.ip, token: args.token });
const info = await device.call("miIO.info");
return Promise.resolve({status: "OK", info});
} catch (error) {
return Promise.reject(error);
}
}
/* return the gateways */
async getGateways() {
return Promise.resolve(this.mihub.gateways);
}
}
module.exports = XiaomiMiioApp;
================================================
FILE: app.json
================================================
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.xiaomi-miio",
"sdk": 3,
"brandColor": "#FF6801",
"name": {
"en": "Xiaomi Mi Home",
"nl": "Xiaomi Mi Home",
"da": "Xiaomi Mi Home",
"de": "Xiaomi Mi Home",
"es": "Xiaomi Mi Home",
"fr": "Xiaomi Mi Home",
"it": "Xiaomi Mi Home",
"no": "Xiaomi Mi Home",
"sv": "Xiaomi Mi Home",
"pl": "Xiaomi Mi Home",
"ru": "Xiaomi Mi Home",
"ko": "Xiaomi Mi Home"
},
"tags": {
"en": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"vacuumcleaner",
"robot",
"purifier",
"humidifier",
"philips",
"eyecare",
"powerplug",
"gateway"
],
"nl": [
"Xiaomi",
"Mi",
"Mi home",
"miio",
"stofzuiger",
"robot",
"luchtreiniger",
"luchtbevochtiger",
"philips",
"eyecare",
"powerplug",
"gateway"
],
"da": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"støvsuger",
"robot",
"luftrenser",
"luftfugter",
"philips",
"eyecare",
"stikdåse",
"gateway"
],
"de": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"Staubsauger",
"Roboter",
"Luftreiniger",
"Luftbefeuchter",
"Philips",
"eyecare",
"Steckdose",
"Gateway"
],
"es": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"aspiradora",
"robot",
"purificador",
"humidificador",
"philips",
"eyecare",
"enchufe",
"portal"
],
"fr": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"aspirateur",
"robot",
"purificateur",
"humidificateur",
"philips",
"eyecare",
"prise",
"passerelle"
],
"it": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"aspirapolvere",
"robot",
"purificatore",
"umidificatore",
"philips",
"eyecare",
"presa",
"gateway"
],
"no": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"støvsuger",
"robot",
"luftrenser",
"luftfukter",
"philips",
"eyecare",
"strømplugg",
"gateway"
],
"sv": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"dammsugare",
"robot",
"luftrenare",
"luftfuktare",
"philips",
"eyecare",
"strömuttag",
"gateway"
],
"pl": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"odkurzacz",
"robot",
"oczyszczacz",
"nawilżacz",
"philips",
"eyecare",
"gniazdko",
"bramka"
],
"ru": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"пылесос",
"робот",
"очиститель",
"увлажнитель",
"philips",
"eyecare",
"разъем питания",
"шлюз"
],
"ko": [
"Xiaomi",
"Mi",
"Mi Home",
"miio",
"진공청소기",
"로봇",
"공기청정기",
"가습기",
"philips",
"eyecare",
"전원플러그",
"게이트웨이"
]
},
"version": "3.4.72",
"compatibility": ">=12.2.0",
"platforms": [
"local"
],
"author": {
"name": "Bretislav Kubesa"
},
"contributing": {
"donate": {
"paypal": {
"username": "bkubesa"
}
}
},
"contributors": {
"developers": [
{
"name": "Maxmudjon"
},
{
"name": "Jelger Haanstra"
}
]
},
"bugs": {
"url": "https://github.com/shaarkys/com.xiaomi-miio/issues"
},
"homeyCommunityTopicId": 118,
"source": "https://github.com/shaarkys/com.xiaomi-miio",
"homepage": "https://community.athom.com/t/118",
"support": "https://community.homey.app/t/app-pro-xiaomi-mi-home-app/118/1770?u=sharkys",
"images": {
"large": "./assets/images/large.jpg",
"small": "./assets/images/small.jpg"
},
"category": "appliances",
"description": {
"en": "Control Xiaomi Mi Home devices using Homey",
"nl": "Bedien Xiaomi Mi Home apparaten via Homey",
"da": "Styr Xiaomi Mi Home enheder med Homey",
"de": "Steuere Xiaomi Mi Home Geräte mit Homey",
"es": "Controla dispositivos Xiaomi Mi Home con Homey",
"fr": "Contrôlez les appareils Xiaomi Mi Home avec Homey",
"it": "Controlla i dispositivi Xiaomi Mi Home con Homey",
"no": "Kontroller Xiaomi Mi Home-enheter med Homey",
"sv": "Styr Xiaomi Mi Home-enheter med Homey",
"pl": "Steruj urządzeniami Xiaomi Mi Home za pomocą Homey",
"ru": "Управляйте устройствами Xiaomi Mi Home с Homey",
"ko": "Homey를 사용하여 Xiaomi Mi Home 장치를 제어하세요"
},
"dependencies": {
"net": "*"
},
"api": {
"generate": {
"method": "post",
"path": "/generate",
"public": false
},
"testConnection": {
"method": "post",
"path": "/testConnection",
"public": false
},
"getGateways": {
"method": "get",
"path": "/getGateways",
"public": false
},
"removeChildDevice": {
"method": "post",
"path": "/removeChildDevice",
"public": false
}
},
"flow": {
"triggers": [
{
"id": "alert_cube",
"title": {
"en": "Alert",
"nl": "Waarschuwing",
"da": "Alarm",
"de": "Alarm",
"es": "Alerta",
"fr": "Alerte",
"it": "Allarme",
"no": "Varsel",
"sv": "Varning",
"pl": "Alarm",
"ru": "Оповещение",
"ko": "경고"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
},
{
"id": "alertVacuum",
"title": {
"en": "Consumable Alert",
"nl": "Verbruiksartikel waarschuwing",
"da": "Forbrugsalarm",
"de": "Verbrauchsmaterial-Warnung",
"es": "Alerta de consumibles",
"fr": "Alerte de consommable",
"it": "Allarme consumabile",
"no": "Forbruksvarsel",
"sv": "Förbrukningsalarm",
"pl": "Alert materiałów eksploatacyjnych",
"ru": "Оповещение о расходных материалах",
"ko": "소모품 경고"
},
"tokens": [
{
"name": "consumable",
"type": "string",
"title": {
"en": "consumable",
"nl": "verbruiksartikel",
"da": "forbrugbar",
"de": "Verbrauchsmaterial",
"es": "consumible",
"fr": "consommable",
"it": "consumabile",
"no": "forbrukbar",
"sv": "förbrukningsvara",
"pl": "materiał eksploatacyjny",
"ru": "расходный материал",
"ko": "소모품"
},
"example": "filter"
},
{
"name": "value",
"type": "string",
"title": {
"en": "value",
"nl": "waarde",
"da": "værdi",
"de": "Wert",
"es": "valor",
"fr": "valeur",
"it": "valore",
"no": "verdi",
"sv": "värde",
"pl": "wartość",
"ru": "значение",
"ko": "값"
},
"example": "10%"
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Selezionare aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced|vacuum_dreame_vacuum|vacuum_viomi_vacuum_v7|vacuum_mija_vacuum_miot|vacuum_roidmi_vacuum_miot|vacuum_xiaomi_vacuum_max"
}
],
"platforms": [
"local"
]
},
{
"id": "click_double",
"title": {
"en": "Double Click",
"nl": "Dubbelklik",
"da": "Dobbeltklik",
"de": "Doppelklick",
"es": "Doble clic",
"fr": "Double-clic",
"it": "Doppio clic",
"no": "Dobbeltklikk",
"sv": "Dubbelklick",
"pl": "Podwójne kliknięcie",
"ru": "Двойной щелчок",
"ko": "더블 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-button|aqara-button|aqara-button-advanced|aqara-86sw1-advanced"
}
],
"platforms": [
"local"
]
},
{
"id": "click_double_left",
"title": {
"en": "Left Double Click",
"nl": "Dubbel klik links",
"da": "Dobbeltklik til venstre",
"de": "Doppelklick links",
"es": "Doble clic izquierdo",
"fr": "Double clic gauche",
"it": "Doppio clic sinistro",
"no": "Dobbeltklikk venstre",
"sv": "Dubbelklick vänster",
"pl": "Podwójne kliknięcie lewym",
"ru": "Двойной клик левой кнопкой",
"ko": "왼쪽 더블 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Selecciona dispositivo",
"fr": "Sélectionner le périphérique",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-86sw2-advanced"
}
],
"platforms": [
"local"
]
},
{
"id": "click_double_right",
"title": {
"en": "Right Double Click",
"nl": "Dubbel klik rechts",
"da": "Højre Dobbeltklik",
"de": "Rechts Doppelklick",
"es": "Doble Clic Derecho",
"fr": "Double Clic Droit",
"it": "Doppio Clic Destro",
"no": "Høyre Dobbeltklikk",
"sv": "Höger Dubbelklick",
"pl": "Podwójne Kliknięcie Prawym",
"ru": "Правый Двойной Щелчок",
"ko": "오른쪽 더블 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-86sw2-advanced"
}
],
"platforms": [
"local"
]
},
{
"id": "click_long",
"title": {
"en": "Long Click",
"nl": "Lange klik",
"da": "Langt Klik",
"de": "Langer Klick",
"es": "Click Largo",
"fr": "Clic Long",
"it": "Clic Lungo",
"no": "Langt Trykk",
"sv": "Långt Tryck",
"pl": "Długie Kliknięcie",
"ru": "Долгое Нажатие",
"ko": "오래 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-button|aqara-button|aqara-button-advanced|aqara-86sw1-advanced"
}
],
"platforms": [
"local"
]
},
{
"id": "click_long_left",
"title": {
"en": "Left Long Click",
"nl": "Lange klik links",
"da": "Langt klik til venstre",
"de": "Langer Klick links",
"es": "Clic largo a la izquierda",
"fr": "Long clic gauche",
"it": "Clic lungo a sinistra",
"no": "Langt klikk til venstre",
"sv": "Långt klick till vänster",
"pl": "Długie kliknięcie w lewo",
"ru": "Долгое нажатие слева",
"ko": "왼쪽 긴 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-86sw2-advanced"
}
],
"platforms": [
"local"
]
},
{
"id": "click_long_release",
"title": {
"en": "Long Click Release",
"nl": "Lange klik loslaten",
"da": "Langt Klik Udgivelse",
"de": "Langer Klick Freigabe",
"es": "Liberación de clic largo",
"fr": "Relâchement de long clic",
"it": "Rilascio del clic lungo",
"no": "Langt Klikk Utløsning",
"sv": "Långt Klick Släpp",
"pl": "Długie Kliknięcie Zwolnienie",
"ru": "Долгое Нажатие Отпустить",
"ko": "길게 클릭 해제"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner le périphérique",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-button-advanced"
}
],
"platforms": [
"local"
]
},
{
"id": "click_long_right",
"title": {
"en": "Right Long Click",
"nl": "Lange klik rechts",
"da": "Højre Lang Klik",
"de": "Rechter Langer Klick",
"es": "Clic Largo Derecho",
"fr": "Clic Long Droit",
"it": "Clic Lungo Destro",
"no": "Høyre Langt Klikk",
"sv": "Höger Lång Klick",
"pl": "Długie kliknięcie prawe",
"ru": "Длинный клик правой кнопкой",
"ko": "오른쪽 길게 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-86sw2-advanced"
}
],
"platforms": [
"local"
]
},
{
"id": "click_single",
"title": {
"en": "Click",
"nl": "Klik",
"da": "Klik",
"de": "Klick",
"es": "Clic",
"fr": "Clic",
"it": "Clic",
"no": "Klikk",
"sv": "Klick",
"pl": "Kliknij",
"ru": "Клик",
"ko": "클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner le dispositif",
"it": "Seleziona il dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-button|aqara-button|aqara-button-advanced|aqara-86sw1-advanced|aqara_86sw1_switch"
}
],
"platforms": [
"local"
]
},
{
"id": "click_single_left",
"title": {
"en": "Left Click",
"nl": "Klik links",
"da": "Venstre klik",
"de": "Links Klick",
"es": "Clic izquierdo",
"fr": "Clic gauche",
"it": "Clic sinistro",
"no": "Venstre klikk",
"sv": "Vänsterklick",
"pl": "Kliknij lewy",
"ru": "Левый клик",
"ko": "왼쪽 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccione el dispositivo",
"fr": "Sélectionnez un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara_86sw2_switch|aqara-86sw2-advanced|db86_switch"
}
],
"platforms": [
"local"
]
},
{
"id": "click_single_left_right",
"title": {
"en": "Left and Right Click Together",
"nl": "Klik rechts en links tegelijk",
"da": "Venstre og højre klik sammen",
"de": "Links- und Rechtsklick zusammen",
"es": "Clic izquierdo y derecho juntos",
"fr": "Cliquez gauche et droit ensemble",
"it": "Clic sinistro e destro insieme",
"no": "Venstre og høyre klikk sammen",
"sv": "Vänster och höger klick tillsammans",
"pl": "Lewy i prawy klik razem",
"ru": "Левый и правый клик вместе",
"ko": "왼쪽 및 오른쪽 클릭 같이"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara_86sw2_switch|aqara-86sw2-advanced|db86_switch"
}
],
"platforms": [
"local"
]
},
{
"id": "click_single_right",
"title": {
"en": "Right Click",
"nl": "Klik rechts",
"da": "Højreklik",
"de": "Rechtsklick",
"es": "Clic derecho",
"fr": "Clic droit",
"it": "Clic destro",
"no": "Høyreklikk",
"sv": "Högerklick",
"pl": "Kliknij prawym przyciskiem",
"ru": "Щелчок правой кнопкой мыши",
"ko": "오른쪽 클릭"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara_86sw2_switch|aqara-86sw2-advanced|db86_switch"
}
],
"platforms": [
"local"
]
},
{
"id": "cubeRotated",
"title": {
"en": "Rotated",
"nl": "Gedraaid",
"da": "Drejet",
"de": "Gedreht",
"es": "Girado",
"fr": "Tourné",
"it": "Ruotato",
"no": "Dreid",
"sv": "Vriden",
"pl": "Obrócony",
"ru": "Повернутый",
"ko": "회전된"
},
"tokens": [
{
"name": "cube_rotated",
"type": "number",
"title": {
"en": "rotation",
"nl": "rotatie",
"da": "rotation",
"de": "Drehung",
"es": "rotación",
"fr": "rotation",
"it": "rotazione",
"no": "rotasjon",
"sv": "rotation",
"pl": "obrót",
"ru": "вращение",
"ko": "회전"
},
"example": 0
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Desiccant low"
},
"hint": {
"en": "Triggers when desiccant level falls below the threshold."
},
"args": [
{
"name": "device",
"type": "device",
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"tokens": [
{
"name": "level_percent",
"type": "number",
"title": {
"en": "Level (%)"
}
}
],
"id": "desiccant_low"
},
{
"title": {
"en": "Eaten food changed"
},
"hint": {
"en": "Triggers when eaten food telemetry changes."
},
"args": [
{
"name": "device",
"type": "device",
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"tokens": [
{
"name": "today_g",
"type": "number",
"title": {
"en": "Today (g)"
}
},
{
"name": "total_g",
"type": "number",
"title": {
"en": "Total (g)"
}
},
{
"name": "delta_g",
"type": "number",
"title": {
"en": "Delta (g)"
}
}
],
"id": "eaten_food_changed"
},
{
"title": {
"en": "Feeder status changed"
},
"hint": {
"en": "Triggers when the feeder status (mode) changes."
},
"args": [
{
"name": "device",
"type": "device",
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"tokens": [
{
"name": "new_status",
"type": "string",
"title": {
"en": "New status"
}
},
{
"name": "previous_status",
"type": "string",
"title": {
"en": "Previous status"
}
}
],
"id": "feeder_status_changed"
},
{
"id": "flip180_cube",
"title": {
"en": "Flip 180°",
"nl": "180° keren",
"da": "Vend 180°",
"de": "180° drehen",
"es": "Girar 180°",
"fr": "Retourner 180°",
"it": "Capovolgere 180°",
"no": "Snur 180°",
"sv": "Vänd 180°",
"pl": "Odwróć 180°",
"ru": "Повернуть на 180°",
"ko": "180° 뒤집기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
},
{
"id": "flip90_cube",
"title": {
"en": "Flip 90°",
"nl": "90° keren",
"da": "Flip 90°",
"de": "90° drehen",
"es": "Girar 90°",
"fr": "Retourner à 90°",
"it": "Capovolgi di 90°",
"no": "Flipp 90°",
"sv": "Vänd 90°",
"pl": "Obróć o 90°",
"ru": "Повернуть на 90°",
"ko": "90° 뒤집기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
},
{
"id": "free_fall_cube",
"title": {
"en": "Free Fall",
"nl": "Vrije val",
"da": "Frit fald",
"de": "Freier Fall",
"es": "Caída libre",
"fr": "Chute libre",
"it": "Caduta libera",
"no": "Fritt fall",
"sv": "Fritt fall",
"pl": "Swobodny spadek",
"ru": "Свободное падение",
"ko": "자유낙하"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
},
{
"id": "gatewayLuminance",
"title": {
"en": "Luminance has changed",
"nl": "De helderheid is veranderd",
"da": "Luminansen er ændret",
"de": "Die Helligkeit hat sich geändert",
"es": "La luminancia ha cambiado",
"fr": "La luminance a changé",
"it": "La luminanza è cambiata",
"no": "Luminansen har endret seg",
"sv": "Luminansen har ändrats",
"pl": "Jasność została zmieniona",
"ru": "Яркость изменилась",
"ko": "조도가 변경되었습니다"
},
"tokens": [
{
"name": "luminance",
"type": "number",
"title": {
"en": "luminance",
"nl": "helderheid",
"da": "luminans",
"de": "Helligkeit",
"es": "luminancia",
"fr": "luminance",
"it": "luminanza",
"no": "luminans",
"sv": "luminans",
"pl": "jasność",
"ru": "яркость",
"ko": "휘도"
},
"example": 0
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Gateway",
"nl": "Selecteer Gateway",
"da": "Vælg Gateway",
"de": "Gateway auswählen",
"es": "Selecciona Gateway",
"fr": "Sélectionnez Gateway",
"it": "Seleziona Gateway",
"no": "Velg Gateway",
"sv": "Välj Gateway",
"pl": "Wybierz Gateway",
"ru": "Выберите шлюз",
"ko": "게이트웨이를 선택하세요"
},
"filter": "driver_id=gateway"
}
],
"platforms": [
"local"
],
"deprecated": true
},
{
"id": "humidifier2Waterlevel",
"title": {
"en": "Waterlevel has changed",
"nl": "Waterniveau is veranderd",
"de": "Der Wasserstand hat sich geändert",
"da": "Vandniveauet er ændret",
"es": "El nivel de agua ha cambiado",
"fr": "Le niveau de l'eau a changé",
"it": "Il livello dell'acqua è cambiato",
"no": "Vannstanden har endret seg",
"sv": "Vattennivån har ändrats",
"pl": "Poziom wody się zmienił",
"ru": "Уровень воды изменился",
"ko": "수위가 변경되었습니다"
},
"tokens": [
{
"name": "waterlevel",
"type": "number",
"title": {
"en": "current waterlevel",
"nl": "actueel waterniveau",
"de": "aktueller Wasserstand",
"da": "nuværende vandniveau",
"es": "nivel de agua actual",
"fr": "niveau d'eau actuel",
"it": "livello dell'acqua attuale",
"no": "nåværende vannstand",
"sv": "nuvarande vattennivå",
"pl": "aktualny poziom wody",
"ru": "текущий уровень воды",
"ko": "현재 수위"
},
"example": 88
},
{
"name": "previous_waterlevel",
"type": "number",
"title": {
"en": "previous waterlevel",
"nl": "vorige waterniveau",
"de": "bisheriger Wasserstand",
"da": "tidligere vandniveau",
"es": "nivel de agua anterior",
"fr": "niveau d'eau précédent",
"it": "livello dell'acqua precedente",
"no": "forrige vannstand",
"sv": "tidigare vattennivå",
"pl": "wcześniejszy poziom wody",
"ru": "предыдущий уровень воды",
"ko": "이전 수위"
},
"example": 90
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Humidifier 2",
"nl": "Selecteer Humidifier 2",
"da": "Vælg Humidifier 2",
"es": "Selecciona Humidifier 2",
"fr": "Sélectionnez Humidifier 2",
"it": "Seleziona Humidifier 2",
"no": "Velg Humidifier 2",
"sv": "Välj Humidifier 2",
"pl": "Wybierz Humidifier 2",
"ru": "Выберите Humidifier 2",
"ko": "Humidifier 2 선택"
},
"filter": "driver_id=humidifier_zhimi_humidifier|humidifier_zhimi_humidifier_miot|humidifier_xiaomi_humidifier"
}
],
"platforms": [
"local"
]
},
{
"id": "leftSwitchOff",
"title": {
"en": "Left Switch Off",
"nl": "Linkerschakelaar uit",
"da": "Venstre kontakt slukket",
"de": "Linker Schalter aus",
"es": "Interruptor izquierdo apagado",
"fr": "Interrupteur gauche éteint",
"it": "Interruttore sinistro spento",
"no": "Venstre bryter av",
"sv": "Vänstra brytaren av",
"pl": "Lewy przełącznik wyłączony",
"ru": "Выключатель слева выключен",
"ko": "왼쪽 스위치 끄기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"id": "leftSwitchOn",
"title": {
"en": "Left Switch On",
"nl": "Linkerschakelaar aan",
"da": "Venstre kontakt tændt",
"de": "Linker Schalter an",
"es": "Interruptor izquierdo encendido",
"fr": "Interrupteur gauche allumé",
"it": "Interruttore sinistro acceso",
"no": "Venstre bryter på",
"sv": "Vänstra strömbrytaren på",
"pl": "Lewy przełącznik włączony",
"ru": "Левый переключатель включен",
"ko": "왼쪽 스위치 켜기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Lock Event",
"nl": "Lock event",
"da": "Låsebegivenhed",
"de": "Schlossereignis",
"es": "Evento de Bloqueo",
"fr": "Événement de Verrouillage",
"it": "Evento di Blocco",
"no": "Låshendelse",
"sv": "Låshändelse",
"pl": "Wydarzenie Blokady",
"ru": "Событие Блокировки",
"ko": "잠금 이벤트"
},
"tokens": [
{
"name": "finger_id",
"type": "number",
"title": {
"en": "fingerprint id",
"nl": "vingerafdruk id",
"da": "fingeraftryk id",
"de": "Fingerabdruck ID",
"es": "ID de huella digital",
"fr": "ID d'empreinte digitale",
"it": "ID dell'impronta digitale",
"no": "fingeravtrykk id",
"sv": "fingeravtryck id",
"pl": "ID odcisku palca",
"ru": "ID отпечатка пальца",
"ko": "지문 ID"
},
"example": 0
},
{
"name": "code_id",
"type": "number",
"title": {
"en": "code id",
"nl": "code id",
"da": "kode id",
"de": "Code ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "kode id",
"sv": "kod id",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"example": 0
},
{
"name": "card_id",
"type": "number",
"title": {
"en": "card id",
"nl": "kaart id",
"da": "kort id",
"de": "Karten ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "kort id",
"sv": "kort id",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"example": 0
},
{
"name": "userName",
"type": "string",
"title": {
"en": "User",
"nl": "Gebruiker",
"da": "Bruger",
"de": "Benutzer",
"es": "Usuario",
"fr": "Utilisateur",
"it": "Utente",
"no": "Bruker",
"sv": "Användare",
"pl": "Użytkownik",
"ru": "Пользователь",
"ko": "사용자"
},
"example": {
"en": "John Doe"
}
},
{
"name": "wrong_id",
"type": "number",
"title": {
"en": "wrong id",
"nl": "verkeerd id",
"da": "forkert id",
"de": "falsche ID",
"es": "ID incorrecta",
"fr": "ID incorrecte",
"it": "ID errato",
"no": "feil id",
"sv": "fel id",
"pl": "błędne ID",
"ru": "неверный ID",
"ko": "잘못된 ID"
},
"example": 3
}
],
"args": [
{
"name": "device",
"type": "device",
"filter": "driver_id=lock.aq1"
}
],
"id": "lockEvent"
},
{
"id": "motionSensorNoMotion120",
"title": {
"en": "No motion detected in 2 minutes",
"nl": "Geen beweging gedetecteerd in 2 minuten",
"da": "Ingen bevægelse registreret i 2 minutter",
"de": "Keine Bewegung in 2 Minuten erkannt",
"es": "No se detectó movimiento en 2 minutos",
"fr": "Aucun mouvement détecté en 2 minutes",
"it": "Nessun movimento rilevato in 2 minuti",
"no": "Ingen bevegelse oppdaget på 2 minutter",
"sv": "Ingen rörelse upptäckt på 2 minuter",
"pl": "Nie wykryto ruchu przez 2 minuty",
"ru": "Движение не обнаружено в течение 2 минут",
"ko": "2분 동안 움직임이 감지되지 않음"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
},
{
"id": "motionSensorNoMotion1200",
"title": {
"en": "No motion detected in 20 minutes",
"nl": "Geen beweging gedetecteerd in 20 minuten",
"da": "Ingen bevægelse registreret i 20 minutter",
"de": "Keine Bewegung in 20 Minuten erkannt",
"es": "No se ha detectado movimiento en 20 minutos",
"fr": "Aucun mouvement détecté en 20 minutes",
"it": "Nessun movimento rilevato in 20 minuti",
"no": "Ingen bevegelse oppdaget på 20 minutter",
"sv": "Ingen rörelse upptäckt på 20 minuter",
"pl": "Brak ruchu wykrytego w ciągu 20 minut",
"ru": "Движение не обнаружено в течение 20 минут",
"ko": "20분 동안 움직임 감지되지 않음"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
},
{
"id": "motionSensorNoMotion180",
"title": {
"en": "No motion detected in 3 minutes",
"nl": "Geen beweging gedetecteerd in 3 minuten",
"da": "Ingen bevægelse registreret i 3 minutter",
"de": "Keine Bewegung in 3 Minuten erkannt",
"es": "No se detectó movimiento en 3 minutos",
"fr": "Aucun mouvement détecté en 3 minutes",
"it": "Nessun movimento rilevato in 3 minuti",
"no": "Ingen bevegelse oppdaget på 3 minutter",
"sv": "Ingen rörelse upptäckt på 3 minuter",
"pl": "Brak wykrycia ruchu przez 3 minuty",
"ru": "Нет движения в течение 3 минут",
"ko": "3분 동안 움직임이 감지되지 않음"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona il dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
},
{
"id": "motionSensorNoMotion1800",
"title": {
"en": "No motion detected in 30 minutes",
"nl": "Geen beweging gedetecteerd in 30 minuten",
"da": "Ingen bevægelse registreret i 30 minutter",
"de": "Keine Bewegung in 30 Minuten erkannt",
"es": "No se detectó movimiento en 30 minutos",
"fr": "Aucun mouvement détecté en 30 minutes",
"it": "Nessun movimento rilevato in 30 minuti",
"no": "Ingen bevegelse oppdaget på 30 minutter",
"sv": "Ingen rörelse upptäckt på 30 minuter",
"pl": "Brak ruchu przez 30 minut",
"ru": "Движение не обнаружено в течение 30 минут",
"ko": "30분 동안 움직임이 감지되지 않았습니다."
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner le dispositif",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치를 선택하세요"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
},
{
"id": "motionSensorNoMotion300",
"title": {
"en": "No motion detected in 5 minutes",
"nl": "Geen beweging gedetecteerd in 5 minuten",
"da": "Ingen bevægelse registreret i 5 minutter",
"de": "Keine Bewegung in 5 Minuten erkannt",
"es": "No se detectó movimiento en 5 minutos",
"fr": "Aucun mouvement détecté en 5 minutes",
"it": "Nessun movimento rilevato in 5 minuti",
"no": "Ingen bevegelse oppdaget på 5 minutter",
"sv": "Ingen rörelse upptäckt på 5 minuter",
"pl": "Brak ruchu przez 5 minut",
"ru": "Нет движения в течение 5 минут",
"ko": "5분 동안 감지된 움직임 없음"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
},
{
"id": "motionSensorNoMotion600",
"title": {
"en": "No motion detected in 10 minutes",
"nl": "Geen beweging gedetecteerd in 10 minuten",
"da": "Ingen bevægelse registreret i 10 minutter",
"de": "Keine Bewegung in 10 Minuten erkannt",
"es": "No se detectó movimiento en 10 minutos",
"fr": "Aucun mouvement détecté en 10 minutes",
"it": "Nessun movimento rilevato in 10 minuti",
"no": "Ingen bevegelse oppdaget på 10 minutter",
"sv": "Ingen rörelse upptäckt på 10 minuter",
"pl": "Nie wykryto ruchu przez 10 minut",
"ru": "Движение не обнаружено в течение 10 минут",
"ko": "10분 동안 움직임이 감지되지 않음"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un périphérique",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "기기 선택"
},
"filter": "driver_id=mi-motion-sensor|aqara-motion-sensor"
}
],
"platforms": [
"local"
]
},
{
"id": "move_cube",
"title": {
"en": "Move",
"nl": "Verplaatsen",
"da": "Flyt",
"de": "Bewegen",
"es": "Mover",
"fr": "Déplacer",
"it": "Muovi",
"no": "Flytt",
"sv": "Flytta",
"pl": "Przenieś",
"ru": "Двигать",
"ko": "이동"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
},
{
"id": "rightSwitchOff",
"title": {
"en": "Right Switch Off",
"nl": "Rechterschakelaar uit",
"da": "Højre kontakt slukket",
"de": "Rechter Schalter aus",
"es": "Interruptor derecho apagado",
"fr": "Interrupteur droit éteint",
"it": "Interruttore destro spento",
"no": "Høyre bryter av",
"sv": "Högra strömställaren av",
"pl": "Przełącznik prawy wyłączony",
"ru": "Правый выключатель выключен",
"ko": "오른쪽 스위치 끄기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"id": "rightSwitchOn",
"title": {
"en": "Right Switch On",
"nl": "Rechterschakelaar aan",
"da": "Højre kontakt er tændt",
"de": "Rechter Schalter an",
"es": "Interruptor derecho encendido",
"fr": "Interrupteur droit allumé",
"it": "Interruttore destro acceso",
"no": "Høyre bryter på",
"sv": "Högra brytaren på",
"pl": "Prawy włącznik włączony",
"ru": "Правый выключатель включён",
"ko": "오른쪽 스위치 켜기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"id": "rotate_negative_cube",
"title": {
"en": "Rotated Anti Clockwise",
"nl": "Rotatie tegen de klok in",
"da": "Drejet mod uret",
"de": "Gegen den Uhrzeigersinn gedreht",
"es": "Girado en sentido antihorario",
"fr": "Tourné dans le sens antihoraire",
"it": "Ruotato in senso antiorario",
"no": "Dreid mot klokka",
"sv": "Vriden moturs",
"pl": "Obrócony przeciwnie do ruchu wskazówek zegara",
"ru": "Повернуто против часовой стрелки",
"ko": "반시계 방향으로 회전"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
},
{
"id": "rotate_positive_cube",
"title": {
"en": "Rotated Clockwise",
"nl": "Rotatie met de klok mee",
"da": "Drejet med uret",
"de": "Im Uhrzeigersinn gedreht",
"es": "Girado en el sentido de las agujas del reloj",
"fr": "Tourné dans le sens des aiguilles d'une montre",
"it": "Ruotato in senso orario",
"no": "Roterte med klokken",
"sv": "Roterad medurs",
"pl": "Obrócony zgodnie z ruchem wskazówek zegara",
"ru": "Повернут по часовой стрелке",
"ko": "시계 방향으로 회전"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
},
{
"id": "shake",
"title": {
"en": "Shake",
"nl": "Schudden",
"da": "Ryst",
"de": "Schütteln",
"es": "Agitar",
"fr": "Secouer",
"it": "Scuoti",
"no": "Rist",
"sv": "Skaka",
"pl": "Potrząśnij",
"ru": "Встряхнуть",
"ko": "흔들기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-button-advanced"
}
],
"platforms": [
"local"
]
},
{
"id": "shake_air_cube",
"title": {
"en": "Shake in air",
"nl": "Schudden in de lucht",
"da": "Ryst i luften",
"de": "Schütteln in der Luft",
"es": "Agitar en el aire",
"fr": "Secouer dans les airs",
"it": "Sbattere in aria",
"no": "Rist i lufta",
"sv": "Skaka i luften",
"pl": "Potrząśnij w powietrzu",
"ru": "Встряхнуть в воздухе",
"ko": "공중에서 흔들기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
},
{
"id": "statusVacuum",
"title": {
"en": "Status has changed",
"nl": "Status is gewijzigd",
"da": "Status er ændret",
"de": "Status hat sich geändert",
"es": "El estado ha cambiado",
"fr": "Le statut a changé",
"it": "Lo stato è cambiato",
"no": "Status har endret seg",
"sv": "Status har ändrats",
"pl": "Status zmienił się",
"ru": "Статус изменился",
"ko": "상태가 변경되었습니다"
},
"tokens": [
{
"name": "status",
"type": "string",
"title": {
"en": "status",
"nl": "status",
"da": "status",
"de": "Status",
"es": "estado",
"fr": "statut",
"it": "stato",
"no": "status",
"sv": "status",
"pl": "status",
"ru": "статус",
"ko": "상태"
},
"example": "stopped"
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Robot",
"nl": "Selecteer Mi Robot",
"da": "Vælg Mi Robot",
"de": "Mi-Roboter auswählen",
"es": "Selecciona Mi Robot",
"fr": "Sélectionnez Mi Robot",
"it": "Seleziona Mi Robot",
"no": "Velg Mi Robot",
"sv": "Välj Mi Robot",
"pl": "Wybierz Mi Robot",
"ru": "Выберите Mi Robot",
"ko": "Mi 로봇 선택"
},
"filter": "driver_id=mi-robot|vacuum_mi_rockrobo_vacuum_advanced|vacuum_dreame_vacuum|vacuum_viomi_vacuum_v7|vacuum_mija_vacuum_miot|vacuum_roidmi_vacuum_miot|vacuum_xiaomi_vacuum_max"
}
],
"platforms": [
"local"
]
},
{
"id": "tap_twice_cube",
"title": {
"en": "Tap twice",
"nl": "2x tikken",
"da": "Tryk to gange",
"de": "Zweimal tippen",
"es": "Toca dos veces",
"fr": "Tapez deux fois",
"it": "Tocca due volte",
"no": "Trykk to ganger",
"sv": "Tryck två gånger",
"pl": "Dotknij dwa razy",
"ru": "Нажмите дважды",
"ko": "두 번 탭하세요"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-aqara-cube"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Mode has changed",
"nl": "Modus gewijzigd",
"de": "Modus hat sich geändert",
"da": "Tilstand er ændret",
"es": "El modo ha cambiado",
"fr": "Le mode a changé",
"it": "La modalità è cambiata",
"no": "Modus er endret",
"sv": "Läget har ändrats",
"pl": "Tryb został zmieniony",
"ru": "Режим изменился",
"ko": "모드가 변경되었습니다"
},
"tokens": [
{
"name": "new_mode",
"type": "string",
"title": {
"en": "new mode",
"nl": "nieuwe modus",
"de": "neue modus",
"da": "ny tilstand",
"es": "nuevo modo",
"fr": "nouveau mode",
"it": "nuova modalità",
"no": "ny modus",
"sv": "nytt läge",
"pl": "nowy tryb",
"ru": "новый режим",
"ko": "새로운 모드"
},
"example": "medium"
},
{
"name": "previous_mode",
"type": "string",
"title": {
"en": "previous mode",
"nl": "vorige modus",
"de": "bisherige modus",
"da": "forrige tilstand",
"es": "modo anterior",
"fr": "mode précédent",
"it": "modalità precedente",
"no": "forrige modus",
"sv": "föregående läge",
"pl": "poprzedni tryb",
"ru": "предыдущий режим",
"ko": "이전 모드"
},
"example": "silent"
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"es": "Seleccione dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "디바이스 선택"
},
"filter": "driver_id=mi-airpurifier|airpurifier_zhimi_advanced|airpurifier_zhimi_advanced_miot|airpurifier_zhimi_airpurifier_ma2|airpurifier_dmaker_airfresh_t2017|airfresh_zhimi_airfresh|humidifier_zhimi_humidifier|humidifier_zhimi_humidifier_miot|humidifier_deerma_humidifier_jsq|humidifier_deerma_humidifier_miot|dmaker_fan_1c|fan_zhimi_advanced|zhimi_fan_za5|airfryer_careli_miot|petwaterdispenser_mmgg_miot|pet_waterer_xiaomi|petfeeder_mmgg_miot|humidifier_xiaomi_humidifier|dehumidifier_dmaker_derh_miot|humidifier_leshow_humidifier_jsq1|diffuser_xwhzp_diffuser_xwxfj"
}
],
"platforms": [
"local"
],
"id": "triggerModeChanged"
},
{
"id": "triggerPlugInUse",
"title": {
"en": "In use",
"nl": "In gebruik",
"da": "I brug",
"de": "In Benutzung",
"es": "En uso",
"fr": "En cours d'utilisation",
"it": "In uso",
"no": "I bruk",
"sv": "I bruk",
"pl": "W użyciu",
"ru": "В использовании",
"ko": "사용 중"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccione el dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-plug"
}
],
"platforms": [
"local"
]
},
{
"id": "triggerVacuumRoomSegments",
"title": {
"en": "Room segments has changed",
"nl": "Kamer segmenten is gewijzigd",
"da": "Rumsegmenter er ændret",
"de": "Raumsegmente wurden geändert",
"es": "Los segmentos de la habitación han cambiado",
"fr": "Les segments de la pièce ont changé",
"it": "I segmenti della stanza sono cambiati",
"no": "Romsegmenter har blitt endret",
"sv": "Rumssegment har ändrats",
"pl": "Segmenty pokoju zostały zmienione",
"ru": "Сегменты комнаты изменились",
"ko": "룸 세그먼트가 변경되었습니다"
},
"tokens": [
{
"name": "segments",
"type": "string",
"title": {
"en": "Segments",
"nl": "Segmenten",
"da": "Segmenter",
"de": "Segmente",
"es": "Segmentos",
"fr": "Segments",
"it": "Segmenti",
"no": "Segmenter",
"sv": "Segment",
"pl": "Segmenty",
"ru": "Сегменты",
"ko": "세그먼트"
},
"example": "[16,17]"
}
],
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Robot",
"nl": "Selecteer Mi Robot",
"da": "Vælg Mi Robot",
"de": "Wählen Sie Mi Robot",
"es": "Seleccionar Mi Robot",
"fr": "Sélectionner Mi Robot",
"it": "Seleziona Mi Robot",
"no": "Velg Mi Robot",
"sv": "Välj Mi Robot",
"pl": "Wybierz Mi Robot",
"ru": "Выберите Mi Robot",
"ko": "Mi 로봇 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced"
}
],
"platforms": [
"local"
]
},
{
"id": "triggerVibrationFreeFallAlarm",
"title": {
"en": "Free Fall",
"nl": "Vrije val",
"da": "Frit fald",
"de": "Freier Fall",
"es": "Caída libre",
"fr": "Chute libre",
"it": "Caduta libera",
"no": "Fritt fall",
"sv": "Fritt fall",
"pl": "Swobodny spadek",
"ru": "Свободное падение",
"ko": "자유 낙하"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=vibration_sensor"
}
],
"platforms": [
"local"
]
},
{
"id": "triggerVibrationTiltAlarm",
"title": {
"en": "Tilted",
"nl": "Tilted",
"da": "Vippet",
"de": "Geneigt",
"es": "Inclinado",
"fr": "Incliné",
"it": "Inclinato",
"no": "Vippet",
"sv": "Vinklad",
"pl": "Przechylony",
"ru": "Наклонено",
"ko": "기울어진"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "기기 선택"
},
"filter": "driver_id=vibration_sensor"
}
],
"platforms": [
"local"
]
},
{
"id": "vacuum_on_error",
"title": {
"en": "The vacuum encountered an error",
"it": "Il robot aspirapolvere ha riscontrato un problema.",
"nl": "De robotstofzuiger heeft een foutmelding gegeven. ",
"da": "Robotstøvsugeren har givet en fejl",
"de": "Der Saugroboter hat einen Fehler gemeldet",
"es": "El robot aspirador ha dado un error",
"fr": "L'aspirateur robot a rencontré une erreur",
"no": "Robotstøvsugeren har gitt en feil",
"sv": "Robotdammsugaren har rapporterat ett fel",
"pl": "Odkurzacz robot zgłosił błąd",
"ru": "Робот-пылесос сообщил об ошибке",
"ko": "로봇 청소기가 오류를 발생시켰습니다"
},
"description": {
"en": "the vacuum has raised an error. Please check the device for details.",
"it": "il robot aspirapolvere è andato in errore. Per favore controlla il dispositivo per i dettagli.",
"nl": "De robotstofzuiger heeft een foutmelding gegeven. Controleer het apparaat voor meer details.",
"da": "Robotstøvsugeren har givet en fejl. Kontroller enheden for flere detaljer.",
"de": "Der Saugroboter hat einen Fehler gemeldet. Bitte überprüfen Sie das Gerät für weitere Details.",
"es": "El robot aspirador ha dado un error. Por favor, revise el dispositivo para más detalles.",
"fr": "L'aspirateur robot a rencontré une erreur. Veuillez vérifier l'appareil pour plus de détails.",
"no": "Robotstøvsugeren har gitt en feil. Vennligst sjekk enheten for flere detaljer.",
"sv": "Robotdammsugaren har rapporterat ett fel. Kontrollera enheten för mer information.",
"pl": "Odkurzacz robot zgłosił błąd. Proszę sprawdzić urządzenie, aby uzyskać więcej szczegółów.",
"ru": "Робот-пылесос сообщил об ошибке. Пожалуйста, проверьте устройство для получения подробной информации.",
"ko": "로봇 청소기가 오류를 발생시켰습니다. 자세한 내용은 장치를 확인하십시오."
},
"tokens": [
{
"name": "error",
"type": "string",
"title": {
"en": "vacuum error raised",
"it": "errore segnalato dal robot aspirapolvere",
"nl": "robotstofzuiger foutmelding gegeven",
"da": "robotstøvsuger fejl",
"de": "Saugroboterfehler",
"es": "error del robot aspirador",
"fr": "erreur de l'aspirateur robot",
"no": "robotstøvsugerfeil",
"sv": "robotdammsugarefel",
"pl": "błąd odkurzacza robota",
"ru": "ошибка робота-пылесоса",
"ko": "로봇 청소기 오류"
}
}
],
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=vacuum_xiaomi_vacuum_max"
}
]
}
],
"conditions": [
{
"id": "leftSwitch",
"title": {
"en": "Left switch !{{on|off}}",
"nl": "Linkerschakelaar !{{aan|uit}}",
"da": "Venstre switch !{{on|off}}",
"de": "Linker Schalter !{{on|off}}",
"es": "Interruptor izquierdo !{{on|off}}",
"fr": "Interrupteur gauche !{{on|off}}",
"it": "Interruttore sinistro !{{on|off}}",
"no": "Venstre bryter !{{on|off}}",
"sv": "Vänster switch !{{on|off}}",
"pl": "Lewy przełącznik !{{on|off}}",
"ru": "Левый переключатель !{{on|off}}",
"ko": "왼쪽 스위치 !{{on|off}}"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Selecciona dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona il dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"id": "measure_humidity_between",
"title": {
"en": "Humidity !{{is between|is not between}}",
"nl": "Luchtvochtigheid !{{ligt tussen|ligt niet tussen}}",
"da": "Fugtighed !{{er mellem|er ikke mellem}}",
"de": "Feuchtigkeit !{{liegt zwischen|liegt nicht zwischen}}",
"es": "Humedad !{{está entre|no está entre}}",
"fr": "Humidité !{{est entre|n'est pas entre}}",
"it": "Umidità !{{è tra|non è tra}}",
"no": "Fuktighet !{{er mellom|er ikke mellom}}",
"sv": "Fuktighet !{{är mellan|är inte mellan}}",
"pl": "Wilgotność !{{jest między|nie jest między}}",
"ru": "Влажность !{{между|не между}}",
"ko": "습도 !{{사이에 있음|사이에 없음}}"
},
"titleFormatted": {
"en": "Humidity !{{is between|is not between}} [[value1]] and [[value2]]",
"nl": "Luchtvochtigheid !{{ligt tussen|ligt niet tussen}} [[value1]] en [[value2]]",
"da": "Fugtighed !{{er mellem|er ikke mellem}} [[value1]] og [[value2]]",
"de": "Feuchtigkeit !{{liegt zwischen|liegt nicht zwischen}} [[value1]] und [[value2]]",
"es": "Humedad !{{está entre|no está entre}} [[value1]] y [[value2]]",
"fr": "Humidité !{{est entre|n'est pas entre}} [[value1]] et [[value2]]",
"it": "Umidità !{{è tra|non è tra}} [[value1]] e [[value2]]",
"no": "Fuktighet !{{er mellom|er ikke mellom}} [[value1]] og [[value2]]",
"sv": "Fuktighet !{{är mellan|är inte mellan}} [[value1]] och [[value2]]",
"pl": "Wilgotność !{{jest między|nie jest między}} [[value1]] i [[value2]]",
"ru": "Влажность !{{между|не между}} [[value1]] и [[value2]]",
"ko": "습도 !{{사이에 있음|사이에 없음}} [[value1]] 과 [[value2]]"
},
"hint": {
"en": "Use this card to determine whether or not the humidity for the zone is between two values. The specified values are also valid.",
"nl": "Gebruik dit kaartje om te bepalen of de luchtvochtigheid voor de zone tussen twee waarden ligt. De opgegeven waarden zijn ook geldig.",
"da": "Brug dette kort til at afgøre, om fugtigheden i zonen er mellem to værdier. De angivne værdier er også gyldige.",
"de": "Verwenden Sie diese Karte, um festzustellen, ob die Feuchtigkeit in der Zone zwischen zwei Werten liegt. Die angegebenen Werte sind ebenfalls gültig.",
"es": "Utilice esta tarjeta para determinar si la humedad de la zona está entre dos valores. Los valores especificados también son válidos.",
"fr": "Utilisez cette carte pour déterminer si l'humidité de la zone est entre deux valeurs. Les valeurs spécifiées sont également valides.",
"it": "Usa questa scheda per determinare se l'umidità della zona è tra due valori. Anche i valori specificati sono validi.",
"no": "Bruk dette kortet for å avgjøre om fuktigheten for sonen er mellom to verdier. De spesifiserte verdiene er også gyldige.",
"sv": "Använd detta kort för att avgöra om fuktigheten för zonen är mellan två värden. De angivna värdena är också giltiga.",
"pl": "Użyj tej karty, aby sprawdzić, czy wilgotność w strefie mieści się między dwiema wartościami. Podane wartości są również ważne.",
"ru": "Используйте эту карту, чтобы определить, находится ли влажность в зоне между двумя значениями. Указанные значения также действительны.",
"ko": "이 카드를 사용하여 구역의 습도가 두 값 사이에 있는지 여부를 결정하세요. 지정된 값도 유효합니다."
},
"args": [
{
"type": "number",
"name": "value1",
"min": 0,
"max": 100,
"step": 1,
"title": {
"en": "Above",
"nl": "Boven",
"da": "Over",
"de": "Über",
"es": "Por encima de",
"fr": "Au dessus de",
"it": "Sopra",
"no": "Over",
"sv": "Över",
"pl": "Powyżej",
"ru": "Над",
"ko": "이상"
},
"placeholder": {
"en": "%",
"nl": "%",
"da": "%",
"de": "%",
"es": "%",
"fr": "%",
"it": "%",
"no": "%",
"sv": "%",
"pl": "%",
"ru": "%",
"ko": "%"
}
},
{
"type": "number",
"name": "value2",
"min": 0,
"max": 100,
"step": 1,
"title": {
"en": "Below",
"nl": "Onder",
"da": "Under",
"de": "Unter",
"es": "Por debajo de",
"fr": "En dessous de",
"it": "Sotto",
"no": "Under",
"sv": "Under",
"pl": "Poniżej",
"ru": "Под",
"ko": "이하"
},
"placeholder": {
"en": "%",
"nl": "%",
"da": "%",
"de": "%",
"es": "%",
"fr": "%",
"it": "%",
"no": "%",
"sv": "%",
"pl": "%",
"ru": "%",
"ko": "%"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-temperature-humidity-sensor|aqara-temperature-humidity-sensor"
}
],
"platforms": [
"local"
]
},
{
"id": "measure_temperature_between",
"title": {
"en": "Temperature !{{is between|is not between}}",
"nl": "Temperatuur !{{ligt tussen|ligt niet tussen}}",
"da": "Temperatur !{{er mellem|er ikke mellem}}",
"de": "Temperatur !{{liegt zwischen|liegt nicht zwischen}}",
"es": "Temperatura !{{está entre|no está entre}}",
"fr": "Température !{{est entre|n'est pas entre}}",
"it": "Temperatura !{{è tra|non è tra}}",
"no": "Temperatur !{{er mellom|er ikke mellom}}",
"sv": "Temperatur !{{är mellan|är inte mellan}}",
"pl": "Temperatura !{{jest między|nie jest między}}",
"ru": "Температура !{{между|не между}}",
"ko": "온도 !{{사이에 있음|사이에 없음}}"
},
"titleFormatted": {
"en": "Temperature !{{is between|is not between}} [[value1]] and [[value2]]",
"nl": "Temperatuur !{{ligt tussen|ligt niet tussen}} [[value1]] en [[value2]]",
"da": "Temperatur !{{er mellem|er ikke mellem}} [[value1]] og [[value2]]",
"de": "Temperatur !{{liegt zwischen|liegt nicht zwischen}} [[value1]] und [[value2]]",
"es": "Temperatura !{{está entre|no está entre}} [[value1]] y [[value2]]",
"fr": "Température !{{est entre|n'est pas entre}} [[value1]] et [[value2]]",
"it": "Temperatura !{{è tra|non è tra}} [[value1]] e [[value2]]",
"no": "Temperatur !{{er mellom|er ikke mellom}} [[value1]] og [[value2]]",
"sv": "Temperatur !{{är mellan|är inte mellan}} [[value1]] och [[value2]]",
"pl": "Temperatura !{{jest między|nie jest między}} [[value1]] i [[value2]]",
"ru": "Температура !{{между|не между}} [[value1]] и [[value2]]",
"ko": "온도 !{{사이에 있음|사이에 없음}} [[value1]]와 [[value2]] 사이"
},
"hint": {
"en": "Use this card to determine whether or not the zone temperature is between two values. The specified values are also valid.",
"nl": "Gebruik dit kaartje om te bepalen of de zone temperatuur tussen twee waarden ligt. De opgegeven waarden zijn ook geldig.",
"da": "Brug dette kort til at bestemme, om zonens temperatur er mellem to værdier. De angivne værdier er også gyldige.",
"de": "Verwenden Sie diese Karte, um festzustellen, ob die Zonentemperatur zwischen zwei Werten liegt. Die angegebenen Werte sind ebenfalls gültig.",
"es": "Usa esta tarjeta para determinar si la temperatura de la zona está entre dos valores. Los valores especificados también son válidos.",
"fr": "Utilisez cette carte pour déterminer si la température de la zone est comprise entre deux valeurs. Les valeurs spécifiées sont également valables.",
"it": "Usa questa scheda per determinare se la temperatura della zona è compresa tra due valori. Anche i valori specificati sono validi.",
"no": "Bruk dette kortet for å bestemme om sone-temperaturen er mellom to verdier. De spesifiserte verdiene er også gyldige.",
"sv": "Använd detta kort för att avgöra om zonens temperatur är mellan två värden. De specificerade värdena är också giltiga.",
"pl": "Użyj tej karty, aby określić, czy temperatura strefy mieści się pomiędzy dwoma wartościami. Podane wartości są również ważne.",
"ru": "Используйте эту карту, чтобы определить, находится ли температура в зоне между двумя значениями. Указанные значения также действительны.",
"ko": "이 카드를 사용하여 구역 온도가 두 값 사이에 있는지 여부를 결정하세요. 지정된 값도 유효합니다."
},
"args": [
{
"type": "number",
"name": "value1",
"min": -50,
"max": 100,
"step": 1,
"title": {
"en": "Above",
"nl": "Boven",
"da": "Over",
"de": "Über",
"es": "Por encima",
"fr": "Au-dessus",
"it": "Sopra",
"no": "Over",
"sv": "Över",
"pl": "Powyżej",
"ru": "Выше",
"ko": "위"
},
"placeholder": {
"en": "°C",
"nl": "°C",
"da": "°C",
"de": "°C",
"es": "°C",
"fr": "°C",
"it": "°C",
"no": "°C",
"sv": "°C",
"pl": "°C",
"ru": "°C",
"ko": "°C"
}
},
{
"type": "number",
"name": "value2",
"min": -50,
"max": 100,
"step": 1,
"title": {
"en": "Below",
"nl": "Onder",
"da": "Under",
"de": "Unter",
"es": "Por debajo",
"fr": "En dessous",
"it": "Sotto",
"no": "Under",
"sv": "Under",
"pl": "Poniżej",
"ru": "Ниже",
"ko": "아래"
},
"placeholder": {
"en": "°C",
"nl": "°C",
"da": "°C",
"de": "°C",
"es": "°C",
"fr": "°C",
"it": "°C",
"no": "°C",
"sv": "°C",
"pl": "°C",
"ru": "°C",
"ko": "°C"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-temperature-humidity-sensor|aqara-temperature-humidity-sensor"
}
],
"platforms": [
"local"
]
},
{
"id": "rightSwitch",
"title": {
"en": "Right switch !{{on|off}}",
"nl": "Rechterschakelaar !{{aan|uit}}",
"da": "Højre switch !{{til|fra}}",
"de": "Rechter Schalter !{{an|aus}}",
"es": "Interruptor derecho !{{encendido|apagado}}",
"fr": "Interrupteur droit !{{allumé|éteint}}",
"it": "Interruttore destro !{{acceso|spento}}",
"no": "Høyre bryter !{{på|av}}",
"sv": "Höger strömbrytare !{{på|av}}",
"pl": "Prawy przełącznik !{{włączone|wyłączone}}",
"ru": "Правый переключатель !{{включено|выключено}}",
"ko": "오른쪽 스위치 !{{켜짐|꺼짐}}"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
}
],
"actions": [
{
"id": "airpurifierSetFavorite",
"title": {
"en": "Set Favorite Speed",
"nl": "Favoriete snelheid instellen",
"da": "Indstil favorit hastighed",
"de": "Lieblingsgeschwindigkeit einstellen",
"es": "Establecer velocidad favorita",
"fr": "Définir la vitesse favorite",
"it": "Imposta velocità preferita",
"no": "Sett favoritt hastighet",
"sv": "Ställ in favorit hastighet",
"pl": "Ustaw ulubioną prędkość",
"ru": "Установить любимую скорость",
"ko": "즐겨찾기 속도 설정"
},
"titleFormatted": {
"en": "Set favorite speed to [[favorite]]",
"nl": "Favoriete snelheid instellen op [[favorite]]",
"da": "Indstil favorit hastighed til [[favorite]]",
"de": "Lieblingsgeschwindigkeit auf [[favorite]] einstellen",
"es": "Establecer velocidad favorita a [[favorite]]",
"fr": "Définir la vitesse favorite à [[favorite]]",
"it": "Imposta velocità preferita a [[favorite]]",
"no": "Sett favoritt hastighet til [[favorite]]",
"sv": "Ställ in favorit hastighet till [[favorite]]",
"pl": "Ustaw ulubioną prędkość na [[favorite]]",
"ru": "Установить любимую скорость на [[favorite]]",
"ko": "[[favorite]]로 즐겨찾기 속도 설정"
},
"args": [
{
"name": "favorite",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"da": "Favorit",
"de": "Favorit",
"es": "Favorito",
"fr": "Favori",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Любимый",
"ko": "즐겨찾기"
},
"type": "dropdown",
"values": [
{
"id": "1",
"label": {
"en": "1",
"nl": "1",
"da": "1",
"de": "1",
"es": "1",
"fr": "1",
"it": "1",
"no": "1",
"sv": "1",
"pl": "1",
"ru": "1",
"ko": "1"
}
},
{
"id": "2",
"label": {
"en": "2",
"nl": "2",
"da": "2",
"de": "2",
"es": "2",
"fr": "2",
"it": "2",
"no": "2",
"sv": "2",
"pl": "2",
"ru": "2",
"ko": "2"
}
},
{
"id": "3",
"label": {
"en": "3",
"nl": "3",
"da": "3",
"de": "3",
"es": "3",
"fr": "3",
"it": "3",
"no": "3",
"sv": "3",
"pl": "3",
"ru": "3",
"ko": "3"
}
},
{
"id": "4",
"label": {
"en": "4",
"nl": "4",
"da": "4",
"de": "4",
"es": "4",
"fr": "4",
"it": "4",
"no": "4",
"sv": "4",
"pl": "4",
"ru": "4",
"ko": "4"
}
},
{
"id": "5",
"label": {
"en": "5",
"nl": "5",
"da": "5",
"de": "5",
"es": "5",
"fr": "5",
"it": "5",
"no": "5",
"sv": "5",
"pl": "5",
"ru": "5",
"ko": "5"
}
},
{
"id": "6",
"label": {
"en": "6",
"nl": "6",
"da": "6",
"de": "6",
"es": "6",
"fr": "6",
"it": "6",
"no": "6",
"sv": "6",
"pl": "6",
"ru": "6",
"ko": "6"
}
},
{
"id": "7",
"label": {
"en": "7",
"nl": "7",
"da": "7",
"de": "7",
"es": "7",
"fr": "7",
"it": "7",
"no": "7",
"sv": "7",
"pl": "7",
"ru": "7",
"ko": "7"
}
},
{
"id": "8",
"label": {
"en": "8",
"nl": "8",
"da": "8",
"de": "8",
"es": "8",
"fr": "8",
"it": "8",
"no": "8",
"sv": "8",
"pl": "8",
"ru": "8",
"ko": "8"
}
},
{
"id": "9",
"label": {
"en": "9",
"nl": "9",
"da": "9",
"de": "9",
"es": "9",
"fr": "9",
"it": "9",
"no": "9",
"sv": "9",
"pl": "9",
"ru": "9",
"ko": "9"
}
},
{
"id": "10",
"label": {
"en": "10",
"nl": "10",
"da": "10",
"de": "10",
"es": "10",
"fr": "10",
"it": "10",
"no": "10",
"sv": "10",
"pl": "10",
"ru": "10",
"ko": "10"
}
},
{
"id": "11",
"label": {
"en": "11",
"nl": "11",
"da": "11",
"de": "11",
"es": "11",
"fr": "11",
"it": "11",
"no": "11",
"sv": "11",
"pl": "11",
"ru": "11",
"ko": "11"
}
},
{
"id": "12",
"label": {
"en": "12",
"nl": "12",
"da": "12",
"de": "12",
"es": "12",
"fr": "12",
"it": "12",
"no": "12",
"sv": "12",
"pl": "12",
"ru": "12",
"ko": "12"
}
},
{
"id": "13",
"label": {
"en": "13",
"nl": "13",
"da": "13",
"de": "13",
"es": "13",
"fr": "13",
"it": "13",
"no": "13",
"sv": "13",
"pl": "13",
"ru": "13",
"ko": "13"
}
},
{
"id": "14",
"label": {
"en": "14",
"nl": "14",
"da": "14",
"de": "14",
"es": "14",
"fr": "14",
"it": "14",
"no": "14",
"sv": "14",
"pl": "14",
"ru": "14",
"ko": "14"
}
},
{
"id": "15",
"label": {
"en": "15",
"nl": "15",
"da": "15",
"de": "15",
"es": "15",
"fr": "15",
"it": "15",
"no": "15",
"sv": "15",
"pl": "15",
"ru": "15",
"ko": "15"
}
},
{
"id": "16",
"label": {
"en": "16",
"nl": "16",
"da": "16",
"de": "16",
"es": "16",
"fr": "16",
"it": "16",
"no": "16",
"sv": "16",
"pl": "16",
"ru": "16",
"ko": "16"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Air Purifier",
"nl": "Selecteer Mi Luchtreiniger",
"da": "Vælg Mi luftrenser",
"de": "Wählen Sie Mi Luftreiniger",
"es": "Seleccione Mi Purificador de aire",
"fr": "Sélectionnez Mi Purificateur d'air",
"it": "Seleziona Mi Purificatore d'aria",
"no": "Velg Mi luftrenser",
"sv": "Välj Mi luftrenare",
"pl": "Wybierz Mi oczyszczacz powietrza",
"ru": "Выберите Mi Очиститель воздуха",
"ko": "Mi 공기청정기 선택"
},
"filter": "driver_id=mi-airpurifier|airpurifier_zhimi_advanced"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Set fan level",
"nl": "Ventilatieniveau instellen",
"da": "Indstil ventilatorniveau",
"de": "Lüfterstufe einstellen",
"es": "Establecer nivel de ventilador",
"fr": "Définir le niveau du ventilateur",
"it": "Imposta livello ventola",
"no": "Still inn viftetrinn",
"sv": "Ställ in fläkthastighet",
"pl": "Ustaw poziom wentylatora",
"ru": "Установить уровень вентилятора",
"ko": "팬 레벨 설정"
},
"titleFormatted": {
"en": "Set fan level to [[fanlevel]]",
"nl": "Stel fan level in op [[fanlevel]]",
"da": "Indstil blæserniveau til [[fanlevel]]",
"de": "Lüfterstufe auf [[fanlevel]] einstellen",
"es": "Establecer el nivel del ventilador a [[fanlevel]]",
"fr": "Définir le niveau du ventilateur à [[fanlevel]]",
"it": "Imposta il livello della ventola a [[fanlevel]]",
"no": "Still inn viftenivå til [[fanlevel]]",
"sv": "Ställ in fläkthastighet till [[fanlevel]]",
"pl": "Ustaw poziom wentylatora na [[fanlevel]]",
"ru": "Установите уровень вентилятора на [[fanlevel]]",
"ko": "팬 레벨 [[fanlevel]]로 설정"
},
"args": [
{
"name": "fanlevel",
"title": {
"en": "Fan Level",
"nl": "Fan Level",
"da": "Blæserniveau",
"de": "Lüfterstufe",
"es": "Nivel del ventilador",
"fr": "Niveau de ventilateur",
"it": "Livello ventola",
"no": "Viftenivå",
"sv": "Fläkthastighet",
"pl": "Poziom wentylatora",
"ru": "Уровень вентилятора",
"ko": "팬 레벨"
},
"type": "number",
"min": 0,
"max": 14,
"step": 1
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Airpurifier",
"nl": "Selecteer Airpurifier",
"da": "Vælg luftrenser",
"de": "Luftreiniger auswählen",
"es": "Seleccionar purificador de aire",
"fr": "Sélectionner le purificateur d'air",
"it": "Seleziona purificatore d'aria",
"no": "Velg luftrenser",
"sv": "Välj luftrenare",
"pl": "Wybierz oczyszczacz powietrza",
"ru": "Выберите очиститель воздуха",
"ko": "공기청정기 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced_miot&capabilities=airpurifier_xiaomi_fanlevel"
}
],
"platforms": [
"local"
],
"id": "airpurifierXiaomiFanlevel"
},
{
"title": {
"en": "Set fan level",
"nl": "Ventilatieniveau instellen",
"da": "Indstil ventilatorniveau",
"de": "Lüfterstufe einstellen",
"es": "Establecer nivel de ventilador",
"fr": "Définir le niveau du ventilateur",
"it": "Imposta livello ventola",
"no": "Still inn viftetrinn",
"sv": "Ställ in fläkthastighet",
"pl": "Ustaw poziom wentylatora",
"ru": "Установить уровень вентилятора",
"ko": "팬 레벨 설정"
},
"titleFormatted": {
"en": "Set fan level to [[fanlevel]]",
"nl": "Stel fan level in op [[fanlevel]]",
"da": "Indstil blæserniveau til [[fanlevel]]",
"de": "Lüfterstufe auf [[fanlevel]] einstellen",
"es": "Establecer el nivel del ventilador a [[fanlevel]]",
"fr": "Définir le niveau du ventilateur à [[fanlevel]]",
"it": "Imposta il livello della ventola a [[fanlevel]]",
"no": "Still inn viftenivå til [[fanlevel]]",
"sv": "Ställ in fläkthastighet till [[fanlevel]]",
"pl": "Ustaw poziom wentylatora na [[fanlevel]]",
"ru": "Установите уровень вентилятора на [[fanlevel]]",
"ko": "팬 레벨 [[fanlevel]]로 설정"
},
"args": [
{
"name": "fanlevel",
"title": {
"en": "Fan Level",
"nl": "Fan Level",
"da": "Blæserniveau",
"de": "Lüfterstufe",
"es": "Nivel del ventilador",
"fr": "Niveau de ventilateur",
"it": "Livello ventola",
"no": "Viftenivå",
"sv": "Fläkthastighet",
"pl": "Poziom wentylatora",
"ru": "Уровень вентилятора",
"ko": "팬 레벨"
},
"type": "dropdown",
"values": [
{
"id": "1",
"title": {
"en": "Level 1",
"nl": "Level 1",
"da": "Niveau 1",
"de": "Stufe 1",
"es": "Nivel 1",
"fr": "Niveau 1",
"it": "Livello 1",
"no": "Nivå 1",
"sv": "Nivå 1",
"pl": "Poziom 1",
"ru": "Уровень 1",
"ko": "레벨 1"
}
},
{
"id": "2",
"title": {
"en": "Level 2",
"nl": "Level 2",
"da": "Niveau 2",
"de": "Stufe 2",
"es": "Nivel 2",
"fr": "Niveau 2",
"it": "Livello 2",
"no": "Nivå 2",
"sv": "Nivå 2",
"pl": "Poziom 2",
"ru": "Уровень 2",
"ko": "레벨 2"
}
},
{
"id": "3",
"title": {
"en": "Level 3",
"nl": "Level 3",
"da": "Niveau 3",
"de": "Stufe 3",
"es": "Nivel 3",
"fr": "Niveau 3",
"it": "Livello 3",
"no": "Nivå 3",
"sv": "Nivå 3",
"pl": "Poziom 3",
"ru": "Уровень 3",
"ko": "레벨 3"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Airpurifier",
"nl": "Selecteer Airpurifier",
"da": "Vælg luftrenser",
"de": "Luftreiniger auswählen",
"es": "Seleccionar purificador de aire",
"fr": "Sélectionner le purificateur d'air",
"it": "Seleziona purificatore d'aria",
"no": "Velg luftrenser",
"sv": "Välj luftrenare",
"pl": "Wybierz oczyszczacz powietrza",
"ru": "Выберите очиститель воздуха",
"ko": "공기청정기 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced_miot&capabilities=airpurifier_zhimi_fanlevel"
}
],
"platforms": [
"local"
],
"id": "airpurifierZhimiFanlevel"
},
{
"title": {
"en": "Set mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Configurar modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Angi modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Configurar modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Angi modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]]로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Автоматический",
"ko": "자동"
}
},
{
"id": "1",
"title": {
"en": "Night",
"nl": "Nacht",
"da": "Nat",
"de": "Nacht",
"es": "Noche",
"fr": "Nuit",
"it": "Notte",
"no": "Natt",
"sv": "Natt",
"pl": "Noc",
"ru": "Ночной",
"ko": "야간"
}
},
{
"id": "2",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"da": "Favorit",
"de": "Favorit",
"es": "Favorito",
"fr": "Favori",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Избранное",
"ko": "즐겨찾기"
}
},
{
"id": "3",
"title": {
"en": "Idle / Manual",
"nl": "Inactief / Handmatig",
"da": "Inaktiv / Manuel",
"de": "Leerlauf / Manuell",
"es": "Inactivo / Manual",
"fr": "Inactif / Manuel",
"it": "Inattivo / Manuale",
"no": "Inaktiv / Manuell",
"sv": "Inaktiv / Manuell",
"pl": "Bezczynny / Ręczny",
"ru": "Ожидание / Ручной",
"ko": "대기 / 수동"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Airpurifier",
"nl": "Selecteer Airpurifier",
"da": "Vælg luftrenser",
"de": "Luftreiniger auswählen",
"es": "Selecciona purificador",
"fr": "Sélectionnez l'purificateur",
"it": "Seleziona purificatore",
"no": "Velg luftrenser",
"sv": "Välj luftrenare",
"pl": "Wybierz oczyszczacz powietrza",
"ru": "Выбрать очиститель воздуха",
"ko": "공기 청정기 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced_miot|airpurifier_dmaker_airfresh_t2017"
}
],
"platforms": [
"local"
],
"id": "airpurifierZhimiMode"
},
{
"id": "cleanZoneVacuum",
"title": {
"en": "Start zone cleaning",
"nl": "Start zone schoonmaken",
"da": "Start zone rengøring",
"de": "Zonenreinigung starten",
"es": "Iniciar limpieza de zonas",
"fr": "Démarrer le nettoyage de zone",
"it": "Avvia pulizia della zona",
"no": "Start sone rengjøring",
"sv": "Starta zonstädning",
"pl": "Rozpocznij czyszczenie strefy",
"ru": "Начать уборку зоны",
"ko": "영역 청소 시작"
},
"titleFormatted": {
"en": "Start zone cleaning [[zones]]",
"nl": "Start zone schoonmaken [[zones]]",
"da": "Start zone rengøring [[zones]]",
"de": "Zonenreinigung starten [[zones]]",
"es": "Iniciar limpieza de zonas [[zones]]",
"fr": "Démarrer le nettoyage de zone [[zones]]",
"it": "Avvia pulizia della zona [[zones]]",
"no": "Start sone rengjøring [[zones]]",
"sv": "Starta zonstädning [[zones]]",
"pl": "Rozpocznij czyszczenie strefy [[zones]]",
"ru": "Начать уборку зоны [[zones]]",
"ko": "영역 청소 시작 [[zones]]"
},
"hint": {
"en": "Takes in an a list of zones and the number of times to clean. Each zone contains an array of 5 values: bottom-left-x, bottom-left-y, top-right-x, top-right-y, number of clean times. Zones example: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"nl": "Voer een lijst met zones in en het aantal keren om schoon te maken. Elke zone bevat een array met 5 waarden: bottom-left-x, bottom-left-y, top-right-x, top-right-y, number of clean times. Zones voorbeeld: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"da": "Indtast en liste over zoner og antallet af gange, der skal rengøres. Hver zone indeholder en række af 5 værdier: nederste venstre x, nederste venstre y, øverste højre x, øverste højre y, antal rengøringstider. Zoner eksempel: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"de": "Geben Sie eine Liste der Zonen und die Anzahl der Reinigungsvorgänge ein. Jede Zone enthält ein Array von 5 Werten: unten-links-x, unten-links-y, oben-rechts-x, oben-rechts-y, Anzahl der Reinigungszeiten. Zonenbeispiel: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"es": "Ingrese una lista de zonas y el número de veces para limpiar. Cada zona contiene una matriz de 5 valores: abajo-izquierda-x, abajo-izquierda-y, arriba-derecha-x, arriba-derecha-y, número de veces de limpieza. Ejemplo de zonas: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"fr": "Saisissez une liste de zones et le nombre de fois à nettoyer. Chaque zone contient un tableau de 5 valeurs : en bas à gauche-x, en bas à gauche-y, en haut à droite-x, en haut à droite-y, nombre de fois à nettoyer. Exemple de zones : [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"it": "Inserisci un elenco di zone e il numero di volte da pulire. Ogni zona contiene una matrice di 5 valori: in basso a sinistra x, in basso a sinistra y, in alto a destra x, in alto a destra y, numero di volte di pulizia. Esempio di zone: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"no": "Skriv inn en liste over soner og antall ganger å rengjøre. Hver sone inneholder en rekke med 5 verdier: nederst-venstre-x, nederst-venstre-y, øverst-høyre-x, øverst-høyre-y, antall rengjøringstider. Soneeksempel: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"sv": "Ange en lista över zoner och antalet gånger att städa. Varje zon innehåller en matris med 5 värden: nedre vänster-x, nedre vänster-y, övre höger-x, övre höger-y, antal rengöringstider. Exempel på zoner: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"pl": "Wprowadź listę stref i liczbę razy do czyszczenia. Każda strefa zawiera tablicę z 5 wartościami: dolna-lewa-x, dolna-lewa-y, górna-prawa-x, górna-prawa-y, liczba razy do czyszczenia. Przykład stref: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"ru": "Введите список зон и количество раз для уборки. Каждая зона содержит массив из 5 значений: слева внизу-x, слева внизу-y, справа вверху-x, справа вверху-y, количество уборок. Пример зон: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]",
"ko": "청소할 횟수와 목록을 입력합니다. 각 영역은 5가지 값의 배열을 포함합니다: 좌하단 x, 좌하단 y, 우상단 x, 우상단 y, 청소 횟수. 영역 예시: [26234,26042,26634,26642,1],[26232,25304,27282,25804,2],[26246,24189,27296,25139,2]"
},
"args": [
{
"name": "zones",
"title": {
"en": "Zones",
"nl": "Zones",
"da": "Zoner",
"de": "Zonen",
"es": "Zonas",
"fr": "Zones",
"it": "Zone",
"no": "Soner",
"sv": "Zoner",
"pl": "Strefy",
"ru": "Зоны",
"ko": "영역"
},
"type": "text",
"placeholder": {
"en": "Zones",
"nl": "Zones",
"da": "Zoner",
"de": "Zonen",
"es": "Zonas",
"fr": "Zones",
"it": "Zone",
"no": "Soner",
"sv": "Zoner",
"pl": "Strefy",
"ru": "Зоны",
"ko": "영역"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer Stofzuiger",
"da": "Vælg Støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg Støvsuger",
"sv": "Välj Dammsugare",
"pl": "Wybierz Odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=mi-robot|vacuum_mi_rockrobo_vacuum_advanced|vacuum_mi_rockrobo_vacuum_t6"
}
],
"platforms": [
"local"
]
},
{
"id": "enableAngle",
"title": {
"en": "Enable Oscillation",
"nl": "Inschakelen oscillatie",
"da": "Aktivér oscillation",
"de": "Oszillation aktivieren",
"es": "Activar oscilación",
"fr": "Activer l'oscillation",
"it": "Abilita oscillazione",
"no": "Aktiver svinging",
"sv": "Aktivera oscillator",
"pl": "Włącz oscylację",
"ru": "Включить осцилляцию",
"ko": "진동 활성화"
},
"titleFormatted": {
"en": "Oscillation [[oscillation]]",
"nl": "Oscillatie [[oscillation]]",
"da": "Oscillation [[oscillation]]",
"de": "Oszillation [[oscillation]]",
"es": "Oscilación [[oscillation]]",
"fr": "Oscillation [[oscillation]]",
"it": "Oscillazione [[oscillation]]",
"no": "Oscillation [[oscillation]]",
"sv": "Oscillation [[oscillation]]",
"pl": "Oscylacja [[oscillation]]",
"ru": "Осцилляция [[oscillation]]",
"ko": "진동 [[oscillation]]"
},
"args": [
{
"name": "oscillation",
"title": {
"en": "Angle",
"nl": "Hoek",
"da": "Vinkel",
"de": "Winkel",
"es": "Ángulo",
"fr": "Angle",
"it": "Angolo",
"no": "Vinkel",
"sv": "Vinkel",
"pl": "Kąt",
"ru": "Угол",
"ko": "각도"
},
"type": "dropdown",
"values": [
{
"id": "on",
"label": {
"en": "Enable",
"nl": "Inschakelen",
"da": "Aktiver",
"de": "Aktivieren",
"es": "Habilitar",
"fr": "Activer",
"it": "Abilita",
"no": "Aktiver",
"sv": "Aktivera",
"pl": "Włącz",
"ru": "Включить",
"ko": "사용"
}
},
{
"id": "off",
"label": {
"en": "Disable",
"nl": "Uitschakelen",
"da": "Deaktiver",
"de": "Deaktivieren",
"es": "Deshabilitar",
"fr": "Désactiver",
"it": "Disabilita",
"no": "Deaktiver",
"sv": "Inaktivera",
"pl": "Wyłącz",
"ru": "Выключить",
"ko": "비활성화"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Choisir l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=zhimi-fan|dmaker-fan|fan_zhimi_advanced|fan_zhimi_fan_za5|fan_dmaker_advanced"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Enable notification sound",
"nl": "Instellen notificatie geluid",
"da": "Aktiver notifikationslyd",
"de": "Benachrichtigungston aktivieren",
"es": "Activar sonido de notificaciones",
"fr": "Activer le son de notification",
"it": "Abilita suono di notifica",
"no": "Aktiver varslingslyd",
"sv": "Aktivera notifikationsljud",
"pl": "Włącz dźwięk powiadomień",
"ru": "Включить звуковое уведомление",
"ko": "알림 소리 사용"
},
"titleFormatted": {
"en": "Set notification sound [[sound]]",
"nl": "Wijzig notificatie geluid naar [[sound]]",
"da": "Indstil notifikationslyd [[sound]]",
"de": "Benachrichtigungston einstellen [[sound]]",
"es": "Configurar sonido de notificación [[sound]]",
"fr": "Définir le son de notification [[sound]]",
"it": "Imposta suono di notifica [[sound]]",
"no": "Angi varslingslyd [[sound]]",
"sv": "Ställ in notifikationsljud [[sound]]",
"pl": "Ustaw dźwięk powiadomień [[sound]]",
"ru": "Установить звуковое уведомление [[sound]]",
"ko": "알림 소리 설정 [[sound]]"
},
"args": [
{
"name": "sound",
"title": {
"en": "Sound",
"nl": "Geluid",
"da": "Lyd",
"de": "Klang",
"es": "Sonido",
"fr": "Son",
"it": "Suono",
"no": "Lyd",
"sv": "Ljud",
"pl": "Dźwięk",
"ru": "Звук",
"ko": "소리"
},
"type": "dropdown",
"values": [
{
"id": "0",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Fra",
"de": "Aus",
"es": "Apagado",
"fr": "Désactivé",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączone",
"ru": "Выкл.",
"ko": "끔"
}
},
{
"id": "1",
"label": {
"en": "On",
"nl": "Aan",
"da": "Til",
"de": "Ein",
"es": "Encendido",
"fr": "Activé",
"it": "Acceso",
"no": "På",
"sv": "På",
"pl": "Włączone",
"ru": "Вкл.",
"ko": "켬"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced_miot|fan_dmaker_advanced|heater_zhimi_heater_miot|humidifier_xiaomi_humidifier|petwaterdispenser_mmgg_miot|humidifier_deerma_humidifier_miot|humidifier_zhimi_humidifier_miot"
}
],
"platforms": [
"local"
],
"id": "enableBuzzer"
},
{
"id": "enableEyecare",
"title": {
"en": "Switch Eyecare",
"nl": "Eyecare schakelen",
"da": "Skift Eyecare",
"de": "Eyecare einschalten",
"es": "Cambiar Eyecare",
"fr": "Changer Eyecare",
"it": "Cambia Eyecare",
"no": "Bytt Eyecare",
"sv": "Byt Eyecare",
"pl": "Przełącz Eyecare",
"ru": "Переключить Eyecare",
"ko": "아이케어 전환"
},
"titleFormatted": {
"en": "Eyecare [[eyecare]]",
"nl": "Eyecare [[eyecare]]",
"da": "Eyecare [[eyecare]]",
"de": "Eyecare [[eyecare]]",
"es": "Eyecare [[eyecare]]",
"fr": "Eyecare [[eyecare]]",
"it": "Eyecare [[eyecare]]",
"no": "Eyecare [[eyecare]]",
"sv": "Eyecare [[eyecare]]",
"pl": "Eyecare [[eyecare]]",
"ru": "Eyecare [[eyecare]]",
"ko": "Eyecare [[eyecare]]"
},
"args": [
{
"name": "eyecare",
"title": {
"en": "Eyecare",
"nl": "Eyecare",
"da": "Eyecare",
"de": "Eyecare",
"es": "Eyecare",
"fr": "Eyecare",
"it": "Eyecare",
"no": "Eyecare",
"sv": "Eyecare",
"pl": "Eyecare",
"ru": "Eyecare",
"ko": "Eyecare"
},
"type": "dropdown",
"values": [
{
"id": "on",
"label": {
"en": "On",
"nl": "Aan",
"da": "Tænd",
"de": "An",
"es": "Encendido",
"fr": "Allumé",
"it": "Acceso",
"no": "På",
"sv": "På",
"pl": "Włącz",
"ru": "Вкл",
"ko": "켜짐"
}
},
{
"id": "off",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłącz",
"ru": "Выкл",
"ko": "꺼짐"
}
},
{
"id": "phone",
"label": {
"en": "Phone",
"nl": "Telefoon",
"da": "Telefon",
"de": "Telefon",
"es": "Teléfono",
"fr": "Téléphone",
"it": "Telefono",
"no": "Telefon",
"sv": "Telefon",
"pl": "Telefon",
"ru": "Телефон",
"ko": "전화기"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Philips Eyecare Lamp",
"nl": "Selecteer Philips Eyecare Lamp",
"da": "Vælg Philips Eyecare Lampe",
"de": "Wählen Sie Philips Eyecare Lampe",
"es": "Seleccione Philips Eyecare Lamp",
"fr": "Sélectionnez Philips Eyecare Lamp",
"it": "Seleziona Philips Eyecare Lamp",
"no": "Velg Philips Eyecare Lamp",
"sv": "Välj Philips Eyecare Lamp",
"pl": "Wybierz lampę Philips Eyecare",
"ru": "Выберите лампу Philips Eyecare",
"ko": "필립스 아이케어 램프 선택"
},
"filter": "driver_id=philips-eyecare"
}
],
"platforms": [
"local"
]
},
{
"id": "enableChildLock",
"title": {
"en": "Enable Child Lock",
"nl": "Instellen kindbeveiliging",
"da": "Aktivér børnelås",
"de": "Kindersicherung aktivieren",
"es": "Activar bloqueo infantil",
"fr": "Activer le verrouillage enfant",
"it": "Abilita blocco bambini",
"no": "Aktiver barnelås",
"sv": "Aktivera barnlås",
"pl": "Włącz blokadę rodzicielską",
"ru": "Включить детский замок",
"ko": "어린이 잠금 장치를 활성화"
},
"titleFormatted": {
"en": "Set child lock [[childlock]]",
"nl": "Wijzig kindbeveiliging naar [[childlock]]",
"da": "Indstil børnelås [[childlock]]",
"de": "Kindersicherung setzen [[childlock]]",
"es": "Configurar bloqueo infantil [[childlock]]",
"fr": "Définir le verrouillage enfant [[childlock]]",
"it": "Imposta blocco bambini [[childlock]]",
"no": "Sett barnelås [[childlock]]",
"sv": "Ställ in barnlåset [[childlock]]",
"pl": "Ustaw blokadę rodzicielską [[childlock]]",
"ru": "Установить детский замок [[childlock]]",
"ko": "어린이 잠금 설정 [[childlock]]"
},
"args": [
{
"name": "childlock",
"title": {
"en": "Childlock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Детский замок",
"ko": "어린이 잠금 장치"
},
"type": "dropdown",
"values": [
{
"id": "on",
"label": {
"en": "On",
"nl": "Aan",
"da": "Til",
"de": "Ein",
"es": "Encendido",
"fr": "Activé",
"it": "Acceso",
"no": "På",
"sv": "På",
"pl": "Włączone",
"ru": "Вкл",
"ko": "켜기"
}
},
{
"id": "off",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Fra",
"de": "Aus",
"es": "Apagado",
"fr": "Désactivé",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączone",
"ru": "Выкл",
"ko": "끄기"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=zhimi-fan|dmaker-fan|fan_zhimi_advanced|fan_zhimi_fan_za5"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Enable LED",
"nl": "Instellen LED",
"da": "Aktiver LED",
"de": "LED aktivieren",
"es": "Activar LED",
"fr": "Activer LED",
"it": "Abilita LED",
"no": "Aktiver LED",
"sv": "Aktivera LED",
"pl": "Włącz LED",
"ru": "Включить светодиод",
"ko": "LED 켜기"
},
"titleFormatted": {
"en": "Set LED [[led]]",
"nl": "Wijzig LED naar [[led]]",
"da": "Indstil LED [[led]]",
"de": "LED einstellen [[led]]",
"es": "Configurar LED [[led]]",
"fr": "Définir la LED [[led]]",
"it": "Imposta LED [[led]]",
"no": "Still inn LED [[led]]",
"sv": "Ställ in LED [[led]]",
"pl": "Ustaw LED [[led]]",
"ru": "Установить светодиод [[led]]",
"ko": "LED 설정 [[led]]"
},
"args": [
{
"name": "led",
"title": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
},
"type": "dropdown",
"values": [
{
"id": "0",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączony",
"ru": "Выкл",
"ko": "끄기"
}
},
{
"id": "1",
"label": {
"en": "On",
"nl": "Aan",
"da": "Tændt",
"de": "Ein",
"es": "Encendido",
"fr": "Allumé",
"it": "Acceso",
"no": "På",
"sv": "På",
"pl": "Włączony",
"ru": "Вкл",
"ko": "켜기"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "기기 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced_miot|fan_dmaker_advanced|heater_zhimi_heater_miot|humidifier_xiaomi_humidifier|petwaterdispenser_mmgg_miot|humidifier_deerma_humidifier_miot|humidifier_zhimi_humidifier_miot"
}
],
"platforms": [
"local"
],
"id": "enableLED"
},
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Configurar modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Configurar modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]]으로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"label": {
"en": "Straigth Wind",
"nl": "Rechte wind",
"da": "Lige Vind",
"de": "Gerader Wind",
"es": "Viento recto",
"fr": "Vent droit",
"it": "Vento dritto",
"no": "Rett vind",
"sv": "Rak vind",
"pl": "Prosty wiatr",
"ru": "Прямой ветер",
"ko": "직선 바람"
}
},
{
"id": "1",
"label": {
"en": "Natural Wind",
"nl": "Natuurlijke wind",
"da": "Naturlig Vind",
"de": "Natürlicher Wind",
"es": "Viento natural",
"fr": "Vent naturel",
"it": "Vento naturale",
"no": "Naturlig vind",
"sv": "Naturlig vind",
"pl": "Naturalny wiatr",
"ru": "Естественный ветер",
"ko": "자연풍"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Dmaker Fan",
"nl": "Selecteer Dmaker Fan",
"da": "Vælg Dmaker Ventilator",
"de": "Wählen Sie Dmaker Ventilator",
"es": "Seleccione Dmaker Fan",
"fr": "Sélectionnez Dmaker Ventilateur",
"it": "Seleziona Dmaker Ventilatore",
"no": "Velg Dmaker Vifte",
"sv": "Välj Dmaker Fläkt",
"pl": "Wybierz wentylator Dmaker",
"ru": "Выберите вентилятор Dmaker",
"ko": "Dmaker 팬 선택"
},
"filter": "driver_id=fan_dmaker_advanced"
}
],
"platforms": [
"local"
],
"id": "fanDmakerMode"
},
{
"id": "fanPowerVacuum",
"title": {
"en": "Set Fanspeed",
"nl": "Stel ventilator in",
"da": "Indstil ventilatorhastighed",
"de": "Lüftergeschwindigkeit einstellen",
"es": "Ajustar la velocidad del ventilador",
"fr": "Régler la vitesse du ventilateur",
"it": "Imposta velocità ventola",
"no": "Sett viftespeed",
"sv": "Ställ in fläkthastigheten",
"pl": "Ustaw prędkość wentylatora",
"ru": "Установить скорость вентилятора",
"ko": "팬 속도 설정"
},
"titleFormatted": {
"en": "Set Fanspeed [[fanspeed]]",
"nl": "Stel ventilator in op [[fanspeed]]",
"da": "Indstil ventilatorhastighed [[fanspeed]]",
"de": "Lüftergeschwindigkeit einstellen [[fanspeed]]",
"es": "Ajustar la velocidad del ventilador [[fanspeed]]",
"fr": "Régler la vitesse du ventilateur [[fanspeed]]",
"it": "Imposta velocità ventola [[fanspeed]]",
"no": "Sett viftespeed [[fanspeed]]",
"sv": "Ställ in fläkthastigheten [[fanspeed]]",
"pl": "Ustaw prędkość wentylatora [[fanspeed]]",
"ru": "Установить скорость вентилятора [[fanspeed]]",
"ko": "팬 속도 설정 [[fanspeed]]"
},
"args": [
{
"name": "fanspeed",
"title": {
"en": "Fanspeed",
"nl": "Fan snelheid",
"da": "Ventilatorhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità della ventola",
"no": "Viftespeed",
"sv": "Fläkthastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"type": "dropdown",
"values": [
{
"id": "38",
"label": {
"en": "Quiet",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "66",
"label": {
"en": "Balanced",
"nl": "Gebalanceerd",
"da": "Balanceret",
"de": "Ausgewogen",
"es": "Equilibrado",
"fr": "Équilibré",
"it": "Bilanciato",
"no": "Balansert",
"sv": "Balanserad",
"pl": "Zrównoważony",
"ru": "Сбалансированный",
"ko": "균형 잡힌"
}
},
{
"id": "77",
"label": {
"en": "Turbo",
"nl": "Turbo",
"da": "Turbo",
"de": "Turbo",
"es": "Turbo",
"fr": "Turbo",
"it": "Turbo",
"no": "Turbo",
"sv": "Turbo",
"pl": "Turbo",
"ru": "Турбо",
"ko": "터보"
}
},
{
"id": "90",
"label": {
"en": "Max",
"nl": "Maximum",
"da": "Maks",
"de": "Max",
"es": "Max",
"fr": "Max",
"it": "Max",
"no": "Maks",
"sv": "Maks",
"pl": "Maks",
"ru": "Макс",
"ko": "맥스"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Robot",
"nl": "Selecteer Mi Robot",
"da": "Vælg Mi Robot",
"de": "Mi Roboter auswählen",
"es": "Selecciona Mi Robot",
"fr": "Sélectionnez Mi Robot",
"it": "Seleziona Mi Robot",
"no": "Velg Mi Robot",
"sv": "Välj Mi Robot",
"pl": "Wybierz Mi Robot",
"ru": "Выберите Mi Robot",
"ko": "Mi 로봇 선택"
},
"filter": "driver_id=mi-robot"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Sæt modus til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Establecer modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Natural Wind",
"nl": "Natuur wind",
"da": "Naturlig vind",
"de": "Natürlicher Wind",
"es": "Viento Natural",
"fr": "Vent Naturel",
"it": "Vento Naturale",
"no": "Naturlig vind",
"sv": "Naturlig vind",
"pl": "Naturalny wiatr",
"ru": "Естественный ветер",
"ko": "자연풍"
}
},
{
"id": "1",
"title": {
"en": "Straight Wind",
"nl": "Rechte wind",
"da": "Lige vind",
"de": "Gerader Wind",
"es": "Viento Directo",
"fr": "Vent Droit",
"it": "Vento Dritto",
"no": "Rett vind",
"sv": "Rakt vind",
"pl": "Prosty wiatr",
"ru": "Прямой ветер",
"ko": "직선풍"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Fan",
"nl": "Selecteer Fan",
"da": "Vælg ventilator",
"de": "Lüfter auswählen",
"es": "Seleccionar Ventilador",
"fr": "Sélectionner le Ventilateur",
"it": "Seleziona Ventilatore",
"no": "Velg vifte",
"sv": "Välj fläkt",
"pl": "Wybierz Wentylator",
"ru": "Выбрать вентилятор",
"ko": "팬 선택"
},
"filter": "driver_id=fan_zhimi_advanced|fan_zhimi_fan_za5"
}
],
"platforms": [
"local"
],
"id": "fanZhimiMode"
},
{
"id": "findVacuum",
"title": {
"en": "Find vacuum cleaner",
"nl": "Vind stofzuiger",
"da": "Find støvsuger",
"de": "Staubsauger finden",
"es": "Encontrar aspiradora",
"fr": "Trouver l'aspirateur",
"it": "Trova l'aspirapolvere",
"no": "Finn støvsugeren",
"sv": "Hitta dammsugare",
"pl": "Znajdź odkurzacz",
"ru": "Найти пылесос",
"ko": "진공 청소기 찾기"
},
"hint": {
"en": "Let the vacuum cleaner tell you where it's at",
"nl": "Laat de stofzuiger vertellen waar hij is",
"da": "Lad støvsugeren fortælle dig, hvor den er",
"de": "Lass den Staubsauger dir sagen, wo er ist",
"es": "Deja que la aspiradora te diga dónde está",
"fr": "Laisse l'aspirateur te dire où il est",
"it": "Lascia che l'aspirapolvere ti dica dove si trova",
"no": "La støvsugeren fortelle deg hvor den er",
"sv": "Låt dammsugaren berätta var den är",
"pl": "Pozwól odkuraczowi powiedzieć, gdzie się znajduje",
"ru": "Пусть пылесос скажет, где он",
"ko": "진공 청소기가 어디에 있는지 알려주세요"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Robot",
"nl": "Selecteer Mi Robot",
"da": "Vælg Mi Robot",
"de": "Wählen Sie Mi Robot",
"es": "Seleccionar Mi Robot",
"fr": "Sélectionner Mi Robot",
"it": "Seleziona Mi Robot",
"no": "Velg Mi Robot",
"sv": "Välj Mi Robot",
"pl": "Wybierz Mi Robot",
"ru": "Выберите Mi Robot",
"ko": "Mi Robot 선택"
},
"filter": "driver_id=mi-robot|vacuum_mi_rockrobo_vacuum_advanced|vacuum_mi_rockrobo_vacuum_t6"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Play custom radio station",
"nl": "Afspelen custom radio station",
"da": "Afspil tilpasset radiostation",
"de": "Spiele benutzerdefinierten Radiosender",
"es": "Reproduce emisora de radio personalizada",
"fr": "Lire station de radio personnalisée",
"it": "Riproduci stazione radio personalizzata",
"no": "Spill tilpasset radiostasjon",
"sv": "Spela anpassad radiostation",
"pl": "Odtwórz dostosowaną stację radiową",
"ru": "Воспроизвести пользовательскую радиостанцию",
"ko": "맞춤형 라디오 방송국 재생"
},
"titleFormatted": {
"en": "Play custom radio station [[id]] on url [[url]] with volume [[volume]]",
"nl": "Afspelen custom radio station [[id]] op [[url]] met volume [[volume]]",
"da": "Afspil tilpasset radiostation [[id]] på url [[url]] med lydstyrke [[volume]]",
"de": "Spiele benutzerdefinierten Radiosender [[id]] auf URL [[url]] mit Lautstärke [[volume]]",
"es": "Reproduce emisora de radio personalizada [[id]] en url [[url]] con volumen [[volume]]",
"fr": "Lire station de radio personnalisée [[id]] sur url [[url]] avec volume [[volume]]",
"it": "Riproduci stazione radio personalizzata [[id]] su url [[url]] con volume [[volume]]",
"no": "Spill tilpasset radiostasjon [[id]] på url [[url]] med volum [[volume]]",
"sv": "Spela anpassad radiostation [[id]] på url [[url]] med volym [[volume]]",
"pl": "Odtwórz dostosowaną stację radiową [[id]] na url [[url]] z głośnością [[volume]]",
"ru": "Воспроизведите пользовательскую радиостанцию [[id]] на url [[url]] с громкостью [[volume]]",
"ko": "맞춤형 라디오 방송국 [[id]]의 url [[url]]에서 볼륨 [[volume]]으로 재생"
},
"args": [
{
"name": "id",
"title": {
"en": "Station ID",
"nl": "Station ID",
"da": "Station ID",
"de": "Sender-ID",
"es": "ID de estación",
"fr": "ID de la station",
"it": "ID stazione",
"no": "Stasjons-ID",
"sv": "Stations-ID",
"pl": "ID stacji",
"ru": "ID станции",
"ko": "방송국 ID"
},
"type": "text",
"placeholder": {
"en": "ID",
"nl": "ID",
"da": "ID",
"de": "ID",
"es": "ID",
"fr": "ID",
"it": "ID",
"no": "ID",
"sv": "ID",
"pl": "ID",
"ru": "ID",
"ko": "ID"
}
},
{
"name": "url",
"title": {
"en": "URL",
"nl": "URL",
"da": "URL",
"de": "URL",
"es": "URL",
"fr": "URL",
"it": "URL",
"no": "URL",
"sv": "URL",
"pl": "URL",
"ru": "URL",
"ko": "URL"
},
"type": "text",
"placeholder": {
"en": "URL",
"nl": "URL",
"da": "URL",
"de": "URL",
"es": "URL",
"fr": "URL",
"it": "URL",
"no": "URL",
"sv": "URL",
"pl": "URL",
"ru": "URL",
"ko": "URL"
}
},
{
"type": "range",
"title": {
"en": "Volume",
"nl": "Volume",
"da": "Volumen",
"de": "Lautstärke",
"es": "Volumen",
"fr": "Volume",
"it": "Volume",
"no": "Volum",
"sv": "Volym",
"pl": "Głośność",
"ru": "Громкость",
"ko": "볼륨"
},
"name": "volume",
"min": 0,
"max": 1,
"step": 0.01,
"label": "%",
"labelMultiplier": 100,
"labelDecimals": 0
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Gateway",
"nl": "Selecteer Gateway",
"da": "Vælg Gateway",
"de": "Gateway auswählen",
"es": "Seleccionar Gateway",
"fr": "Sélectionner la passerelle",
"it": "Seleziona Gateway",
"no": "Velg Gateway",
"sv": "Välj Gateway",
"pl": "Wybierz bramę",
"ru": "Выберите шлюз",
"ko": "게이트웨이 선택"
},
"filter": "driver_id=gateway"
}
],
"platforms": [
"local"
],
"id": "gateway_custom_radio"
},
{
"title": {
"en": "Play effect",
"nl": "Speel effect",
"da": "Afspil effekt",
"de": "Effekt abspielen",
"es": "Reproducir efecto",
"fr": "Jouer l'effet",
"it": "Riproduci effetto",
"no": "Spill av effekt",
"sv": "Spela effekt",
"pl": "Odtwórz efekt",
"ru": "Воспроизвести эффект",
"ko": "효과 재생"
},
"titleFormatted": {
"en": "Play effect [[toneID]]",
"nl": "Speel effect [[toneID]]",
"da": "Afspil effekt [[toneID]]",
"de": "Effekt abspielen [[toneID]]",
"es": "Reproducir efecto [[toneID]]",
"fr": "Jouer l'effet [[toneID]]",
"it": "Riproduci effetto [[toneID]]",
"no": "Spill av effekt [[toneID]]",
"sv": "Spela effekt [[toneID]]",
"pl": "Odtwórz efekt [[toneID]]",
"ru": "Воспроизвести эффект [[toneID]]",
"ko": "효과 재생 [[toneID]]"
},
"args": [
{
"type": "dropdown",
"title": {
"en": "Effect ID",
"nl": "Effect ID",
"da": "Effekt-ID",
"de": "Effekt-ID",
"es": "ID de efecto",
"fr": "ID d'effet",
"it": "ID effetto",
"no": "Effekt-ID",
"sv": "Effekt-ID",
"pl": "ID efektu",
"ru": "ID эффекта",
"ko": "효과 ID"
},
"name": "toneID",
"values": [
{
"id": "0",
"label": {
"en": "Police car 1",
"da": "Politibil 1",
"de": "Polizeiauto 1",
"es": "Coche de policía 1",
"fr": "Voiture de police 1",
"it": "Auto della polizia 1",
"no": "Politibil 1",
"sv": "Polisbil 1",
"pl": "Radiowóz 1",
"ru": "Полицейская машина 1",
"ko": "경찰차 1"
}
},
{
"id": "1",
"label": {
"en": "Police car 2",
"da": "Politibil 2",
"de": "Polizeiauto 2",
"es": "Coche de policía 2",
"fr": "Voiture de police 2",
"it": "Auto della polizia 2",
"no": "Politibil 2",
"sv": "Polisbil 2",
"pl": "Radiowóz 2",
"ru": "Полицейская машина 2",
"ko": "경찰차 2"
}
},
{
"id": "2",
"label": {
"en": "Accident",
"da": "Uheld",
"de": "Unfall",
"es": "Accidente",
"fr": "Accident",
"it": "Incidente",
"no": "Ulykke",
"sv": "Olycka",
"pl": "Wypadek",
"ru": "Авария",
"ko": "사고"
}
},
{
"id": "3",
"label": {
"en": "Countdown",
"da": "Nedtælling",
"de": "Countdown",
"es": "Cuenta regresiva",
"fr": "Compte à rebours",
"it": "Conto alla rovescia",
"no": "Nedtelling",
"sv": "Nedräkning",
"pl": "Odliczanie",
"ru": "Обратный отсчет",
"ko": "카운트다운"
}
},
{
"id": "4",
"label": {
"en": "Ghost",
"da": "Spøgelse",
"de": "Gespenst",
"es": "Fantasma",
"fr": "Fantôme",
"it": "Fantasma",
"no": "Spøkelse",
"sv": "Spöke",
"pl": "Duch",
"ru": "Призрак",
"ko": "유령"
}
},
{
"id": "5",
"label": {
"en": "Sniper rifle",
"da": "Snigskytteriffel",
"de": "Scharfschützengewehr",
"es": "Rifle de francotirador",
"fr": "Fusil de sniper",
"it": "Fucile da cecchino",
"no": "Snikskytterifle",
"sv": "Krypskyttegevär",
"pl": "Karabin snajperski",
"ru": "Снайперская винтовка",
"ko": "저격 소총"
}
},
{
"id": "6",
"label": {
"en": "Battle",
"da": "Kamp",
"de": "Schlacht",
"es": "Batalla",
"fr": "Bataille",
"it": "Battaglia",
"no": "Kamp",
"sv": "Strid",
"pl": "Bitwa",
"ru": "Битва",
"ko": "전투"
}
},
{
"id": "7",
"label": {
"en": "Air raid",
"da": "Luftangreb",
"de": "Luftangriff",
"es": "Ataque aéreo",
"fr": "Raid aérien",
"it": "Incursione aerea",
"no": "Luftangrep",
"sv": "Flyganfall",
"pl": "Nalot",
"ru": "Воздушный налет",
"ko": "공습"
}
},
{
"id": "8",
"label": {
"en": "Bark",
"da": "Gøen",
"de": "Bellen",
"es": "Ladrido",
"fr": "Aboiement",
"it": "Abbaiare",
"no": "Bjeffing",
"sv": "Skall",
"pl": "Szczekanie",
"ru": "Лай",
"ko": "짖다"
}
},
{
"id": "10",
"label": {
"en": "Doorbell",
"da": "Dørklokke",
"de": "Türklingel",
"es": "Timbre",
"fr": "Sonnette",
"it": "Campanello",
"no": "Ringeklokke",
"sv": "Dörrklocka",
"pl": "Dzwonek do drzwi",
"ru": "Дверной звонок",
"ko": "문 벨"
}
},
{
"id": "11",
"label": {
"en": "Knock at a door",
"da": "Banke på en dør",
"de": "Klopfen an der Tür",
"es": "Llamar a la puerta",
"fr": "Frapper à une porte",
"it": "Bussare alla porta",
"no": "Banke på en dør",
"sv": "Knacka på en dörr",
"pl": "Pukanie do drzwi",
"ru": "стучать в дверь",
"ko": "문을 두드리다"
}
},
{
"id": "12",
"label": {
"en": "Amuse",
"da": "Underholde",
"de": "Unterhalten",
"es": "Divertir",
"fr": "Amuser",
"it": "Divertire",
"no": "Underholde",
"sv": "Underhålla",
"pl": "Bawić",
"ru": "развлекать",
"ko": "즐겁게 하다"
}
},
{
"id": "13",
"label": {
"en": "Alarm clock",
"da": "Vækkeur",
"de": "Wecker",
"es": "Reloj despertador",
"fr": "Réveil",
"it": "Sveglia",
"no": "Vekkerklokke",
"sv": "Väckarklocka",
"pl": "Budzik",
"ru": "Будильник",
"ko": "알람 시계"
}
},
{
"id": "20",
"label": {
"en": "MiMix",
"da": "MiMix",
"de": "MiMix",
"es": "MiMix",
"fr": "MiMix",
"it": "MiMix",
"no": "MiMix",
"sv": "MiMix",
"pl": "MiMix",
"ru": "MiMix",
"ko": "MiMix"
}
},
{
"id": "21",
"label": {
"en": "Enthusiastic",
"da": "Entusiastisk",
"de": "Enthusiastisch",
"es": "Entusiasta",
"fr": "Enthousiaste",
"it": "Entusiasta",
"no": "Entusiastisk",
"sv": "Entusiastisk",
"pl": "Entuzjastyczny",
"ru": "Восторженный",
"ko": "열렬한"
}
},
{
"id": "22",
"label": {
"en": "GuitarClassic",
"da": "GuitarClassic",
"de": "GuitarClassic",
"es": "GuitarClassic",
"fr": "GuitarClassic",
"it": "GuitarClassic",
"no": "GuitarClassic",
"sv": "GuitarClassic",
"pl": "GuitarClassic",
"ru": "GuitarClassic",
"ko": "GuitarClassic"
}
},
{
"id": "23",
"label": {
"en": "IceWorldPiano",
"da": "IceWorldPiano",
"de": "IceWorldPiano",
"es": "IceWorldPiano",
"fr": "IceWorldPiano",
"it": "IceWorldPiano",
"no": "IceWorldPiano",
"sv": "IceWorldPiano",
"pl": "IceWorldPiano",
"ru": "IceWorldPiano",
"ko": "IceWorldPiano"
}
},
{
"id": "24",
"label": {
"en": "LeisureTime",
"da": "LeisureTime",
"de": "LeisureTime",
"es": "LeisureTime",
"fr": "LeisureTime",
"it": "LeisureTime",
"no": "LeisureTime",
"sv": "LeisureTime",
"pl": "LeisureTime",
"ru": "LeisureTime",
"ko": "LeisureTime"
}
},
{
"id": "25",
"label": {
"en": "ChildHood",
"da": "ChildHood",
"de": "ChildHood",
"es": "ChildHood",
"fr": "ChildHood",
"it": "ChildHood",
"no": "ChildHood",
"sv": "ChildHood",
"pl": "ChildHood",
"ru": "ChildHood",
"ko": "ChildHood"
}
},
{
"id": "26",
"label": {
"en": "MorningStreamLiet",
"da": "MorningStreamLiet",
"de": "MorningStreamLiet",
"es": "MorningStreamLiet",
"fr": "MorningStreamLiet",
"it": "MorningStreamLiet",
"no": "MorningStreamLiet",
"sv": "MorningStreamLiet",
"pl": "MorningStreamLiet",
"ru": "MorningStreamLiet",
"ko": "MorningStreamLiet"
}
},
{
"id": "27",
"label": {
"en": "MusicBox",
"da": "MusicBox",
"de": "MusicBox",
"es": "MusicBox",
"fr": "MusicBox",
"it": "MusicBox",
"no": "MusicBox",
"sv": "MusicBox",
"pl": "MusicBox",
"ru": "MusicBox",
"ko": "MusicBox"
}
},
{
"id": "28",
"label": {
"en": "Orange",
"da": "Orange",
"de": "Orange",
"es": "Naranja",
"fr": "Orange",
"it": "Arancio",
"no": "Oransje",
"sv": "Orange",
"pl": "Pomarańczowy",
"ru": "Оранжевый",
"ko": "오렌지"
}
},
{
"id": "29",
"label": {
"en": "Thinker",
"da": "Tænker",
"de": "Denker",
"es": "Pensador",
"fr": "Penseur",
"it": "Pensatore",
"no": "Tenker",
"sv": "Tänker",
"pl": "Myśliciel",
"ru": "Мыслитель",
"ko": "사색가"
}
},
{
"id": "10000",
"label": {
"en": "MUTE",
"da": "STUM",
"de": "STUMM",
"es": "MUDO",
"fr": "SILENCE",
"it": "MUTO",
"no": "STILLE",
"sv": "TYST",
"pl": "WYŁĄCZONY",
"ru": "БЕСШУМНЫЙ",
"ko": "무음"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Gateway",
"nl": "Selecteer Gateway",
"da": "Vælg Gateway",
"de": "Gateway auswählen",
"es": "Seleccionar Gateway",
"fr": "Sélectionner la passerelle",
"it": "Seleziona Gateway",
"no": "Velg Gateway",
"sv": "Välj Gateway",
"pl": "Wybierz Gateway",
"ru": "Выберите шлюз",
"ko": "게이트웨이 선택"
},
"filter": "driver_id=gateway"
}
],
"platforms": [
"local"
],
"id": "gateway_play_effect"
},
{
"title": {
"en": "Play favorite radio station",
"nl": "Afspelen favoriete radio station",
"da": "Afspil favorit radiostation",
"de": "Favoriten-Radiosender abspielen",
"es": "Reproducir emisora de radio favorita",
"fr": "Jouer la station de radio favorite",
"it": "Riproduci stazione radio preferita",
"no": "Spill favoritt radiostasjon",
"sv": "Spela favorit radiostation",
"pl": "Odtwórz ulubioną stację radiową",
"ru": "Воспроизвести любимую радиостанцию",
"ko": "좋아하는 라디오 방송 재생"
},
"titleFormatted": {
"en": "Play favorite radio station [[favoriteID]] with volume [[volume]]",
"nl": "Afspelen favoriete radio station [[favoriteID]] met volume [[volume]]",
"da": "Afspil favorit radiostation [[favoriteID]] med lydstyrke [[volume]]",
"de": "Favoriten-Radiosender [[favoriteID]] mit Lautstärke [[volume]] abspielen",
"es": "Reproducir emisora de radio favorita [[favoriteID]] con volumen [[volume]]",
"fr": "Jouer la station de radio favorite [[favoriteID]] avec le volume [[volume]]",
"it": "Riproduci stazione radio preferita [[favoriteID]] con volume [[volume]]",
"no": "Spill favoritt radiostasjon [[favoriteID]] med volum [[volume]]",
"sv": "Spela favorit radiostation [[favoriteID]] med volym [[volume]]",
"pl": "Odtwórz ulubioną stację radiową [[favoriteID]] z głośnością [[volume]]",
"ru": "Воспроизвести любимую радиостанцию [[favoriteID]] с громкостью [[volume]]",
"ko": "좋아하는 라디오 방송 [[favoriteID]] 볼륨 [[volume]]으로 재생"
},
"args": [
{
"type": "dropdown",
"title": {
"en": "Station ID",
"nl": "Station ID",
"da": "Station ID",
"de": "Stations-ID",
"es": "ID de estación",
"fr": "ID de la station",
"it": "ID stazione",
"no": "Stasjons-ID",
"sv": "Stations-ID",
"pl": "ID stacji",
"ru": "Идентификатор станции",
"ko": "스테이션 ID"
},
"name": "favoriteID",
"values": [
{
"id": "0",
"label": {
"en": "1 - favorite radio",
"nl": "1 - favoriete station",
"da": "1 - favorit radio",
"de": "1 - Lieblingsradio",
"es": "1 - radio favorita",
"fr": "1 - radio favorite",
"it": "1 - radio preferita",
"no": "1 - favoritt radio",
"sv": "1 - favorit radio",
"pl": "1 - ulubione radio",
"ru": "1 - любимое радио",
"ko": "1 - 좋아하는 라디오"
}
},
{
"id": "1",
"label": {
"en": "2 - favorite radio",
"nl": "2 - favoriete station",
"da": "2 - favorit radio",
"de": "2 - Lieblingsradio",
"es": "2 - radio favorita",
"fr": "2 - radio favorite",
"it": "2 - radio preferita",
"no": "2 - favoritt radio",
"sv": "2 - favorit radio",
"pl": "2 - ulubione radio",
"ru": "2 - любимое радио",
"ko": "2 - 좋아하는 라디오"
}
},
{
"id": "2",
"label": {
"en": "3 - favorite radio",
"nl": "3 - favoriete station",
"da": "3 - favorit radio",
"de": "3 - Lieblingsradio",
"es": "3 - radio favorita",
"fr": "3 - radio favorite",
"it": "3 - radio preferita",
"no": "3 - favoritt radio",
"sv": "3 - favorit radio",
"pl": "3 - ulubione radio",
"ru": "3 - любимое радио",
"ko": "3 - 좋아하는 라디오"
}
},
{
"id": "3",
"label": {
"en": "4 - favorite radio",
"nl": "4 - favoriete station",
"da": "4 - favorit radio",
"de": "4 - Lieblingsradio",
"es": "4 - radio favorita",
"fr": "4 - radio favorite",
"it": "4 - radio preferita",
"no": "4 - favoritt radio",
"sv": "4 - favorit radio",
"pl": "4 - ulubione radio",
"ru": "4 - любимое радио",
"ko": "4 - 좋아하는 라디오"
}
},
{
"id": "4",
"label": {
"en": "5 - favorite radio",
"nl": "5 - favoriete station",
"da": "5 - favorit radio",
"de": "5 - Lieblingsradio",
"es": "5 - radio favorita",
"fr": "5 - radio favorite",
"it": "5 - radio preferita",
"no": "5 - favoritt radio",
"sv": "5 - favorit radio",
"pl": "5 - ulubione radio",
"ru": "5 - любимое радио",
"ko": "5 - 좋아하는 라디오"
}
},
{
"id": "5",
"label": {
"en": "6 - favorite radio",
"nl": "6 - favoriete station",
"da": "6 - favorit radio",
"de": "6 - Lieblingsradio",
"es": "6 - radio favorita",
"fr": "6 - radio favorite",
"it": "6 - radio preferita",
"no": "6 - favoritt radio",
"sv": "6 - favorit radio",
"pl": "6 - ulubione radio",
"ru": "6 - любимое радио",
"ko": "6 - 좋아하는 라디오"
}
},
{
"id": "6",
"label": {
"en": "7 - favorite radio",
"nl": "7 - favoriete station",
"da": "7 - favorit radio",
"de": "7 - Lieblingsradio",
"es": "7 - radio favorita",
"fr": "7 - radio favorite",
"it": "7 - radio preferita",
"no": "7 - favoritt radio",
"sv": "7 - favorit radio",
"pl": "7 - ulubione radio",
"ru": "7 - любимое радио",
"ko": "7 - 좋아하는 라디오"
}
},
{
"id": "7",
"label": {
"en": "8 - favorite radio",
"nl": "8 - favoriete station",
"da": "8 - favorit radio",
"de": "8 - Lieblingsradio",
"es": "8 - radio favorita",
"fr": "8 - radio favorite",
"it": "8 - radio preferita",
"no": "8 - favoritt radio",
"sv": "8 - favorit radio",
"pl": "8 - ulubione radio",
"ru": "8 - любимое радио",
"ko": "8 - 좋아하는 라디오"
}
},
{
"id": "8",
"label": {
"en": "9 - favorite radio",
"nl": "9 - favoriete station",
"da": "9 - favorit radio",
"de": "9 - Lieblingsradio",
"es": "9 - radio favorita",
"fr": "9 - radio favorite",
"it": "9 - radio preferita",
"no": "9 - favoritt radio",
"sv": "9 - favorit radio",
"pl": "9 - ulubione radio",
"ru": "9 - любимое радио",
"ko": "9 - 좋아하는 라디오"
}
},
{
"id": "9",
"label": {
"en": "10 - favorite radio",
"nl": "10 - favoriete station",
"da": "10 - favorit radio",
"de": "10 - Lieblingsradio",
"es": "10 - radio favorita",
"fr": "10 - radio favorite",
"it": "10 - radio preferita",
"no": "10 - favoritt radio",
"sv": "10 - favorit radio",
"pl": "10 - ulubione radio",
"ru": "10 - любимое радио",
"ko": "10 - 좋아하는 라디오"
}
},
{
"id": "10",
"label": {
"en": "11 - favorite radio",
"nl": "11 - favoriete station",
"da": "11 - favorit radio",
"de": "11 - Lieblingsradio",
"es": "11 - radio favorita",
"fr": "11 - radio favorite",
"it": "11 - radio preferita",
"no": "11 - favoritt radio",
"sv": "11 - favorit radio",
"pl": "11 - ulubione radio",
"ru": "11 - любимое радио",
"ko": "11 - 좋아하는 라디오"
}
},
{
"id": "11",
"label": {
"en": "12 - favorite radio",
"nl": "12 - favoriete station",
"da": "12 - favorit radio",
"de": "12 - Lieblingsradio",
"es": "12 - radio favorita",
"fr": "12 - radio favorite",
"it": "12 - radio preferita",
"no": "12 - favoritt radio",
"sv": "12 - favorit radio",
"pl": "12 - ulubione radio",
"ru": "12 - любимое радио",
"ko": "12 - 좋아하는 라디오"
}
},
{
"id": "12",
"label": {
"en": "13 - favorite radio",
"nl": "13 - favoriete station",
"da": "13 - favorit radio",
"de": "13 - Lieblingsradio",
"es": "13 - radio favorita",
"fr": "13 - radio favorite",
"it": "13 - radio preferita",
"no": "13 - favoritt radio",
"sv": "13 - favorit radio",
"pl": "13 - ulubione radio",
"ru": "13 - любимое радио",
"ko": "13 - 좋아하는 라디오"
}
},
{
"id": "13",
"label": {
"en": "14 - favorite radio",
"nl": "14 - favoriete station",
"da": "14 - favorit radio",
"de": "14 - Lieblingsradio",
"es": "14 - radio favorita",
"fr": "14 - radio favorite",
"it": "14 - radio preferita",
"no": "14 - favoritt radio",
"sv": "14 - favorit radio",
"pl": "14 - ulubione radio",
"ru": "14 - любимое радио",
"ko": "14 - 좋아하는 라디오"
}
},
{
"id": "13",
"label": {
"en": "15 - favorite radio",
"nl": "15 - favoriete station",
"da": "15 - favorit radio",
"de": "15 - Lieblingsradio",
"es": "15 - radio favorita",
"fr": "15 - radio favorite",
"it": "15 - radio preferita",
"no": "15 - favoritt radio",
"sv": "15 - favorit radio",
"pl": "15 - ulubione radio",
"ru": "15 - любимое радио",
"ko": "15 - 좋아하는 라디오"
}
}
]
},
{
"type": "range",
"title": {
"en": "Volume",
"nl": "Volume",
"da": "Lydstyrke",
"de": "Lautstärke",
"es": "Volumen",
"fr": "Volume",
"it": "Volume",
"no": "Volum",
"sv": "Volym",
"pl": "Głośność",
"ru": "Громкость",
"ko": "볼륨"
},
"name": "volume",
"min": 0,
"max": 1,
"step": 0.01,
"label": "%",
"labelMultiplier": 100,
"labelDecimals": 0
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Robot",
"nl": "Selecteer Mi Robot",
"da": "Vælg Mi Robot",
"de": "Wählen Sie Mi Robot",
"es": "Selecciona Mi Robot",
"fr": "Sélectionnez Mi Robot",
"it": "Seleziona Mi Robot",
"no": "Velg Mi Robot",
"sv": "Välj Mi Robot",
"pl": "Wybierz Mi Robot",
"ru": "Выберите Mi Robot",
"ko": "Mi Robot 선택"
},
"filter": "driver_id=gateway"
}
],
"id": "gateway_play_radio"
},
{
"title": {
"en": "Set volume for",
"nl": "Set volume voor",
"da": "Indstil lydstyrke for",
"de": "Lautstärke einstellen für",
"es": "Establecer volumen para",
"fr": "Régler le volume pour",
"it": "Imposta il volume per",
"no": "Sett volum for",
"sv": "Ställ in volymen för",
"pl": "Ustaw głośność dla",
"ru": "Установить громкость для",
"ko": "볼륨 설정"
},
"titleFormatted": {
"en": "Set volume to [[volume]] for [[target]]",
"nl": "Zet volume naar [[volume]] voor [[target]]",
"da": "Indstil lydstyrke til [[volume]] for [[target]]",
"de": "Lautstärke auf [[volume]] einstellen für [[target]]",
"es": "Establecer volumen a [[volume]] para [[target]]",
"fr": "Régler le volume à [[volume]] pour [[target]]",
"it": "Imposta il volume a [[volume]] per [[target]]",
"no": "Sett volum til [[volume]] for [[target]]",
"sv": "Ställ in volymen till [[volume]] för [[target]]",
"pl": "Ustaw głośność na [[volume]] dla [[target]]",
"ru": "Установить громкость на [[volume]] для [[target]]",
"ko": "[[target]]의 [[volume]]로 볼륨 설정"
},
"args": [
{
"type": "dropdown",
"title": {
"en": "Target",
"nl": "Doel",
"da": "Mål",
"de": "Ziel",
"es": "Objetivo",
"fr": "Cible",
"it": "Obiettivo",
"no": "Mål",
"sv": "Mål",
"pl": "Cel",
"ru": "Цель",
"ko": "대상"
},
"name": "target",
"values": [
{
"id": "alarm",
"label": {
"en": "Alarm",
"nl": "Alarm",
"da": "Alarm",
"de": "Alarm",
"es": "Alarma",
"fr": "Alarme",
"it": "Allarme",
"no": "Alarm",
"sv": "Larm",
"pl": "Alarm",
"ru": "Тревога",
"ko": "알람"
}
},
{
"id": "doorbell",
"label": {
"en": "Doorbell",
"nl": "Deurbel",
"da": "Dørklokke",
"de": "Türklingel",
"es": "Timbre",
"fr": "Sonnette",
"it": "Campanello",
"no": "Ringeklokke",
"sv": "Dörrklocka",
"pl": "Dzwonek do drzwi",
"ru": "Дверной звонок",
"ko": "초인종"
}
},
{
"id": "prompt",
"label": {
"en": "Prompt",
"nl": "Waarschuwing",
"da": "Påmindelse",
"de": "Eingabeaufforderung",
"es": "Mensaje",
"fr": "Message",
"it": "Richiesta",
"no": "Spørsmål",
"sv": "Uppmaning",
"pl": "Komunikat",
"ru": "Подсказка",
"ko": "프롬프트"
}
},
{
"id": "radio",
"label": {
"en": "Radio",
"nl": "Radio",
"da": "Radio",
"de": "Radio",
"es": "Radio",
"fr": "Radio",
"it": "Radio",
"no": "Radio",
"sv": "Radio",
"pl": "Radio",
"ru": "Радио",
"ko": "라디오"
}
}
]
},
{
"type": "range",
"title": {
"en": "Volume",
"nl": "Volume",
"da": "Lydstyrke",
"de": "Lautstärke",
"es": "Volumen",
"fr": "Volume",
"it": "Volume",
"no": "Volum",
"sv": "Volym",
"pl": "Głośność",
"ru": "Громкость",
"ko": "볼륨"
},
"name": "volume",
"min": 0,
"max": 1,
"step": 0.01,
"label": "%",
"labelMultiplier": 100,
"labelDecimals": 0
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Gateway",
"nl": "Selecteer Gateway",
"da": "Vælg Gateway",
"de": "Gateway auswählen",
"es": "Seleccionar Gateway",
"fr": "Sélectionner Gateway",
"it": "Seleziona Gateway",
"no": "Velg Gateway",
"sv": "Välj Gateway",
"pl": "Wybierz Gateway",
"ru": "Выберите Gateway",
"ko": "게이트웨이 선택"
},
"filter": "driver_id=gateway"
}
],
"platforms": [
"local"
],
"id": "gateway_set_volume"
},
{
"id": "goToTargetVacuum",
"title": {
"en": "Send vacuum cleaner to target",
"nl": "Stuur stofzuiger naar doel",
"da": "Send støvsuger til mål",
"de": "Sende Staubsauger zum Ziel",
"es": "Enviar aspiradora al objetivo",
"fr": "Envoyer l'aspirateur à la cible",
"it": "Invia aspirapolvere al bersaglio",
"no": "Send støvsuger til mål",
"sv": "Skicka dammsugare till mål",
"pl": "Wyślij odkurzacz do celu",
"ru": "Отправить пылесос к цели",
"ko": "진공 청소기를 목표 지점으로 보내기"
},
"titleFormatted": {
"en": "Send vacuum cleaner to coordinates X [[xcoordinate]] and Y [[ycoordinate]]",
"nl": "Stuur stofzuiger naar coördinaten X [[xcoordinate]] en Y [[ycoordinate]]",
"da": "Send støvsuger til koordinaterne X [[xcoordinate]] og Y [[ycoordinate]]",
"de": "Senden Sie den Staubsauger zu den Koordinaten X [[xcoordinate]] und Y [[ycoordinate]]",
"es": "Enviar aspiradora a las coordenadas X [[xcoordinate]] e Y [[ycoordinate]]",
"fr": "Envoyer l'aspirateur aux coordonnées X [[xcoordinate]] et Y [[ycoordinate]]",
"it": "Invia l'aspirapolvere alle coordinate X [[xcoordinate]] e Y [[ycoordinate]]",
"no": "Send støvsuger til koordinater X [[xcoordinate]] og Y [[ycoordinate]]",
"sv": "Skicka dammsugare till koordinaterna X [[xcoordinate]] och Y [[ycoordinate]]",
"pl": "Wyślij odkurzacz na współrzędne X [[xcoordinate]] i Y [[ycoordinate]]",
"ru": "Отправить пылесос на координаты X [[xcoordinate]] и Y [[ycoordinate]]",
"ko": "진공 청소기를 X [[xcoordinate]] 및 Y [[ycoordinate]] 좌표로 보내기"
},
"hint": {
"en": "Enter the x and y coordinates of the target: ex. 25000 and 28000",
"nl": "Voer de x en y coördinaten van het doel in: bv. 25000 en 28000",
"da": "Indtast x- og y-koordinaterne for målet: f.eks. 25000 og 28000",
"de": "Geben Sie die x- und y-Koordinaten des Ziels ein: z.B. 25000 und 28000",
"es": "Introduzca las coordenadas x e y del objetivo: ej. 25000 y 28000",
"fr": "Entrez les coordonnées x et y de la cible : ex. 25000 et 28000",
"it": "Inserisci le coordinate x e y del bersaglio: es. 25000 e 28000",
"no": "Skriv inn x- og y-koordinatene til målet: f.eks. 25000 og 28000",
"sv": "Ange x- och y-koordinaterna för målet: ex. 25000 och 28000",
"pl": "Wpisz współrzędne x i y celu: np. 25000 i 28000",
"ru": "Введите координаты x и y цели: например, 25000 и 28000",
"ko": "목표의 x 및 y 좌표를 입력하세요: 예. 25000 및 28000"
},
"args": [
{
"name": "xcoordinate",
"title": {
"en": "X Coordinate",
"nl": "X coördinaat",
"da": "X-koordinat",
"de": "X-Koordinate",
"es": "Coordenada X",
"fr": "Coordonnée X",
"it": "Coordinata X",
"no": "X-koordinat",
"sv": "X-koordinat",
"pl": "Współrzędna X",
"ru": "Координата X",
"ko": "X 좌표"
},
"type": "number",
"placeholder": {
"en": "X Coordinate",
"nl": "X coördinaat",
"da": "X-koordinat",
"de": "X-Koordinate",
"es": "Coordenada X",
"fr": "Coordonnée X",
"it": "Coordinata X",
"no": "X-koordinat",
"sv": "X-koordinat",
"pl": "Współrzędna X",
"ru": "Координата X",
"ko": "X 좌표"
}
},
{
"name": "ycoordinate",
"title": {
"en": "Y Coordinate",
"nl": "Y coördinaat",
"da": "Y-koordinat",
"de": "Y-Koordinate",
"es": "Coordenada Y",
"fr": "Coordonnée Y",
"it": "Coordinata Y",
"no": "Y-koordinat",
"sv": "Y-koordinat",
"pl": "Współrzędna Y",
"ru": "Координата Y",
"ko": "Y 좌표"
},
"type": "number",
"placeholder": {
"en": "Y Coordinate",
"nl": "Y coördinaat",
"da": "Y-koordinat",
"de": "Y-Koordinate",
"es": "Coordenada Y",
"fr": "Coordonnée Y",
"it": "Coordinata Y",
"no": "Y-koordinat",
"sv": "Y-koordinat",
"pl": "Współrzędna Y",
"ru": "Координата Y",
"ko": "Y 좌표"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer Stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Choisir l'aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=mi-robot|vacuum_mi_rockrobo_vacuum_advanced|vacuum_mi_rockrobo_vacuum_t6|vacuum_mi_roborock_vacuum_a08|vacuum_dreame_vacuum_p2029_p2041|vacuum_dreame_vacuum_mc1808|vacuum_viomi_vacuum_v7"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Set heatlevel",
"nl": "Stel hitte in",
"da": "Indstil varme niveau",
"de": "Heizstufe einstellen",
"es": "Establecer nivel de calor",
"fr": "Régler le niveau de chaleur",
"it": "Imposta livello di calore",
"no": "Sett varme nivå",
"sv": "Ställ in värmenivå",
"pl": "Ustaw poziom ciepła",
"ru": "Установить уровень нагрева",
"ko": "난방 수준 설정"
},
"titleFormatted": {
"en": "Set heatlevel to [[heatlevel]]",
"nl": "Stel hitte in op [[heatlevel]]",
"da": "Indstil varme niveau til [[heatlevel]]",
"de": "Heizstufe einstellen auf [[heatlevel]]",
"es": "Establecer nivel de calor en [[heatlevel]]",
"fr": "Régler le niveau de chaleur à [[heatlevel]]",
"it": "Imposta livello di calore a [[heatlevel]]",
"no": "Sett varme nivå til [[heatlevel]]",
"sv": "Ställ in värmenivå till [[heatlevel]]",
"pl": "Ustaw poziom ciepła na [[heatlevel]]",
"ru": "Установить уровень нагрева до [[heatlevel]]",
"ko": "[[heatlevel]]로 난방 수준 설정"
},
"args": [
{
"name": "heatlevel",
"title": {
"en": "Heatlevel",
"nl": "Hitte",
"da": "Varme niveau",
"de": "Heizstufe",
"es": "Nivel de calor",
"fr": "Niveau de chaleur",
"it": "Livello di calore",
"no": "Varme nivå",
"sv": "Värmenivå",
"pl": "Poziom ciepła",
"ru": "Уровень нагрева",
"ko": "난방 수준"
},
"type": "dropdown",
"values": [
{
"id": "1",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "2",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Faible",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Heater",
"nl": "Selecteer Heater",
"da": "Vælg varmelegeme",
"de": "Heizung auswählen",
"es": "Seleccionar calentador",
"fr": "Sélectionner le chauffage",
"it": "Seleziona riscaldatore",
"no": "Velg varmeovn",
"sv": "Välj värmare",
"pl": "Wybierz grzejnik",
"ru": "Выберите обогреватель",
"ko": "히터 선택"
},
"filter": "driver_id=heater_zhimi_heater_miot&capabilities=heater_zhimi_heatlevel"
}
],
"platforms": [
"local"
],
"id": "heaterZhimiHeatlevel"
},
{
"title": {
"en": "Set oscillation",
"nl": "Stel oscillatie in",
"da": "Indstil oscillation",
"de": "Oszillation einstellen",
"es": "Configurar oscilación",
"fr": "Régler l'oscillation",
"it": "Imposta oscillazione",
"no": "Sett svingning",
"sv": "Ställ in oscillation",
"pl": "Ustaw oscylację",
"ru": "Установить колебание",
"ko": "진동 설정"
},
"titleFormatted": {
"en": "Set oscillation to [[oscillation]]",
"nl": "Stel oscillatie in op [[oscillation]]",
"da": "Indstil oscillation til [[oscillation]]",
"de": "Oszillation einstellen auf [[oscillation]]",
"es": "Configurar oscilación a [[oscillation]]",
"fr": "Régler l'oscillation sur [[oscillation]]",
"it": "Imposta oscillazione su [[oscillation]]",
"no": "Sett svingning til [[oscillation]]",
"sv": "Ställ in oscillation till [[oscillation]]",
"pl": "Ustaw oscylację na [[oscillation]]",
"ru": "Установить колебание на [[oscillation]]",
"ko": "[[oscillation]]으로 진동 설정"
},
"args": [
{
"name": "oscillation",
"title": {
"en": "Oscillation",
"nl": "Oscillatie",
"da": "Oscillation",
"de": "Oszillation",
"es": "Oscilación",
"fr": "Oscillation",
"it": "Oscillazione",
"no": "Svingning",
"sv": "Oscillation",
"pl": "Oscylacja",
"ru": "Колебание",
"ko": "진동"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Off",
"nl": "Uit",
"da": "Fra",
"de": "Aus",
"es": "Apagar",
"fr": "Éteindre",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłącz",
"ru": "Выкл",
"ko": "꺼짐"
}
},
{
"id": "1",
"title": {
"en": "On",
"nl": "Aan",
"da": "Til",
"de": "An",
"es": "Encender",
"fr": "Allumer",
"it": "Acceso",
"no": "På",
"sv": "På",
"pl": "Włącz",
"ru": "Вкл",
"ko": "켜짐"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Heater",
"nl": "Selecteer Heater",
"da": "Vælg varmer",
"de": "Heizung auswählen",
"es": "Seleccionar calentador",
"fr": "Sélectionner le chauffage",
"it": "Seleziona riscaldatore",
"no": "Velg varmeovn",
"sv": "Välj värmare",
"pl": "Wybierz grzejnik",
"ru": "Выберите обогреватель",
"ko": "히터 선택"
},
"filter": "driver_id=heater_zhimi_heater_miot&capabilities=heater_zhimi_oscillation"
}
],
"platforms": [
"local"
],
"id": "heaterZhimiOscillation"
},
{
"title": {
"en": "Set target temperature",
"nl": "Stel doel temperatuur in",
"da": "Indstil måletemperatur",
"de": "Zieltemperatur einstellen",
"es": "Establecer temperatura objetivo",
"fr": "Régler la température cible",
"it": "Imposta la temperatura target",
"no": "Sett måltemperatur",
"sv": "Ställ in måttemperaturen",
"pl": "Ustaw temperaturę docelową",
"ru": "Установить целевую температуру",
"ko": "목표 온도 설정"
},
"titleFormatted": {
"en": "Set target temperature to [[temperature]]",
"nl": "Stel doel temperatuur in op [[temperature]]",
"da": "Indstil måletemperatur til [[temperature]]",
"de": "Zieltemperatur auf [[temperature]] einstellen",
"es": "Establecer temperatura objetivo a [[temperature]]",
"fr": "Régler la température cible sur [[temperature]]",
"it": "Imposta la temperatura target a [[temperature]]",
"no": "Sett måltemperaturen til [[temperature]]",
"sv": "Ställ in måttemperaturen till [[temperature]]",
"pl": "Ustaw temperaturę docelową na [[temperature]]",
"ru": "Установить целевую температуру на [[temperature]]",
"ko": "[[temperature]]도로 설정"
},
"args": [
{
"name": "temperature",
"type": "number",
"title": {
"en": "Target Temperature",
"nl": "Doel temperatuur",
"da": "Måletemperatur",
"de": "Zieltemperatur",
"es": "Temperatura objetivo",
"fr": "Température cible",
"it": "Temperatura target",
"no": "Måltemperatur",
"sv": "Måttemperatur",
"pl": "Temperatura docelowa",
"ru": "Целевая температура",
"ko": "목표 온도"
},
"min": 16,
"max": 30,
"step": 1
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Heater",
"nl": "Selecteer Heater",
"da": "Vælg varmeapparat",
"de": "Heizung auswählen",
"es": "Seleccionar calentador",
"fr": "Sélectionner le radiateur",
"it": "Seleziona riscaldatore",
"no": "Velg varmeovn",
"sv": "Välj värmare",
"pl": "Wybierz grzejnik",
"ru": "Выбрать обогреватель",
"ko": "히터 선택"
},
"filter": "driver_id=heater_zhimi_heater_miot&capabilities=heater_zhimi_heater_target_temperature"
}
],
"platforms": [
"local"
],
"id": "heaterZhimiTargetTemperature"
},
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Configurar modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Angi modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Configurar modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Constant Humidity",
"nl": "Constante luchtvochtigheid",
"da": "Konstant fugtighed",
"de": "Konstante Luftfeuchtigkeit",
"es": "Humedad constante",
"fr": "Humidité constante",
"it": "Umidità costante",
"no": "Konstant fuktighet",
"sv": "Konstant luftfuktighet",
"pl": "Stała wilgotność",
"ru": "Постоянная влажность",
"ko": "일정 습도"
}
},
{
"id": "1",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Intenso",
"no": "Sterk",
"sv": "Stark",
"pl": "Silny",
"ru": "Сильный",
"ko": "강하게"
}
},
{
"id": "2",
"title": {
"en": "Sleep",
"nl": "Slaapstand",
"da": "Sovefunktion",
"de": "Schlafmodus",
"es": "Modo de dormir",
"fr": "Sommeil",
"it": "Modalità notte",
"no": "Søvn",
"sv": "Sovläge",
"pl": "Tryb snu",
"ru": "Спящий режим",
"ko": "수면 모드"
}
},
{
"id": "3",
"title": {
"en": "Air-dry",
"nl": "Air-dry",
"da": "Lufttørre",
"de": "Lufttrocknen",
"es": "Secar al aire",
"fr": "Sécher à l'air",
"it": "Asciugare all'aria",
"no": "Lufttørk",
"sv": "Lufttorka",
"pl": "Suszenie powietrzem",
"ru": "Воздушная сушка",
"ko": "에어 드라이"
}
},
{
"id": "4",
"title": {
"en": "Clean",
"nl": "Schonen",
"da": "Rengør",
"de": "Reinigen",
"es": "Limpiar",
"fr": "Nettoyer",
"it": "Pulire",
"no": "Rengjør",
"sv": "Rena",
"pl": "Czyszczenie",
"ru": "Чистка",
"ko": "세척"
}
},
{
"id": "5",
"title": {
"en": "Descale",
"nl": "Descale",
"da": "Afkalkning",
"de": "Entkalken",
"es": "Descalcificar",
"fr": "Détartrer",
"it": "Decalcificare",
"no": "Avkalking",
"sv": "Avkalka",
"pl": "Odkamienianie",
"ru": "Удаление накипи",
"ko": "석회 제거"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Humidifier",
"da": "Vælg Mi Luftfugter",
"de": "Wählen Sie Mi Luftbefeuchter",
"es": "Selecciona Mi Humidificador",
"fr": "Sélectionnez Mi Humidificateur",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Luftfukter",
"sv": "Välj Mi Luftfuktare",
"pl": "Wybierz Mi Nawilżacz",
"ru": "Выбрать Mi Увлажнитель",
"ko": "Mi 가습기 선택"
},
"filter": "driver_id=humidifier_xiaomi_humidifier"
}
],
"platforms": [
"local"
],
"id": "humidifierXiaomiMode"
},
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Angi modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Establecer modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Angi modus til [[mode]]",
"sv": "Ställ in läge på [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "idle",
"title": {
"en": "Off",
"nl": "Uit",
"de": "Aus",
"da": "Fra",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wył.",
"ru": "Выкл.",
"ko": "끔"
}
},
{
"id": "silent",
"title": {
"en": "Silent",
"nl": "Stil",
"de": "Leise",
"da": "Stille",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Беззвучный",
"ko": "무음"
}
},
{
"id": "medium",
"title": {
"en": "Medium",
"nl": "Middel",
"de": "Mittel",
"da": "Medium",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Medium",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "high",
"title": {
"en": "High",
"nl": "Hoog",
"de": "Hoch",
"da": "Høj",
"es": "Alto",
"fr": "Haut",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"de": "Auto",
"da": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "strong",
"title": {
"en": "Strong",
"nl": "Sterk",
"de": "Stark",
"da": "Stærk",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Silny",
"ru": "Сильный",
"ko": "강한"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Humidifier",
"da": "Vælg Mi Humidifier",
"de": "Wählen Sie Mi Luftbefeuchter aus",
"es": "Selecciona Mi Humidificador",
"fr": "Sélectionnez Mi Humidificateur",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Humidifier",
"sv": "Välj Mi Humidifier",
"pl": "Wybierz Mi Humidifier",
"ru": "Выберите Mi Humidifier",
"ko": "Mi Humidifier 선택"
},
"filter": "driver_id=humidifier_zhimi_humidifier"
}
],
"platforms": [
"local"
],
"id": "humidifierZhimiMode"
},
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Establecer modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "1",
"title": {
"en": "Level 1",
"nl": "Level 1",
"da": "Niveau 1",
"de": "Stufe 1",
"es": "Nivel 1",
"fr": "Niveau 1",
"it": "Livello 1",
"no": "Nivå 1",
"sv": "Nivå 1",
"pl": "Poziom 1",
"ru": "Уровень 1",
"ko": "레벨 1"
}
},
{
"id": "2",
"title": {
"en": "Level 2",
"nl": "Level 2",
"da": "Niveau 2",
"de": "Stufe 2",
"es": "Nivel 2",
"fr": "Niveau 2",
"it": "Livello 2",
"no": "Nivå 2",
"sv": "Nivå 2",
"pl": "Poziom 2",
"ru": "Уровень 2",
"ko": "레벨 2"
}
},
{
"id": "3",
"title": {
"en": "Level 3",
"nl": "Level 3",
"da": "Niveau 3",
"de": "Stufe 3",
"es": "Nivel 3",
"fr": "Niveau 3",
"it": "Livello 3",
"no": "Nivå 3",
"sv": "Nivå 3",
"pl": "Poziom 3",
"ru": "Уровень 3",
"ko": "레벨 3"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Humidifier",
"da": "Vælg Mi Luftfugter",
"de": "Wählen Sie Mi Luftbefeuchter",
"es": "Seleccionar Mi Humidificador",
"fr": "Sélectionnez Humidificateur Mi",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Luftfukter",
"sv": "Välj Mi Luftfuktare",
"pl": "Wybierz Mi Nawilżacz",
"ru": "Выберите Mi Увлажнитель",
"ko": "Mi 가습기 선택"
},
"filter": "driver_id=humidifier_zhimi_humidifier_miot"
}
],
"platforms": [
"local"
],
"id": "humidifierZhimiModeMIoT"
},
{
"id": "changeSpeed",
"title": {
"en": "Set Speed",
"nl": "Stel snelheid in",
"da": "Indstil hastighed",
"de": "Geschwindigkeit einstellen",
"es": "Ajustar velocidad",
"fr": "Régler la vitesse",
"it": "Imposta velocità",
"no": "Sett hastighet",
"sv": "Ställ in hastighet",
"pl": "Ustaw prędkość",
"ru": "Установить скорость",
"ko": "속도 설정"
},
"titleFormatted": {
"en": "Set speed to [[speed]]",
"nl": "Stel snelheid in op [[speed]]",
"da": "Indstil hastighed til [[speed]]",
"de": "Geschwindigkeit auf [[speed]] einstellen",
"es": "Ajustar velocidad a [[speed]]",
"fr": "Régler la vitesse à [[speed]]",
"it": "Imposta velocità a [[speed]]",
"no": "Sett hastighet til [[speed]]",
"sv": "Ställ in hastighet till [[speed]]",
"pl": "Ustaw prędkość na [[speed]]",
"ru": "Установить скорость на [[speed]]",
"ko": "[[speed]]으로 속도 설정"
},
"args": [
{
"name": "speed",
"title": {
"en": "Speed",
"nl": "Snelheid",
"da": "Hastighed",
"de": "Geschwindigkeit",
"es": "Velocidad",
"fr": "Vitesse",
"it": "Velocità",
"no": "Hastighet",
"sv": "Hastighet",
"pl": "Prędkość",
"ru": "Скорость",
"ko": "속도"
},
"type": "range",
"min": 0,
"max": 100,
"step": 1,
"label": "%",
"labelDecimals": 0
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=zhimi-fan|dmaker-fan"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "LED display brightness",
"nl": "LED display helderheid",
"da": "LED skærm lysstyrke",
"de": "LED-Display-Helligkeit",
"es": "Brillo de la pantalla LED",
"fr": "Luminosité de l'affichage LED",
"it": "Luminosità del display LED",
"no": "LED-skjermens lysstyrke",
"sv": "LED-skärmens ljusstyrka",
"pl": "Jasność wyświetlacza LED",
"ru": "Яркость светодиодного дисплея",
"ko": "LED 디스플레이 밝기"
},
"titleFormatted": {
"en": "Set LED display brightness to [[brightness]]",
"nl": "Stel LED display helderheid in op [[brightness]]",
"da": "Indstil LED skærm lysstyrke til [[brightness]]",
"de": "LED-Display-Helligkeit auf [[brightness]] einstellen",
"es": "Establecer el brillo de la pantalla LED a [[brightness]]",
"fr": "Régler la luminosité de l'affichage LED sur [[brightness]]",
"it": "Imposta la luminosità del display LED a [[brightness]]",
"no": "Sett LED-skjermens lysstyrke til [[brightness]]",
"sv": "Ställ in LED-skärmens ljusstyrka till [[brightness]]",
"pl": "Ustaw jasność wyświetlacza LED na [[brightness]]",
"ru": "Установить яркость светодиодного дисплея на [[brightness]]",
"ko": "LED 디스플레이 밝기를 [[brightness]]로 설정"
},
"args": [
{
"name": "brightness",
"title": {
"en": "Brightness",
"nl": "Helderheid",
"da": "Lysstyrke",
"de": "Helligkeit",
"es": "Brillo",
"fr": "Luminosité",
"it": "Luminosità",
"no": "Lysstyrke",
"sv": "Ljusstyrka",
"pl": "Jasność",
"ru": "Яркость",
"ko": "밝기"
},
"type": "dropdown",
"values": [
{
"id": "1",
"label": {
"en": "Bright",
"nl": "Helder",
"da": "Lys",
"de": "Hell",
"es": "Brillante",
"fr": "Éclatant",
"it": "Luminoso",
"no": "Lyst",
"sv": "Ljus",
"pl": "Jasny",
"ru": "Яркий",
"ko": "밝게"
}
},
{
"id": "2",
"label": {
"en": "Dim",
"nl": "Gedimd",
"da": "Dæmpet",
"de": "Gedimmt",
"es": "Atenuado",
"fr": "Tamiser",
"it": "Fioco",
"no": "Dempet",
"sv": "Dämpad",
"pl": "Ściemnić",
"ru": "Тусклый",
"ko": "어둡게"
}
},
{
"id": "3",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteindre",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączony",
"ru": "Выкл",
"ko": "끄기"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer Apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=mi-airpurifier|humidifier_zhimi_humidifier|zhimi-fan"
}
],
"platforms": [
"local"
],
"id": "ledAirpurifierHumidifier"
},
{
"id": "leftSwitchOff",
"title": {
"en": "Turn Left Switch Off",
"nl": "Schakel linkerschakelaar uit",
"da": "Sluk venstre kontakt",
"de": "Schalten Sie den linken Schalter aus",
"es": "Apaga el interruptor izquierdo",
"fr": "Éteindre l'interrupteur de gauche",
"it": "Spegni l'interruttore sinistro",
"no": "Slå av venstre bryter",
"sv": "Stäng av vänstra brytaren",
"pl": "Wyłącz lewy przełącznik",
"ru": "Выключить левый переключатель",
"ko": "왼쪽 스위치 끄기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"id": "leftSwitchOn",
"title": {
"en": "Turn Left Switch On",
"nl": "Schakel linkerschakelaar aan",
"da": "Tænd Venstre Afbryder",
"de": "Schalten Sie den linken Schalter ein",
"es": "Enciende el interruptor izquierdo",
"fr": "Allumer l'interrupteur de gauche",
"it": "Accendi l'interruttore sinistro",
"no": "Slå på venstre bryter",
"sv": "Slå på vänster brytare",
"pl": "Włącz lewy przełącznik",
"ru": "Включите левый выключатель",
"ko": "왼쪽 스위치 켜기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionnez l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"id": "leftSwitchToggle",
"title": {
"en": "Toggle Left Switch",
"nl": "Schakel linkerschakelaar",
"da": "Skift venstre kontakt",
"de": "Linken Schalter umlegen",
"es": "Alternar interruptor izquierdo",
"fr": "Basculer l'interrupteur gauche",
"it": "Attiva/disattiva l'interruttore sinistro",
"no": "Veksle venstre bryter",
"sv": "Växla vänster brytare",
"pl": "Przełącz lewy włącznik",
"ru": "Переключить левый выключатель",
"ko": "왼쪽 스위치 전환"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "기기 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Set mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Configurar modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Configurar modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "silent",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "favorite",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"da": "Favorit",
"de": "Favorit",
"es": "Favorito",
"fr": "Favori",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Любимый",
"ko": "즐겨 찾기"
}
},
{
"id": "idle",
"title": {
"en": "Idle",
"nl": "Standby",
"da": "I dvale",
"de": "Leerlauf",
"es": "Inactivo",
"fr": "Inactif",
"it": "Inattivo",
"no": "Inaktiv",
"sv": "Inaktiv",
"pl": "Bezczynny",
"ru": "Ожидание",
"ko": "대기모드"
}
},
{
"id": "low",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Bas",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "medium",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Mellem",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Mellan",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "high",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "strong",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Silny",
"ru": "Сильный",
"ko": "강한"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Air Purifier",
"nl": "Selecteer Mi Luchtreiniger",
"da": "Vælg Mi Luftrenser",
"de": "Wählen Sie Mi Luftreiniger",
"es": "Seleccionar Mi Purificador de Aire",
"fr": "Sélectionner Mi Purificateur d'air",
"it": "Seleziona Mi Purificatore d'aria",
"no": "Velg Mi Luftrenser",
"sv": "Välj Mi Luftrenare",
"pl": "Wybierz Mi Oczyszczacz Powietrza",
"ru": "Выбрать Mi Очиститель Воздуха",
"ko": "Mi 공기청정기 선택"
},
"filter": "driver_id=mi-airpurifier|airpurifier_zhimi_advanced"
}
],
"platforms": [
"local"
],
"id": "modeAirpurifier"
},
{
"id": "modeAirpurifierV7",
"title": {
"en": "Set mode (v7)",
"nl": "Stel modus in (v7)",
"da": "Indstil tilstand (v7)",
"de": "Modus einstellen (v7)",
"es": "Configurar modo (v7)",
"fr": "Définir le mode (v7)",
"it": "Imposta modalità (v7)",
"no": "Sett modus (v7)",
"sv": "Ställ in läge (v7)",
"pl": "Ustaw tryb (v7)",
"ru": "Установить режим (v7)",
"ko": "모드 설정 (v7)"
},
"titleFormatted": {
"en": "Set v7 mode to [[mode]]",
"nl": "Stel v7-modus in op [[mode]]",
"da": "Indstil v7-tilstand til [[mode]]",
"de": "V7-Modus einstellen auf [[mode]]",
"es": "Configurar modo v7 a [[mode]]",
"fr": "Définir le mode v7 sur [[mode]]",
"it": "Imposta modalità v7 su [[mode]]",
"no": "Sett v7-modus til [[mode]]",
"sv": "Ställ in v7-läge till [[mode]]",
"pl": "Ustaw tryb v7 na [[mode]]",
"ru": "Установить режим v7 на [[mode]]",
"ko": "v7 모드를 [[mode]](으)로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "silent",
"title": {
"en": "Night",
"nl": "Nacht",
"da": "Nat",
"de": "Nacht",
"es": "Noche",
"fr": "Nuit",
"it": "Notte",
"no": "Natt",
"sv": "Natt",
"pl": "Noc",
"ru": "Ночь",
"ko": "야간"
}
},
{
"id": "favorite",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"da": "Favorit",
"de": "Favorit",
"es": "Favorito",
"fr": "Favori",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Любимый",
"ko": "즐겨찾기"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Air Purifier v7",
"nl": "Selecteer Mi Luchtreiniger v7",
"da": "Vælg Mi Luftrenser v7",
"de": "Wählen Sie Mi Luftreiniger v7",
"es": "Seleccionar Mi Purificador de Aire v7",
"fr": "Sélectionner Mi Purificateur d'air v7",
"it": "Seleziona Mi Purificatore d'aria v7",
"no": "Velg Mi Luftrenser v7",
"sv": "Välj Mi Luftrenare v7",
"pl": "Wybierz Mi Oczyszczacz Powietrza v7",
"ru": "Выбрать Mi Очиститель Воздуха v7",
"ko": "Mi 공기청정기 v7 선택"
},
"filter": "driver_id=airpurifier_zhimi_advanced"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Establecer modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Smart",
"nl": "Slim",
"da": "Smart",
"de": "Intelligent",
"es": "Inteligente",
"fr": "Intelligent",
"it": "Intelligente",
"no": "Smart",
"sv": "Smart",
"pl": "Inteligentny",
"ru": "Умный",
"ko": "스마트"
}
},
{
"id": "1",
"title": {
"en": "Sleep",
"nl": "Slaap",
"da": "Søvn",
"de": "Schlaf",
"es": "Dormir",
"fr": "Sommeil",
"it": "Sonno",
"no": "Søvn",
"sv": "Sömn",
"pl": "Sen",
"ru": "Сон",
"ko": "수면"
}
},
{
"id": "2",
"title": {
"en": "Clothes Drying",
"nl": "Kleding drogen",
"da": "Tørring af tøj",
"de": "Kleidung trocknen",
"es": "Secado de ropa",
"fr": "Séchage des vêtements",
"it": "Asciugatura dei vestiti",
"no": "Klær tørking",
"sv": "Klädtorkning",
"pl": "Suszenie ubrań",
"ru": "Сушка одежды",
"ko": "의류 건조"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Luchtbevochtiger",
"da": "Vælg Mi Luftfugter",
"de": "Wählen Sie Mi Luftbefeuchter",
"es": "Seleccione Mi Humidificador",
"fr": "Sélectionnez Mi Humidificateur",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Luftfukter",
"sv": "Välj Mi Luftfuktare",
"pl": "Wybierz Mi Nawilżacz",
"ru": "Выберите Mi Увлажнитель",
"ko": "Mi 가습기 선택"
},
"filter": "driver_id=dehumidifier_dmaker_derh_miot"
}
],
"platforms": [
"local"
],
"id": "modeDehumidifierDmaker"
},
{
"id": "modeDiffuserXwhzp",
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Saet tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Definir le mode",
"it": "Imposta modalita",
"no": "Sett modus",
"sv": "Stall in lage",
"pl": "Ustaw tryb",
"ru": "Ustanovit rezhim",
"ko": "mode set"
},
"titleFormatted": {
"en": "Set mode to [[mode]]"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Sleep"
}
},
{
"id": "1",
"title": {
"en": "Reading"
}
},
{
"id": "2",
"title": {
"en": "Exercise"
}
},
{
"id": "3",
"title": {
"en": "Wakeup"
}
},
{
"id": "4",
"title": {
"en": "Custom Mode 1"
}
},
{
"id": "5",
"title": {
"en": "Custom Mode 2"
}
},
{
"id": "6",
"title": {
"en": "Custom Mode 3"
}
},
{
"id": "7",
"title": {
"en": "Custom Mode 4"
}
},
{
"id": "8",
"title": {
"en": "Try It"
}
},
{
"id": "9",
"title": {
"en": "Idle Mode"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mijia Smart Scent Diffuser"
},
"filter": "driver_id=diffuser_xwhzp_diffuser_xwxfj"
}
],
"platforms": [
"local"
]
},
{
"id": "modeDmakerFan",
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Establecer modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "normal",
"label": {
"en": "Normal",
"nl": "Normaal",
"da": "Normal",
"de": "Normal",
"es": "Normal",
"fr": "Normal",
"it": "Normale",
"no": "Normal",
"sv": "Normal",
"pl": "Normalny",
"ru": "Нормальный",
"ko": "일반"
}
},
{
"id": "nature",
"label": {
"en": "Nature",
"nl": "Natuur",
"da": "Natur",
"de": "Natur",
"es": "Naturaleza",
"fr": "Nature",
"it": "Natura",
"no": "Natur",
"sv": "Natur",
"pl": "Natura",
"ru": "Природный",
"ko": "자연"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Dmaker Fan",
"nl": "Selecteer Dmaker Ventilator",
"da": "Vælg Dmaker Fan",
"de": "Wählen Sie Dmaker Fan",
"es": "Seleccione Dmaker Fan",
"fr": "Sélectionnez Dmaker Fan",
"it": "Seleziona Dmaker Fan",
"no": "Velg Dmaker-vifte",
"sv": "Välj Dmaker-fläkt",
"pl": "Wybierz wentylator Dmaker",
"ru": "Выбрать вентилятор Dmaker",
"ko": "Dmaker 선풍기 선택"
},
"filter": "driver_id=dmaker-fan"
}
],
"platforms": [
"local"
]
},
{
"id": "modeEyecare",
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Establecer modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "study",
"label": {
"en": "Study",
"nl": "Studeer",
"da": "Studie",
"de": "Studium",
"es": "Estudio",
"fr": "Étude",
"it": "Studio",
"no": "Studier",
"sv": "Studera",
"pl": "Studia",
"ru": "Учеба",
"ko": "공부"
}
},
{
"id": "reading",
"label": {
"en": "Reading",
"nl": "Lezen",
"da": "Læsning",
"de": "Lesen",
"es": "Lectura",
"fr": "Lecture",
"it": "Lettura",
"no": "Lesing",
"sv": "Läsa",
"pl": "Czytanie",
"ru": "Чтение",
"ko": "독서"
}
},
{
"id": "phone",
"label": {
"en": "Phone",
"nl": "Telefoon",
"da": "Telefon",
"de": "Telefon",
"es": "Teléfono",
"fr": "Téléphone",
"it": "Telefono",
"no": "Telefon",
"sv": "Telefon",
"pl": "Telefon",
"ru": "Телефон",
"ko": "전화"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Philips Eyecare Lamp",
"nl": "Selecteer Philips Eyecare Lamp",
"da": "Vælg Philips Eyecare Lamp",
"de": "Wählen Sie Philips Eyecare Lampe",
"es": "Seleccionar lámpara Philips Eyecare",
"fr": "Sélectionnez la lampe Philips Eyecare",
"it": "Seleziona lampada Philips Eyecare",
"no": "Velg Philips Eyecare Lampe",
"sv": "Välj Philips Eyecare Lampa",
"pl": "Wybierz lampę Philips Eyecare",
"ru": "Выберите лампу Philips Eyecare",
"ko": "필립스 아이케어 램프 선택"
},
"filter": "driver_id=philips-eyecare"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Ajustar modo",
"fr": "Régler le mode",
"it": "Imposta modalità",
"no": "Angi modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Ajustar modo a [[mode]]",
"fr": "Régler le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Angi modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "1",
"label": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Faible",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "2",
"label": {
"en": "Medium",
"nl": "Medium",
"da": "Mellem",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "3",
"label": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "4",
"label": {
"en": "Humidity",
"nl": "Luchtvochtigheid",
"da": "Fugtighed",
"de": "Feuchtigkeit",
"es": "Humedad",
"fr": "Humidité",
"it": "Umidità",
"no": "Fuktighet",
"sv": "Luftfuktighet",
"pl": "Wilgotność",
"ru": "Влажность",
"ko": "습도"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Luchtbevochtiger",
"da": "Vælg Mi Luftfugter",
"de": "Wählen Sie Mi Luftbefeuchter",
"es": "Selecciona Mi Humidificador",
"fr": "Sélectionnez Mi Humidificateur",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Luftfukter",
"sv": "Välj Mi Luftfuktare",
"pl": "Wybierz Mi Nawilżacz",
"ru": "Выберите Mi Увлажнитель",
"ko": "Mi 가습기 선택"
},
"filter": "driver_id=humidifier_deerma_humidifier_jsq||humidifier_deerma_humidifier_miot"
}
],
"platforms": [
"local"
],
"id": "modeHumidifierDeerma"
},
{
"id": "modeHumidifierLeshowJSQ1",
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus auf [[mode]] einstellen",
"es": "Establecer modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Constant Humidity",
"nl": "Constante luchtvochtigheid",
"da": "Konstant fugtighed",
"de": "Konstante Luftfeuchtigkeit",
"es": "Humedad constante",
"fr": "Humidité constante",
"it": "Umidità costante",
"no": "Konstant fuktighet",
"sv": "Konstant fuktighet",
"pl": "Stała wilgotność",
"ru": "Постоянная влажность",
"ko": "일정한 습도"
}
},
{
"id": "1",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "2",
"title": {
"en": "Sleep",
"nl": "Slaapstand",
"da": "Søvn",
"de": "Schlafmodus",
"es": "Dormir",
"fr": "Sommeil",
"it": "Sonno",
"no": "Søvn",
"sv": "Sömn",
"pl": "Sen",
"ru": "Сон",
"ko": "수면"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Mi Humidifier",
"nl": "Selecteer Mi Luchtbevochtiger",
"da": "Vælg Mi Luftfugter",
"de": "Wählen Sie Mi Luftbefeuchter",
"es": "Seleccione Mi Humidificador",
"fr": "Sélectionnez Mi Humidificateur",
"it": "Seleziona Mi Umidificatore",
"no": "Velg Mi Luftfukter",
"sv": "Välj Mi Luftfuktare",
"pl": "Wybierz Mi Nawilżacz",
"ru": "Выберите Mi Увлажнитель",
"ko": "Mi 가습기 선택"
},
"filter": "driver_id=humidifier_leshow_humidifier_jsq1"
}
],
"platforms": [
"local"
]
},
{
"id": "modeVacuumMop",
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Establecer modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Vacuum",
"nl": "Stofzuigen",
"da": "Støvsug",
"de": "Staubsaugen",
"es": "Aspirar",
"fr": "Aspirer",
"it": "Aspirazione",
"no": "Støvsuging",
"sv": "Dammsug",
"pl": "Odkurzanie",
"ru": "Пылесос",
"ko": "청소"
}
},
{
"id": "1",
"title": {
"en": "Vacuum + Mop",
"nl": "Stofzuigen + moppen",
"da": "Støvsug + Mop",
"de": "Staubsaugen + Wischen",
"es": "Aspirar + Fregar",
"fr": "Aspirer + Nettoyer",
"it": "Aspirazione + Passaggio del mop",
"no": "Støvsuging + Mopping",
"sv": "Dammsug + Moppa",
"pl": "Odkurzanie + Mop",
"ru": "Пылесос + Мытье",
"ko": "청소 + 물걸레질"
}
},
{
"id": "2",
"title": {
"en": "Mop",
"nl": "Moppen",
"da": "Mop",
"de": "Wischen",
"es": "Fregar",
"fr": "Nettoyer",
"it": "Passaggio del mop",
"no": "Mopping",
"sv": "Moppa",
"pl": "Mop",
"ru": "Мытье",
"ko": "물걸레질"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer Stofzuiger",
"da": "Vælg Støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar Aspiradora",
"fr": "Sélectionnez l'aspirateur",
"it": "Seleziona Aspirapolvere",
"no": "Velg Støvsuger",
"sv": "Välj Dammsugare",
"pl": "Wybierz Odkurzacz",
"ru": "Выберите Пылесос",
"ko": "청소기 선택"
},
"filter": "driver_id=vacuum_viomi_vacuum_v7"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Set Mode",
"nl": "Stel modus in",
"da": "Indstil tilstand",
"de": "Modus einstellen",
"es": "Configurar modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Angi modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Indstil tilstand til [[mode]]",
"de": "Modus einstellen auf [[mode]]",
"es": "Configurar modo a [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta la modalità su [[mode]]",
"no": "Angi modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Automático",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "silent",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Silent",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Silent",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "무음"
}
},
{
"id": "interval",
"title": {
"en": "Interval",
"nl": "Interval",
"da": "Interval",
"de": "Intervall",
"es": "Intervalo",
"fr": "Intervalle",
"it": "Intervallo",
"no": "Intervall",
"sv": "Intervall",
"pl": "Interwał",
"ru": "Интервал",
"ko": "간격"
}
},
{
"id": "low",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Bas",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "middle",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Middel",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "strong",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Smartmi Fresh Air System ",
"nl": "Selecteer Smartmi Fresh Air System",
"da": "Vælg Smartmi Fresh Air System ",
"de": "Smartmi-Frischluftsystem auswählen",
"es": "Seleccione Smartmi Fresh Air System ",
"fr": "Sélectionnez Smartmi Fresh Air System ",
"it": "Seleziona Smartmi Fresh Air System ",
"no": "Velg Smartmi Fresh Air System",
"sv": "Välj Smartmi Fresh Air System ",
"pl": "Wybierz Smartmi Fresh Air System ",
"ru": "Выберите систему свежего воздуха Smartmi",
"ko": "Smartmi Fresh Air System 선택"
},
"filter": "driver_id=airfresh_zhimi_airfresh"
}
],
"platforms": [
"local"
],
"id": "modeZhimiAirfresh"
},
{
"title": {
"en": "Calibrate feeder scale"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device"
},
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"platforms": [
"local"
],
"id": "petfeederCalibrate"
},
{
"title": {
"en": "Set display schedule progress"
},
"titleFormatted": {
"en": "Display progress [[enabled]]"
},
"args": [
{
"name": "enabled",
"type": "dropdown",
"values": [
{
"id": "true",
"label": {
"en": "On"
}
},
{
"id": "false",
"label": {
"en": "Off"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select device"
},
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"platforms": [
"local"
],
"id": "petfeederDisplaySchedule"
},
{
"title": {
"en": "Serve food",
"nl": "Voedsel serveren",
"da": "Server mad",
"de": "Essen servieren",
"es": "Servir comida",
"fr": "Servir la nourriture",
"it": "Servire cibo",
"no": "Server mat",
"sv": "Servera mat",
"pl": "Podawaj jedzenie",
"ru": "Подавать еду",
"ko": "음식 제공"
},
"titleFormatted": {
"en": "Serve [[servings]] servings",
"nl": "Serveer [[servings]] porties",
"da": "Server [[servings]] portioner",
"de": "Serviere [[servings]] Portionen",
"es": "Servir [[servings]] raciones",
"fr": "Servir [[servings]] portions",
"it": "Servi [[servings]] porzioni",
"no": "Server [[servings]] porsjoner",
"sv": "Servera [[servings]] portioner",
"pl": "Podaj [[servings]] porcje",
"ru": "Подать [[servings]] порций",
"ko": "[[servings]] 서빙 제공"
},
"args": [
{
"name": "servings",
"title": {
"en": "Servings",
"nl": "Porties",
"da": "Portioner",
"de": "Portionen",
"es": "Raciones",
"fr": "Portions",
"it": "Porzioni",
"no": "Porsjoner",
"sv": "Portioner",
"pl": "Porcje",
"ru": "Порции",
"ko": "서빙"
},
"type": "number",
"placeholder": {
"en": "Servings",
"nl": "Porties",
"da": "Portioner",
"de": "Portionen",
"es": "Raciones",
"fr": "Portions",
"it": "Porzioni",
"no": "Porsjoner",
"sv": "Portioner",
"pl": "Porcje",
"ru": "Порции",
"ko": "서빙"
},
"min": 1,
"max": 30,
"step": 1
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=petfeeder_mmgg_miot"
}
],
"platforms": [
"local"
],
"id": "petfeederServeFood"
},
{
"title": {
"en": "Set mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Sæt tilstand til [[mode]]",
"de": "Modus auf [[mode]] setzen",
"es": "Establecer modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "1",
"title": {
"en": "Common",
"nl": "Normaal",
"da": "Almindelig",
"de": "Normal",
"es": "Común",
"fr": "Commun",
"it": "Comune",
"no": "Vanlig",
"sv": "Vanlig",
"pl": "Zwykły",
"ru": "Обычный",
"ko": "일반"
}
},
{
"id": "2",
"title": {
"en": "Smart",
"nl": "Slim",
"da": "Smart",
"de": "Klug",
"es": "Inteligente",
"fr": "Intelligent",
"it": "Intelligente",
"no": "Smart",
"sv": "Smart",
"pl": "Inteligentny",
"ru": "Умный",
"ko": "스마트"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Pet Waterdispenser",
"nl": "Selecteer Pet Waterdispenser",
"da": "Vælg Pet Waterdispenser",
"de": "Wählen Sie Pet Waterdispenser",
"es": "Seleccione el dispensador de agua para mascotas",
"fr": "Sélectionnez Pet Waterdispenser",
"it": "Seleziona Pet Waterdispenser",
"no": "Velg Pet Waterdispenser",
"sv": "Välj Pet Waterdispenser",
"pl": "Wybierz Pet Waterdispenser",
"ru": "Выберите Pet Waterdispenser",
"ko": "펫 워터 디스펜서를 선택하세요"
},
"filter": "driver_id=petwaterdispenser_mmgg_miot"
}
],
"platforms": [
"local"
],
"id": "petwaterdispenserMmggMode"
},
{
"title": {
"en": "Set mode",
"nl": "Stel modus in",
"da": "Sæt tilstand",
"de": "Modus einstellen",
"es": "Establecer modo",
"fr": "Définir le mode",
"it": "Imposta modalità",
"no": "Sett modus",
"sv": "Ställ in läge",
"pl": "Ustaw tryb",
"ru": "Установить режим",
"ko": "모드 설정"
},
"titleFormatted": {
"en": "Set mode to [[mode]]",
"nl": "Stel modus in op [[mode]]",
"da": "Sæt tilstand til [[mode]]",
"de": "Modus auf [[mode]] setzen",
"es": "Establecer modo en [[mode]]",
"fr": "Définir le mode sur [[mode]]",
"it": "Imposta modalità su [[mode]]",
"no": "Sett modus til [[mode]]",
"sv": "Ställ in läge till [[mode]]",
"pl": "Ustaw tryb na [[mode]]",
"ru": "Установить режим на [[mode]]",
"ko": "[[mode]] 모드로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "1",
"title": {
"en": "Interval",
"nl": "Interval",
"da": "Interval",
"de": "Intervall",
"es": "Intervalo",
"fr": "Intervalle",
"it": "Intervallo",
"no": "Intervall",
"sv": "Intervall",
"pl": "Interwał",
"ru": "Интервал",
"ko": "간격"
}
},
{
"id": "2",
"title": {
"en": "Constant",
"nl": "Constant",
"da": "Konstant",
"de": "Konstant",
"es": "Constante",
"fr": "Constant",
"it": "Costante",
"no": "Konstant",
"sv": "Konstant",
"pl": "Stały",
"ru": "Постоянный",
"ko": "지속"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Pet Fountain",
"nl": "Selecteer Huisdierfontein",
"da": "Vælg Kæledyrsfountain",
"de": "Wählen Sie Haustierbrunnen",
"es": "Seleccione Fuente para Mascotas",
"fr": "Sélectionnez Fontaine pour Animaux",
"it": "Seleziona Fontana per Animali",
"no": "Velg Kjæledyrfontene",
"sv": "Välj Husdjursfontän",
"pl": "Wybierz Fontannę dla Zwierząt",
"ru": "Выберите Фонтан для животных",
"ko": "펫 분수대 선택"
},
"filter": "driver_id=pet_waterer_xiaomi"
}
],
"platforms": [
"local"
],
"id": "petwaterdispenserMmggMode_Xiaomi"
},
{
"title": {
"en": "Send IR code",
"nl": "IR code versturen",
"da": "Send IR-kode",
"de": "IR-Code senden",
"es": "Enviar código IR",
"fr": "Envoyer le code IR",
"it": "Invia codice IR",
"no": "Send IR-kode",
"sv": "Skicka IR-kod",
"pl": "Wyślij kod IR",
"ru": "Отправить код IR",
"ko": "IR 코드 보내기"
},
"titleFormatted": {
"en": "Send code [[code]]",
"nl": "Verstuur code [[code]]",
"da": "Send kode [[code]]",
"de": "Code [[code]] senden",
"es": "Enviar código [[code]]",
"fr": "Envoyer le code [[code]]",
"it": "Invia codice [[code]]",
"no": "Send kode [[code]]",
"sv": "Skicka kod [[code]]",
"pl": "Wyślij kod [[code]]",
"ru": "Отправить код [[code]]",
"ko": "코드 [[code]] 보내기"
},
"args": [
{
"name": "code",
"title": {
"en": "Code",
"nl": "Code",
"da": "Kode",
"de": "Code",
"es": "Código",
"fr": "Code",
"it": "Codice",
"no": "Kode",
"sv": "Kod",
"pl": "Kod",
"ru": "Код",
"ko": "코드"
},
"type": "text",
"placeholder": {
"en": "code",
"nl": "code",
"da": "kode",
"de": "Code",
"es": "código",
"fr": "code",
"it": "codice",
"no": "kode",
"sv": "kod",
"pl": "kod",
"ru": "код",
"ko": "코드"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select IR Remote",
"nl": "Selecteer IR Remote",
"da": "Vælg IR-fjernbetjening",
"de": "Wähle IR-Fernbedienung",
"es": "Selecciona Control Remoto IR",
"fr": "Sélectionnez la télécommande IR",
"it": "Seleziona telecomando IR",
"no": "Velg IR-fjernkontroll",
"sv": "Välj IR-fjärrkontroll",
"pl": "Wybierz pilot IR",
"ru": "Выберите ИК-пульт",
"ko": "IR 리모컨 선택"
},
"filter": "driver_id=remote_chuangmi_remote_v2"
}
],
"id": "remote_send_ir_code"
},
{
"id": "rightSwitchOff",
"title": {
"en": "Turn Right Switch Off",
"nl": "Schakel rechterschakelaar uit",
"da": "Sluk højre kontakt",
"de": "Rechten Schalter ausschalten",
"es": "Apagar interruptor derecho",
"fr": "Éteindre l'interrupteur de droite",
"it": "Spegni interruttore destro",
"no": "Slå av høyre bryter",
"sv": "Stäng av höger strömbrytare",
"pl": "Wyłącz prawy przełącznik",
"ru": "Выключить правый выключатель",
"ko": "오른쪽 스위치 끄기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"id": "rightSwitchOn",
"title": {
"en": "Turn Right Switch On",
"nl": "Schakel rechterschakelaar aan",
"da": "Tænd højre kontakt",
"de": "Rechten Schalter einschalten",
"es": "Encender interruptor derecho",
"fr": "Allumer l'interrupteur droit",
"it": "Accendi l'interruttore destro",
"no": "Slå på høyre bryter",
"sv": "Slå på höger strömbrytare",
"pl": "Włącz prawy przełącznik",
"ru": "Включить правый переключатель",
"ko": "오른쪽 스위치 켜기"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner l'appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"id": "rightSwitchToggle",
"title": {
"en": "Toggle Right Switch",
"nl": "Schakel rechterschakelaar",
"da": "Skift højre kontakt",
"de": "Rechten Schalter umschalten",
"es": "Cambiar interruptor derecho",
"fr": "Basculer l'interrupteur droit",
"it": "Attiva/disattiva l'interruttore destro",
"no": "Slå av/på høyre bryter",
"sv": "Växla höger strömbrytare",
"pl": "Przełącz prawy przełącznik",
"ru": "Переключить правый переключатель",
"ko": "오른쪽 스위치 전환"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выберите устройство",
"ko": "장치 선택"
},
"filter": "driver_id=aqara-ctrl-neutral2|aqara-ctrl-ln2|relay_c2acn01"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Rotate fan to the left",
"de": "Lüfter nach links drehen"
},
"titleFormatted": {
"en": "Rotate fan to the left",
"de": "Lüfter nach links drehen"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device"
},
"filter": "driver_id=fan_dmaker_advanced"
}
],
"platforms": [
"local"
],
"id": "rotateLeftStep"
},
{
"title": {
"en": "Rotate fan to the right",
"de": "Lüfter nach rechts drehen"
},
"titleFormatted": {
"en": "Rotate fan to the right",
"de": "Lüfter nach rechts drehen"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device"
},
"filter": "driver_id=fan_dmaker_advanced"
}
],
"platforms": [
"local"
],
"id": "rotateRightStep"
},
{
"title": {
"en": "Change Oscillating Angle",
"nl": "Wijzig oscillatie hoek",
"da": "Skift oscillerende vinkel",
"de": "Oszillationswinkel ändern",
"es": "Cambiar ángulo de oscilación",
"fr": "Changer l'angle d'oscillation",
"it": "Cambia angolo di oscillazione",
"no": "Endre oscillerende vinkel",
"sv": "Ändra oscillatorvinkel",
"pl": "Zmień kąt oscylacji",
"ru": "Изменить угол колебания",
"ko": "진동 각도 변경"
},
"titleFormatted": {
"en": "Change oscillating angle to [[angle]]",
"nl": "Wijzig oscillatie hoek naar [[angle]]",
"da": "Skift oscillerende vinkel til [[angle]]",
"de": "Oszillationswinkel ändern zu [[angle]]",
"es": "Cambiar ángulo de oscilación a [[angle]]",
"fr": "Changer l'angle d'oscillation en [[angle]]",
"it": "Cambia angolo di oscillazione a [[angle]]",
"no": "Endre oscillerende vinkel til [[angle]]",
"sv": "Ändra oscillatorvinkel till [[angle]]",
"pl": "Zmień kąt oscylacji na [[angle]]",
"ru": "Изменить угол колебания на [[angle]]",
"ko": "진동 각도 [[angle]]로 변경"
},
"args": [
{
"name": "angle",
"title": {
"en": "Angle",
"nl": "Hoek",
"da": "Vinkel",
"de": "Winkel",
"es": "Ángulo",
"fr": "Angle",
"it": "Angolo",
"no": "Vinkel",
"sv": "Vinkel",
"pl": "Kąt",
"ru": "Угол",
"ko": "각도"
},
"type": "dropdown",
"values": [
{
"id": "30",
"title": {
"en": "30°",
"nl": "30°",
"da": "30°",
"de": "30°",
"es": "30°",
"fr": "30°",
"it": "30°",
"no": "30°",
"sv": "30°",
"pl": "30°",
"ru": "30°",
"ko": "30°"
}
},
{
"id": "60",
"title": {
"en": "60°",
"nl": "60°",
"da": "60°",
"de": "60°",
"es": "60°",
"fr": "60°",
"it": "60°",
"no": "60°",
"sv": "60°",
"pl": "60°",
"ru": "60°",
"ko": "60°"
}
},
{
"id": "90",
"title": {
"en": "90°",
"nl": "90°",
"da": "90°",
"de": "90°",
"es": "90°",
"fr": "90°",
"it": "90°",
"no": "90°",
"sv": "90°",
"pl": "90°",
"ru": "90°",
"ko": "90°"
}
},
{
"id": "120",
"title": {
"en": "120°",
"nl": "120°",
"da": "120°",
"de": "120°",
"es": "120°",
"fr": "120°",
"it": "120°",
"no": "120°",
"sv": "120°",
"pl": "120°",
"ru": "120°",
"ko": "120°"
}
},
{
"id": "140",
"title": {
"en": "140°",
"nl": "140°",
"da": "140°",
"de": "140°",
"es": "140°",
"fr": "140°",
"it": "140°",
"no": "140°",
"sv": "140°",
"pl": "140°",
"ru": "140°",
"ko": "140°"
}
},
{
"id": "150",
"title": {
"en": "150°",
"nl": "150°",
"da": "150°",
"de": "150°",
"es": "150°",
"fr": "150°",
"it": "150°",
"no": "150°",
"sv": "150°",
"pl": "150°",
"ru": "150°",
"ko": "150°"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Device",
"nl": "Selecteer apparaat",
"da": "Vælg enhed",
"de": "Gerät auswählen",
"es": "Seleccionar dispositivo",
"fr": "Sélectionner un appareil",
"it": "Seleziona dispositivo",
"no": "Velg enhet",
"sv": "Välj enhet",
"pl": "Wybierz urządzenie",
"ru": "Выбрать устройство",
"ko": "장치 선택"
},
"filter": "driver_id=zhimi-fan|dmaker-fan|fan_zhimi_advanced|fan_zhimi_fan_za5|fan_dmaker_advanced"
}
],
"platforms": [
"local"
],
"id": "setAngle"
},
{
"id": "vacuumDreameFanspeed",
"title": {
"en": "Set Fanspeed",
"nl": "Stel ventilator in",
"da": "Indstil blæserhastighed",
"de": "Lüftergeschwindigkeit einstellen",
"es": "Establecer velocidad del ventilador",
"fr": "Régler la vitesse du ventilateur",
"it": "Imposta velocità della ventola",
"no": "Set viftehastighet",
"sv": "Ställ in fläkthastighet",
"pl": "Ustaw prędkość wentylatora",
"ru": "Установить скорость вентилятора",
"ko": "팬 속도 설정"
},
"titleFormatted": {
"en": "Set Fanspeed [[fanspeed]]",
"nl": "Stel ventilator in op [[fanspeed]]",
"da": "Indstil blæserhastighed [[fanspeed]]",
"de": "Lüftergeschwindigkeit einstellen [[fanspeed]]",
"es": "Establecer velocidad del ventilador [[fanspeed]]",
"fr": "Régler la vitesse du ventilateur [[fanspeed]]",
"it": "Imposta velocità della ventola [[fanspeed]]",
"no": "Set viftehastighet [[fanspeed]]",
"sv": "Ställ in fläkthastighet [[fanspeed]]",
"pl": "Ustaw prędkość wentylatora [[fanspeed]]",
"ru": "Установить скорость вентилятора [[fanspeed]]",
"ko": "팬 속도 설정 [[fanspeed]]"
},
"args": [
{
"name": "fanspeed",
"title": {
"en": "Fanspeed",
"nl": "Fan snelheid",
"da": "Blæserhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità della ventola",
"no": "Viftehastighet",
"sv": "Fläkhastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Silent",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "1",
"title": {
"en": "Basic",
"nl": "Basis",
"da": "Grundlæggende",
"de": "Einfach",
"es": "Básico",
"fr": "De base",
"it": "Base",
"no": "Grunnleggende",
"sv": "Grundläggande",
"pl": "Podstawowy",
"ru": "Основной",
"ko": "기본"
}
},
{
"id": "2",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Mocny",
"ru": "Сильный",
"ko": "강한"
}
},
{
"id": "3",
"title": {
"en": "Full speed",
"nl": "Volle snelheid",
"da": "Fuld hastighed",
"de": "Volle Geschwindigkeit",
"es": "Velocidad completa",
"fr": "Vitesse maximale",
"it": "Velocità massima",
"no": "Full hastighet",
"sv": "Full hastighet",
"pl": "Pełna prędkość",
"ru": "Полная скорость",
"ko": "최고 속도"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Vakuum auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg vakuum",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=vacuum_dreame_vacuum"
}
],
"platforms": [
"local"
]
},
{
"id": "vacuumDreameMopIntensity",
"title": {
"en": "Set Mop Intesity",
"nl": "Stel dweil intensiteit in",
"da": "Indstil moppe intensitet",
"de": "Wischeintensität einstellen",
"es": "Establecer intensidad de fregado",
"fr": "Définir l'intensité de la serpillière",
"it": "Imposta l'intensità della mocio",
"no": "Sett moppens intensitet",
"sv": "Ställ in moppintensitet",
"pl": "Ustaw intensywność mopa",
"ru": "Установить интенсивность швабры",
"ko": "걸레 강도 설정"
},
"titleFormatted": {
"en": "Set mop intensity to [[intensity]]",
"nl": "Stel dweil intensiteit in op [[intensity]]",
"da": "Indstil moppe intensitet til [[intensity]]",
"de": "Wischeintensität auf [[intensity]] einstellen",
"es": "Establecer intensidad de fregado a [[intensity]]",
"fr": "Définir l'intensité de la serpillière à [[intensity]]",
"it": "Imposta l'intensità della mocio su [[intensity]]",
"no": "Sett moppens intensitet til [[intensity]]",
"sv": "Ställ in moppintensitet till [[intensity]]",
"pl": "Ustaw intensywność mopa na [[intensity]]",
"ru": "Установить интенсивность швабры на [[intensity]]",
"ko": "걸레 강도를 [[intensity]]로 설정"
},
"args": [
{
"name": "intensity",
"title": {
"en": "Mop Intensity",
"nl": "Dweil intensiteit",
"da": "Moppe intensitet",
"de": "Wischeintensität",
"es": "Intensidad de fregado",
"fr": "Intensité de la serpillière",
"it": "Intensità della mocio",
"no": "Moppens intensitet",
"sv": "Moppintensitet",
"pl": "Intensywność mopa",
"ru": "Интенсивность швабры",
"ko": "걸레 강도"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Bas",
"it": "Bassa",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "1",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Mellem",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Media",
"no": "Middels",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "2",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alta",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionnez l'aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "청소기 선택"
},
"filter": "driver_id=vacuum_dreame_vacuum&capabilities=vacuum_dreame_mop_intensity"
}
],
"platforms": [
"local"
]
},
{
"id": "vacuumRoborockFanspeed",
"title": {
"en": "Set Fanspeed",
"nl": "Stel ventilator in",
"da": "Indstil blæserhastighed",
"de": "Lüftergeschwindigkeit einstellen",
"es": "Ajustar velocidad del ventilador",
"fr": "Régler la vitesse du ventilateur",
"it": "Imposta velocità ventola",
"no": "Sett vifthastighet",
"sv": "Ställ in fläkthastighet",
"pl": "Ustaw prędkość wentylatora",
"ru": "Установить скорость вентилятора",
"ko": "팬 속도 설정"
},
"titleFormatted": {
"en": "Set Fanspeed [[fanspeed]]",
"nl": "Stel ventilator in op [[fanspeed]]",
"da": "Indstil blæserhastighed [[fanspeed]]",
"de": "Lüftergeschwindigkeit einstellen [[fanspeed]]",
"es": "Ajustar velocidad del ventilador [[fanspeed]]",
"fr": "Régler la vitesse du ventilateur [[fanspeed]]",
"it": "Imposta velocità ventola [[fanspeed]]",
"no": "Sett vifthastighet [[fanspeed]]",
"sv": "Ställ in fläkthastighet [[fanspeed]]",
"pl": "Ustaw prędkość wentylatora [[fanspeed]]",
"ru": "Установить скорость вентилятора [[fanspeed]]",
"ko": "팬 속도 설정 [[fanspeed]]"
},
"args": [
{
"name": "fanspeed",
"title": {
"en": "Fanspeed",
"nl": "Fan snelheid",
"da": "Blæserhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità ventola",
"no": "Vifthastighet",
"sv": "Fläkthastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"type": "dropdown",
"values": [
{
"id": "1",
"title": {
"en": "Quiet",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용히"
}
},
{
"id": "2",
"title": {
"en": "Standard",
"nl": "Standaard",
"da": "Standard",
"de": "Standard",
"es": "Estándar",
"fr": "Standard",
"it": "Standard",
"no": "Standard",
"sv": "Standard",
"pl": "Standardowy",
"ru": "Стандарт",
"ko": "표준"
}
},
{
"id": "3",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Medium",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Medium",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "4",
"title": {
"en": "Turbo",
"nl": "Turbo",
"da": "Turbo",
"de": "Turbo",
"es": "Turbo",
"fr": "Turbo",
"it": "Turbo",
"no": "Turbo",
"sv": "Turbo",
"pl": "Turbo",
"ru": "Турбо",
"ko": "터보"
}
},
{
"id": "5",
"title": {
"en": "Max",
"nl": "Max",
"da": "Maks.",
"de": "Max",
"es": "Máximo",
"fr": "Max",
"it": "Max",
"no": "Max",
"sv": "Max",
"pl": "Maks.",
"ru": "Макс.",
"ko": "최대"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner un aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced"
}
],
"platforms": [
"local"
]
},
{
"id": "vacuumRoborockMopIntensity",
"title": {
"en": "Set Mop Intensity",
"nl": "Stel dweil intensiteit in",
"da": "Indstil Mop Intensitet",
"de": "Mop-Intensität einstellen",
"es": "Establecer intensidad de fregado",
"fr": "Régler l'intensité de la serpillière",
"it": "Imposta l'intensità della mop",
"no": "Sett moppintensitet",
"sv": "Ställ in moppintensitet",
"pl": "Ustaw intensywność mopa",
"ru": "Установить интенсивность швабры",
"ko": "걸레 강도 설정"
},
"titleFormatted": {
"en": "Set scrub intensity [[intensity]]",
"nl": "Stel mop intensiteit in op [[intensity]]",
"da": "Indstil skrubbeintensitet [[intensity]]",
"de": "Schrubbintensität einstellen [[intensity]]",
"es": "Establecer intensidad de fregado [[intensity]]",
"fr": "Régler l'intensité de la serpillière [[intensity]]",
"it": "Regola l'intensità di pulizia [[intensity]]",
"no": "Sett skrubbeintensitet [[intensity]]",
"sv": "Ställ in skrubbeintensitet [[intensity]]",
"pl": "Ustaw intensywność szorowania [[intensity]]",
"ru": "Установить интенсивность чистки [[intensity]]",
"ko": "스크럽 강도 설정 [[intensity]]"
},
"args": [
{
"name": "intensity",
"title": {
"en": "Mop Intensity",
"nl": "Dweil intensiteit",
"da": "Mop Intensitet",
"de": "Mop-Intensität",
"es": "Intensidad de fregado",
"fr": "Intensité de la serpillière",
"it": "Intensità della mop",
"no": "Moppintensitet",
"sv": "Moppintensitet",
"pl": "Intensywność mopa",
"ru": "Интенсивность швабры",
"ko": "걸레 강도"
},
"type": "dropdown",
"values": [
{
"id": "200",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączone",
"ru": "Выкл",
"ko": "끄기"
}
},
{
"id": "201",
"label": {
"en": "Mild",
"nl": "Mild",
"da": "Mild",
"de": "Mild",
"es": "Suave",
"fr": "Doux",
"it": "Leggera",
"no": "Mild",
"sv": "Mild",
"pl": "Łagodny",
"ru": "Мягкий",
"ko": "약하게"
}
},
{
"id": "202",
"label": {
"en": "Moderate",
"nl": "Gemiddeld",
"da": "Moderat",
"de": "Mittel",
"es": "Moderada",
"fr": "Modérée",
"it": "Moderata",
"no": "Moderat",
"sv": "Måttlig",
"pl": "Średnia",
"ru": "Умеренный",
"ko": "중간"
}
},
{
"id": "203",
"label": {
"en": "Intense",
"nl": "Intens",
"da": "Intens",
"de": "Intensiv",
"es": "Intensa",
"fr": "Intense",
"it": "Intensa",
"no": "Intens",
"sv": "Intensiv",
"pl": "Intensywny",
"ru": "Интенсивный",
"ko": "강하게"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg Støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccione Aspiradora",
"fr": "Sélectionnez Aspirateur",
"it": "Seleziona Aspirapolvere",
"no": "Velg Støvsuger",
"sv": "Välj Dammsugare",
"pl": "Wybierz Odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기를 선택하세요"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced&capabilities=vacuum_roborock_mop_intensity"
}
],
"platforms": [
"local"
]
},
{
"id": "vacuumRoborockMopVacuumMode",
"title": {
"en": "Set mop/vacuummode and intensity",
"nl": "Stel mop/stofzuig modus en intensiteit in",
"da": "Indstil mop/suge tilstand og intensitet",
"de": "Stellen Sie den Mopp/Saugmodus und die Intensität ein",
"es": "Configura el modo de trapeado/aspirado y la intensidad",
"fr": "Réglez le mode mop/aspiration et l'intensité",
"it": "Imposta la modalità mop/aspirapolvere e l'intensità",
"no": "Still inn mopp/støvsugermodus og intensitet",
"sv": "Ställ in mopp/dammsugarläge och intensitet",
"pl": "Ustaw tryb mopowania/odkurzania i intensywność",
"ru": "Установите режим мытья/пылесоса и интенсивность",
"ko": "닦기/흡입 모드와 강도를 설정하세요"
},
"titleFormatted": {
"en": "Set mode to [[mode]] with fan speed [[fanspeed]] and mop intensity [[mop]]",
"nl": "Stel mode in op [[mode]] met stofzuigkracht [[fanspeed]] en mop intensiteit [[mop]]",
"da": "Indstil tilstand til [[mode]] med blæserhastighed [[fanspeed]] og moppeintensitet [[mop]]",
"de": "Stellen Sie den Modus auf [[mode]] mit Gebläsegeschwindigkeit [[fanspeed]] und Mop-Intensität [[mop]] ein",
"es": "Configura el modo en [[mode]] con la velocidad del ventilador [[fanspeed]] y la intensidad del trapeado [[mop]]",
"fr": "Réglez le mode sur [[mode]] avec une vitesse de ventilateur de [[fanspeed]] et une intensité de mop [[mop]]",
"it": "Imposta la modalità su [[mode]] con velocità di ventilazione [[fanspeed]] e intensità del mop [[mop]]",
"no": "Sett modus til [[mode]] med viftehastighet [[fanspeed]] og moppintensitet [[mop]]",
"sv": "Ställ in läge till [[mode]] med fläkthastighet [[fanspeed]] och moppintensitet [[mop]]",
"pl": "Ustaw tryb na [[mode]] z prędkością wentylatora [[fanspeed]] i intensywnością mopowania [[mop]]",
"ru": "Установите режим на [[mode]] с скоростью вентилятора [[fanspeed]] и интенсивностью мытья [[mop]]",
"ko": "[[mode]] 모드로 설정하고 팬 속도 [[fanspeed]]와 걸레 세정 강도 [[mop]]를 조절하세요"
},
"args": [
{
"name": "mode",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"type": "dropdown",
"values": [
{
"id": "sweep",
"title": {
"en": "Vacuum",
"nl": "Stofzuigen",
"da": "Suge",
"de": "Saugen",
"es": "Aspirar",
"fr": "Aspirateur",
"it": "Aspirapolvere",
"no": "Støvsuge",
"sv": "Dammsug",
"pl": "Odkurzanie",
"ru": "Пылесос",
"ko": "진공 청소"
}
},
{
"id": "mop",
"title": {
"en": "Mop",
"nl": "Moppen",
"da": "Moppe",
"de": "Wischen",
"es": "Trapeado",
"fr": "Mop",
"it": "Mocio",
"no": "Moppe",
"sv": "Moppa",
"pl": "Mopowanie",
"ru": "Моп",
"ko": "걸레질"
}
},
{
"id": "sweep-mop",
"title": {
"en": "Vacuum + Mop",
"nl": "Stofzuigen + moppen",
"da": "Suge + Moppe",
"de": "Saugen + Wischen",
"es": "Aspirar + Trapeado",
"fr": "Aspirateur + Mop",
"it": "Aspirapolvere + Mocio",
"no": "Støvsuge + Moppe",
"sv": "Dammsug + Moppa",
"pl": "Odkurzanie + Mopowanie",
"ru": "Пылесос + Моп",
"ko": "진공 청소 + 걸레질"
}
}
]
},
{
"name": "fanspeed",
"title": {
"en": "Fanspeed",
"nl": "Fan snelheid",
"da": "Blæserhastighed",
"de": "Gebläsegeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità della ventola",
"no": "Viftehastighet",
"sv": "Fläkthastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"type": "dropdown",
"values": [
{
"id": "1",
"title": {
"en": "Quiet",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "2",
"title": {
"en": "Standard",
"nl": "Standaard",
"da": "Standard",
"de": "Standard",
"es": "Estándar",
"fr": "Standard",
"it": "Standard",
"no": "Standard",
"sv": "Standard",
"pl": "Standard",
"ru": "Стандартный",
"ko": "표준"
}
},
{
"id": "3",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Medium",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Medium",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "4",
"title": {
"en": "Turbo",
"nl": "Turbo",
"da": "Turbo",
"de": "Turbo",
"es": "Turbo",
"fr": "Turbo",
"it": "Turbo",
"no": "Turbo",
"sv": "Turbo",
"pl": "Turbo",
"ru": "Турбо",
"ko": "터보"
}
},
{
"id": "5",
"title": {
"en": "Max",
"nl": "Max",
"da": "Maks",
"de": "Max",
"es": "Máximo",
"fr": "Max",
"it": "Massimo",
"no": "Maksimum",
"sv": "Max",
"pl": "Maksymalny",
"ru": "Макс.",
"ko": "최대"
}
}
]
},
{
"name": "mop",
"title": {
"en": "Mop Intensity",
"nl": "Dweil intensiteit",
"da": "Moppe Intensitet",
"de": "Mop-Intensität",
"es": "Intensidad del trapeado",
"fr": "Intensité de la mop",
"it": "Intensità del mocio",
"no": "Moppintensitet",
"sv": "Moppintensitet",
"pl": "Intensywność mopowania",
"ru": "Интенсивность мытья",
"ko": "걸레질 강도"
},
"type": "dropdown",
"values": [
{
"id": "200",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Fra",
"de": "Aus",
"es": "Apagar",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wył.",
"ru": "Выключено",
"ko": "끔"
}
},
{
"id": "201",
"label": {
"en": "Mild",
"nl": "Mild",
"da": "Mild",
"de": "Sanft",
"es": "Suave",
"fr": "Moyen",
"it": "Lieve",
"no": "Mild",
"sv": "Mild",
"pl": "Łagodny",
"ru": "Низкая",
"ko": "약하게"
}
},
{
"id": "202",
"label": {
"en": "Moderate",
"nl": "Gemiddeld",
"da": "Moderat",
"de": "Mäßig",
"es": "Moderado",
"fr": "Modéré",
"it": "Moderato",
"no": "Moderat",
"sv": "Moderat",
"pl": "Średni",
"ru": "Средняя",
"ko": "중간"
}
},
{
"id": "203",
"label": {
"en": "Intense",
"nl": "Intens",
"da": "Intens",
"de": "Intensiv",
"es": "Intenso",
"fr": "Intense",
"it": "Intenso",
"no": "Intens",
"sv": "Intensiv",
"pl": "Intensywny",
"ru": "Высокая",
"ko": "강하게"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionnez l'aspirateur",
"it": "Seleziona l'aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced&capabilities=vacuum_roborock_mop_intensity"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Pause cleaning",
"nl": "Schoonmaken pauzeren",
"da": "Pause rengøring",
"de": "Reinigung pausieren",
"es": "Pausar la limpieza",
"fr": "Mettre en pause le nettoyage",
"it": "Metti in pausa la pulizia",
"no": "Pause rengjøring",
"sv": "Pausa städningen",
"pl": "Wstrzymaj sprzątanie",
"ru": "Приостановить уборку",
"ko": "청소 일시중지"
},
"args": [
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Selezionare l'aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced"
}
],
"platforms": [
"local"
],
"id": "vacuumRoborockPause"
},
{
"title": {
"en": "Set Fanspeed",
"nl": "Stel ventilator in",
"da": "Indstil blæserhastigheden",
"de": "Stelle die Lüftergeschwindigkeit ein",
"es": "Configurar la velocidad del ventilador",
"fr": "Ajuster la vitesse du ventilateur",
"it": "Regola la velocità della ventola",
"no": "Juster viftehastigheten",
"sv": "Justera fläkthastigheten",
"pl": "Ustaw prędkość wentylatora",
"ru": "Настройка скорости вентилятора",
"ko": "팬 속도 조정"
},
"titleFormatted": {
"en": "Set Fanspeed [[fanspeed]]",
"nl": "Stel ventilator in op [[fanspeed]]",
"da": "Indstil blæserhastigheden [[fanspeed]]",
"de": "Stelle die Lüftergeschwindigkeit ein [[fanspeed]]",
"es": "Configurar la velocidad del ventilador [[fanspeed]]",
"fr": "Ajuster la vitesse du ventilateur [[fanspeed]]",
"it": "Regola la velocità della ventola [[fanspeed]]",
"no": "Juster viftehastigheten [[fanspeed]]",
"sv": "Justera fläkthastigheten [[fanspeed]]",
"pl": "Ustaw prędkość wentylatora [[fanspeed]]",
"ru": "Настройка скорости вентилятора [[fanspeed]]",
"ko": "팬 속도 조정 [[fanspeed]]"
},
"args": [
{
"name": "fanspeed",
"title": {
"en": "Fanspeed",
"nl": "Fan snelheid",
"da": "Blæserhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del soplador",
"fr": "Vitesse du ventilateur",
"it": "Velocità del ventilatore",
"no": "Blæserhastighet",
"sv": "Fläkt hastighet",
"pl": "Prędkość wentylacji",
"ru": "Скорость вентиляции",
"ko": "팬 속도"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Sweep",
"nl": "Sweep",
"da": "Sweep",
"de": "Sweep",
"es": "Sweep",
"fr": "Sweep",
"it": "Sweep",
"no": "Sweep",
"sv": "Sweep",
"pl": "Sweep",
"ru": "Sweep",
"ko": "Sweep"
}
},
{
"id": "1",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Lydløs",
"de": "Geräuschlos",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "2",
"title": {
"en": "Basic",
"nl": "Basis",
"da": "Basis",
"de": "Basis",
"es": "Base",
"fr": "Base",
"it": "Base",
"no": "Grunnleggende",
"sv": "Grundläggande",
"pl": "Podstawowy",
"ru": "Основной",
"ko": "기본"
}
},
{
"id": "3",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Mocny",
"ru": "Сильный",
"ko": "강한"
}
},
{
"id": "4",
"title": {
"en": "Full speed",
"nl": "Volle snelheid",
"da": "Fuld hastighed",
"de": "Vollgas",
"es": "Máxima velocidad",
"fr": "Vitesse maximale",
"it": "Velocità massima",
"no": "Fullt hastighet",
"sv": "Hastighet",
"pl": "Maksymalna prędkość",
"ru": "Максимальная скорость",
"ko": "최고 속도"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Wählen Sie den Staubsauger aus",
"es": "Seleccionar aspiradora",
"fr": "Choisissez le modèle d'aspirateur",
"it": "Seleziona il modello di aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "청소기 선택"
},
"filter": "driver_id=vacuum_roidmi_vacuum_miot"
}
],
"platforms": [
"local"
],
"id": "vacuumRoidmiFanspeed"
},
{
"title": {
"en": "Set Sweep and Mop Mode",
"nl": "Stel Sweep and Mop modus in",
"da": "Indstil Sweep og Mop-tilstand",
"de": "Sweep und Mop Modus einstellen",
"es": "Configurar modo Barrer y Fregar",
"fr": "Définir le mode Balayage et Nettoyage",
"it": "Imposta modalità Spazza e Pulisci",
"no": "Angi Sweep og Mop-modus",
"sv": "Ställ in Sop- och Moppläge",
"pl": "Ustaw tryb Zamiatanie i Mopowanie",
"ru": "Установить режим Подметания и Мытья",
"ko": "청소 및 물걸레 모드 설정"
},
"titleFormatted": {
"en": "Set Sweep and Mop Mode to [[mode]]",
"nl": "Stel Sweep and Mop modus in op [[mode]]",
"da": "Indstil Sweep og Mop-tilstand til [[mode]]",
"de": "Sweep und Mop Modus auf [[mode]] einstellen",
"es": "Configurar modo Barrer y Fregar a [[mode]]",
"fr": "Définir le mode Balayage et Nettoyage sur [[mode]]",
"it": "Imposta la modalità Spazza e Pulisci su [[mode]]",
"no": "Angi Sweep og Mop-modus til [[mode]]",
"sv": "Ställ in Sop- och Moppläge till [[mode]]",
"pl": "Ustaw tryb Zamiatanie i Mopowanie na [[mode]]",
"ru": "Установить режим Подметания и Мытья на [[mode]]",
"ko": "청소 및 물걸레 모드를 [[mode]]로 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Sweep and Mop Mode",
"nl": "Sweep and Mop modus",
"da": "Sweep og Mop-tilstand",
"de": "Sweep und Mop Modus",
"es": "Modo Barrer y Fregar",
"fr": "Mode Balayage et Nettoyage",
"it": "Modalità Spazza e Pulisci",
"no": "Sweep og Mop-modus",
"sv": "Sop- och Moppläge",
"pl": "Tryb Zamiatanie i Mopowanie",
"ru": "Режим Подметания и Мытья",
"ko": "청소 및 물걸레 모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Sweep",
"nl": "Sweep",
"da": "Sweep",
"de": "Sweep",
"es": "Barrer",
"fr": "Balayer",
"it": "Spazza",
"no": "Sweep",
"sv": "Sweep",
"pl": "Zamiatanie",
"ru": "Подметание",
"ko": "청소"
}
},
{
"id": "1",
"title": {
"en": "Mop",
"nl": "Mop",
"da": "Mop",
"de": "Mop",
"es": "Fregar",
"fr": "Nettoyer",
"it": "Pulisci",
"no": "Mop",
"sv": "Mop",
"pl": "Mopowanie",
"ru": "Мытьё",
"ko": "물걸레"
}
},
{
"id": "2",
"title": {
"en": "Mop & Sweep",
"nl": "Mop & Sweep",
"da": "Mop & Sweep",
"de": "Mop & Sweep",
"es": "Fregar y Barrer",
"fr": "Nettoyer et Balayer",
"it": "Pulisci & Spazza",
"no": "Mop & Sweep",
"sv": "Mop & Sweep",
"pl": "Mopowanie i Zamiatanie",
"ru": "Мытьё и Подметание",
"ko": "청소 및 물걸레"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Seleziona aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=vacuum_roidmi_vacuum_miot"
}
],
"platforms": [
"local"
],
"id": "vacuumRoidmiMopMode"
},
{
"id": "vacuumRoomCleaning",
"title": {
"en": "Start room cleaning",
"nl": "Start kamer stofzuigen",
"da": "Start rengøring af rum",
"de": "Raumreinigung starten",
"es": "Iniciar limpieza de habitación",
"fr": "Commencer le nettoyage de la pièce",
"it": "Inizia la pulizia della stanza",
"no": "Start romrensingen",
"sv": "Starta rumsstädning",
"pl": "Rozpocznij sprzątanie pokoju",
"ru": "Начать уборку комнаты",
"ko": "방 청소 시작"
},
"titleFormatted": {
"en": "Send vacuum cleaner to clean room [[rooms]]",
"nl": "Stuur stofzuiger naar kamer [[rooms]]",
"da": "Send støvsugeren til at rengøre rum [[rooms]]",
"de": "Schicke Staubsauger zur Reinigung von Raum [[rooms]]",
"es": "Enviar aspiradora a limpiar habitación [[rooms]]",
"fr": "Envoyez l'aspirateur nettoyer la pièce [[rooms]]",
"it": "Invia l'aspirapolvere per pulire la stanza [[rooms]]",
"no": "Send støvsugeren for å rengjøre rom [[rooms]]",
"sv": "Skicka dammsugaren för att rengöra rummet [[rooms]]",
"pl": "Wyślij odkurzacz do sprzątania pokoju [[rooms]]",
"ru": "Отправить пылесос для уборки комнаты [[rooms]]",
"ko": "[[rooms]] 방 청소를 위해 진공 청소기를 보내세요"
},
"hint": {
"en": "Enter the room ID's (comma seperated)",
"nl": "Voer kamer ID's in (gescheiden door een komma)",
"da": "Indtast rum-ID'er (kommasepareret)",
"de": "Geben Sie die Raum-IDs ein (kommasepariert)",
"es": "Ingrese las IDs de las habitaciones (separadas por comas)",
"fr": "Entrez les ID des pièces (séparés par des virgules)",
"it": "Inserisci gli ID delle stanze (separati da virgole)",
"no": "Skriv inn rom-ID-er (kommaseparert)",
"sv": "Ange rums-ID:n (kommaseparerade)",
"pl": "Wprowadź identyfikatory pokoi (oddzielone przecinkami)",
"ru": "Введите ID комнат (через запятую)",
"ko": "방 ID를 입력하세요 (쉼표로 구분)"
},
"args": [
{
"name": "rooms",
"title": {
"en": "Room(s)",
"nl": "Kamer(s)",
"da": "Rum",
"de": "Raum/Räume",
"es": "Habitación(es)",
"fr": "Pièce(s)",
"it": "Stanza/e",
"no": "Rom",
"sv": "Rum",
"pl": "Pokój/e",
"ru": "Комната/ы",
"ko": "방"
},
"type": "text",
"placeholder": {
"en": "Room(s)",
"nl": "Kamer(s)",
"da": "Rum",
"de": "Raum/Räume",
"es": "Habitación(es)",
"fr": "Pièce(s)",
"it": "Stanza/e",
"no": "Rom",
"sv": "Rum",
"pl": "Pokój/e",
"ru": "Комната/ы",
"ko": "방"
}
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner l'aspirateur",
"it": "Seleziona l'aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공 청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced|vacuum_dreame_vacuum"
}
],
"platforms": [
"local"
]
},
{
"id": "vacuumRoomCleaningRepeats",
"title": {
"en": "Start repeated room cleaning",
"nl": "Start herhaald kamer stofzuigen",
"da": "Start gentagne rum rengøring",
"de": "Beginne wiederholte Raumreinigung",
"es": "Iniciar limpieza repetida de habitaciones",
"fr": "Commencer le nettoyage répété de la pièce",
"it": "Inizia la pulizia ripetuta della stanza",
"no": "Start gjentatt romrengjøring",
"sv": "Start upprepad rumstädning",
"pl": "Rozpocznij powtarzane sprzątanie pokoju",
"ru": "Начать повторяющуюся уборку комнаты",
"ko": "반복 방 청소 시작"
},
"titleFormatted": {
"en": "Send vacuum cleaner to clean room [[rooms]] and repeat [[repeats]] times",
"nl": "Stuur stofzuiger naar kamer [[rooms]] en herhaal [[repeats]] keer",
"da": "Send støvsuger til at rengøre rum [[rooms]] og gentag [[repeats]] gange",
"de": "Schicke Staubsauger, um Raum [[rooms]] zu reinigen und [[repeats]] mal zu wiederholen",
"es": "Enviar aspiradora para limpiar la habitación [[rooms]] y repetir [[repeats]] veces",
"fr": "Envoyer l'aspirateur pour nettoyer la pièce [[rooms]] et répéter [[repeats]] fois",
"it": "Invia l'aspirapolvere a pulire la stanza [[rooms]] e ripeti [[repeats]] volte",
"no": "Send støvsuger for å rengjøre rommet [[rooms]] og gjenta [[repeats]] ganger",
"sv": "Skicka dammsugare för att städa rum [[rooms]] och upprepa [[repeats]] gånger",
"pl": "Wyślij odkurzacz, aby posprzątał pokój [[rooms]] i powtórz [[repeats]] razy",
"ru": "Отправить пылесос для уборки комнаты [[rooms]] и повторить [[repeats]] раз",
"ko": "방 [[rooms]]을 청소하도록 청소기를 보내고 [[repeats]]번 반복"
},
"hint": {
"en": "Enter the room ID's (comma seperated)",
"nl": "Voer kamer ID's in (gescheiden door een komma)",
"da": "Indtast rum ID'erne (kommasepareret)",
"de": "Geben Sie die Raum-IDs ein (durch Kommas getrennt)",
"es": "Ingrese los ID de las habitaciones (separados por comas)",
"fr": "Entrez les ID des pièces (séparés par des virgules)",
"it": "Inserisci gli ID delle stanze (separati da virgole)",
"no": "Skriv inn rom-ID-er (kommaseparert)",
"sv": "Ange rums-ID:n (kommaseparerade)",
"pl": "Wprowadź identyfikatory pokoi (oddzielone przecinkami)",
"ru": "Введите идентификаторы комнат (через запятую)",
"ko": "방 ID 입력(쉼표로 구분)"
},
"args": [
{
"name": "rooms",
"title": {
"en": "Room(s)",
"nl": "Kamer(s)",
"da": "Rum",
"de": "Raum/Räume",
"es": "Habitación(es)",
"fr": "Pièce(s)",
"it": "Stanza/e",
"no": "Rom",
"sv": "Rum",
"pl": "Pokój(e)",
"ru": "Комната(ы)",
"ko": "방"
},
"type": "text",
"placeholder": {
"en": "Room(s)",
"nl": "Kamer(s)",
"da": "Rum",
"de": "Raum/Räume",
"es": "Habitación(es)",
"fr": "Pièce(s)",
"it": "Stanza/e",
"no": "Rom",
"sv": "Rum",
"pl": "Pokój(e)",
"ru": "Комната(ы)",
"ko": "방"
}
},
{
"name": "repeats",
"title": {
"en": "Repeat",
"nl": "Herhaal",
"da": "Gentag",
"de": "Wiederholen",
"es": "Repetir",
"fr": "Répéter",
"it": "Ripeti",
"no": "Gjenta",
"sv": "Upprepa",
"pl": "Powtórz",
"ru": "Повторить",
"ko": "반복"
},
"type": "number",
"min": 1,
"max": 3,
"step": 1
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccione aspiradora",
"fr": "Sélectionnez l'aspirateur",
"it": "Seleziona l'aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "청소기 선택"
},
"filter": "driver_id=vacuum_mi_rockrobo_vacuum_advanced"
}
],
"platforms": [
"local"
]
},
{
"title": {
"en": "Set Sweep and Mop Mode",
"nl": "Stel Sweep and Mop modus in",
"da": "Indstil Sweep og Mop-tilstand",
"de": "Sweep- und Mop-Modus einstellen",
"es": "Establecer modo Sweep y Mop",
"fr": "Définir le mode Sweep et Mop",
"it": "Imposta modalità Sweep e Mop",
"no": "Sett Sweep og Mop-modus",
"sv": "Ställ in Sweep och Mop-läge",
"pl": "Ustaw tryb Sweep i Mop",
"ru": "Установите режим Sweep и Mop",
"ko": "쓸기 및 물걸레 모드 설정"
},
"titleFormatted": {
"en": "Set Sweep and Mop Mode to [[mode]]",
"nl": "Stel Sweep and Mop modus in op [[mode]]",
"da": "Indstil Sweep og Mop-tilstand til [[mode]]",
"de": "Sweep- und Mop-Modus auf [[mode]] einstellen",
"es": "Establecer modo Sweep y Mop a [[mode]]",
"fr": "Définir le mode Sweep et Mop sur [[mode]]",
"it": "Imposta modalità Sweep e Mop su [[mode]]",
"no": "Sett Sweep og Mop-modus til [[mode]]",
"sv": "Ställ in Sweep och Mop-läge till [[mode]]",
"pl": "Ustaw tryb Sweep i Mop na [[mode]]",
"ru": "Установите режим Sweep и Mop на [[mode]]",
"ko": "[[mode]]로 쓸기 및 물걸레 모드 설정"
},
"args": [
{
"name": "mode",
"title": {
"en": "Sweep and Mop Mode",
"nl": "Sweep and Mop modus",
"da": "Sweep og Mop-tilstand",
"de": "Sweep- und Mop-Modus",
"es": "Modo Sweep y Mop",
"fr": "Mode Sweep et Mop",
"it": "Modalità Sweep e Mop",
"no": "Sweep og Mop-modus",
"sv": "Sweep och Mop-läge",
"pl": "Tryb Sweep i Mop",
"ru": "Режим Sweep и Mop",
"ko": "쓸기 및 물걸레 모드"
},
"type": "dropdown",
"values": [
{
"id": "0",
"title": {
"en": "Sweep",
"nl": "Sweep",
"da": "Sweep",
"de": "Sweep",
"es": "Sweep",
"fr": "Sweep",
"it": "Sweep",
"no": "Sweep",
"sv": "Sweep",
"pl": "Sweep",
"ru": "Sweep",
"ko": "쓸기"
}
},
{
"id": "1",
"title": {
"en": "Sweep & Mop",
"nl": "Sweep & Mop",
"da": "Sweep & Mop",
"de": "Sweep & Mop",
"es": "Sweep & Mop",
"fr": "Sweep & Mop",
"it": "Sweep & Mop",
"no": "Sweep & Mop",
"sv": "Sweep & Mop",
"pl": "Sweep & Mop",
"ru": "Sweep & Mop",
"ko": "쓸기 & 물걸레"
}
},
{
"id": "2",
"title": {
"en": "Mop",
"nl": "Mop",
"da": "Mop",
"de": "Mop",
"es": "Mop",
"fr": "Mop",
"it": "Mop",
"no": "Mop",
"sv": "Mop",
"pl": "Mop",
"ru": "Mop",
"ko": "물걸레"
}
}
]
},
{
"name": "device",
"type": "device",
"placeholder": {
"en": "Select Vacuum",
"nl": "Selecteer stofzuiger",
"da": "Vælg støvsuger",
"de": "Staubsauger auswählen",
"es": "Seleccionar aspiradora",
"fr": "Sélectionner un aspirateur",
"it": "Seleziona l'aspirapolvere",
"no": "Velg støvsuger",
"sv": "Välj dammsugare",
"pl": "Wybierz odkurzacz",
"ru": "Выберите пылесос",
"ko": "진공청소기 선택"
},
"filter": "driver_id=vacuum_xiaomi_vacuum_miot"
}
],
"platforms": [
"local"
],
"id": "vacuumXiaomiMopMode"
},
{
"id": "advanced_room_cleaning",
"title": {
"en": "advanced cleaning",
"it": "Pulizia avanzata",
"nl": "Geavanceerde reiniging",
"da": "Avanceret rengøring",
"de": "Erweiterte Reinigung",
"es": "Limpieza avanzada",
"fr": "Nettoyage avancé",
"no": "Avansert rengjøring",
"sv": "Avancerad rengöring",
"pl": "Zaawansowane czyszczenie",
"ru": "Расширенная очистка",
"ko": "고급 청소"
},
"titleFormatted": {
"en": "Start [[mode]] with accuracy [[accuracy]]. Sweep [[mode_sweep]] and mop [[mode_mop]] on room [[room]] (carpet-avoid: [[carpet_avoidance]])",
"it": "Attiva [[mode]] con accuratezza percorso [[accuracy]]. Aspirazione [[mode_sweep]] e lavaggio [[mode_mop]] in stanza [[room]] (evita tappeti: [[carpet_avoidance]])",
"nl": "Start [[mode]] met nauwkeurigheid [[accuracy]]. Stofzuigen [[mode_sweep]] en dweilen [[mode_mop]] in kamer [[room]] (tapijt vermijden: [[carpet_avoidance]])",
"da": "Start [[mode]] med nøjagtighed [[accuracy]]. Støvsug [[mode_sweep]] og moppe [[mode_mop]] i rum [[room]] (undgå tæpper: [[carpet_avoidance]])",
"de": "Starte [[mode]] mit Genauigkeit [[accuracy]]. Saugen [[mode_sweep]] und Wischen [[mode_mop]] im Raum [[room]] (Teppich-Vermeidung: [[carpet_avoidance]])",
"es": "Iniciar [[mode]] con precisión [[accuracy]]. Barrer [[mode_sweep]] y fregar [[mode_mop]] en la habitación [[room]] (evitar alfombras: [[carpet_avoidance]])",
"fr": "Démarrer [[mode]] avec précision [[accuracy]]. Balayer [[mode_sweep]] et frotter [[mode_mop]] dans la pièce [[room]] (éviter tapis: [[carpet_avoidance]])",
"no": "Start [[mode]] med nøyaktighet [[accuracy]]. Støvsuge [[mode_sweep]] og moppe [[mode_mop]] i rom [[room]] (unngå tepper: [[carpet_avoidance]])",
"sv": "Starta [[mode]] med noggrannhet [[accuracy]]. Dammsuga [[mode_sweep]] och moppa [[mode_mop]] i rum [[room]] (undvik mattor: [[carpet_avoidance]])",
"pl": "Rozpocznij [[mode]] z dokładnością [[accuracy]]. Odkurzanie [[mode_sweep]] i mycie [[mode_mop]] w pokoju [[room]] (unikaj dywanów: [[carpet_avoidance]])",
"ru": "Запустить [[mode]] с точностью [[accuracy]]. Пылесосить [[mode_sweep]] и мыть [[mode_mop]] в комнате [[room]] (избегать ковров: [[carpet_avoidance]])",
"ko": "[[mode]]를 [[accuracy]] 정확도로 시작합니다. [[mode_sweep]] 청소 및 [[mode_mop]] 방 [[room]] (카펫 회피: [[carpet_avoidance]])"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=vacuum_xiaomi_vacuum_max"
},
{
"name": "mode",
"type": "dropdown",
"title": {
"en": "Select mode",
"it": "Seleziona modalità",
"nl": "Selecteer modus",
"da": "Vælg tilstand",
"de": "Modus auswählen",
"es": "Seleccionar modo",
"fr": "Sélectionner le mode",
"no": "Velg modus",
"sv": "Välj läge",
"pl": "Wybierz tryb",
"ru": "Выберите режим",
"ko": "모드 선택"
},
"values": [
{
"id": "1",
"label": {
"en": "Sweep",
"it": "Aspirazione",
"nl": "Stofzuigen",
"da": "Støvsugning",
"de": "Saugen",
"es": "Aspirar",
"fr": "Aspirer",
"no": "Støvsuging",
"sv": "Dammsugning",
"pl": "Odkurzanie",
"ru": "Пылесосить",
"ko": "청소하기"
}
},
{
"id": "2",
"label": {
"en": "Mop",
"it": "Lavaggio",
"nl": "Dweilen",
"da": "Gulvvask",
"de": "Wischen",
"es": "Fregar",
"fr": "Laver",
"no": "Vask",
"sv": "Moppning",
"pl": "Mycie",
"ru": "Мытье",
"ko": "청소하기"
}
},
{
"id": "3",
"label": {
"en": "Sweep and mop",
"it": "Aspirazione e lavaggio",
"nl": "Stofzuigen en dweilen",
"da": "Støvsugning og gulvvask",
"de": "Saugen und Wischen",
"es": "Aspirar y fregar",
"fr": "Aspirer et laver",
"no": "Støvsuging og vask",
"sv": "Dammsugning och moppning",
"pl": "Odkurzanie i mycie",
"ru": "Пылесосить и мыть",
"ko": "청소 및 세척"
}
},
{
"id": "4",
"label": {
"en": "Sweep and after mop",
"it": "Aspirazione e successivamente lavaggio",
"nl": "Stofzuigen en daarna dweilen",
"da": "Støvsugning og derefter gulvvask",
"de": "Saugen und anschließend wischen",
"es": "Aspirar y luego fregar",
"fr": "Aspirer puis laver",
"no": "Støvsuging og deretter vask",
"sv": "Dammsugning och sedan moppning",
"pl": "Odkurzanie, a następnie mycie",
"ru": "Сначала пылесосить, а затем мыть",
"ko": "먼저 청소한 후 세척"
}
}
]
},
{
"name": "accuracy",
"type": "dropdown",
"title": {
"en": "Select clean accuracy",
"it": "Seleziona accuratezza percorso pulizia",
"nl": "Selecteer reinigingsnauwkeurigheid",
"da": "Vælg rengøringsnøjagtighed",
"de": "Reinigungsgenauigkeit auswählen",
"es": "Seleccionar precisión de limpieza",
"fr": "Sélectionner la précision de nettoyage",
"no": "Velg rengjøringsnøyaktighet",
"sv": "Välj rengöringsnoggrannhet",
"pl": "Wybierz dokładność czyszczenia",
"ru": "Выберите точность очистки",
"ko": "청소 정확도 선택"
},
"values": [
{
"id": "1",
"label": {
"en": "Quick",
"it": "Veloce",
"nl": "Snel",
"da": "Hurtig",
"de": "Schnell",
"es": "Rápido",
"fr": "Rapide",
"no": "Rask",
"sv": "Snabb",
"pl": "Szybki",
"ru": "Быстрый",
"ko": "빠름"
}
},
{
"id": "2",
"label": {
"en": "Standard",
"it": "Standard",
"nl": "Standaard",
"da": "Standard",
"de": "Standard",
"es": "Estándar",
"fr": "Standard",
"no": "Standard",
"sv": "Standard",
"pl": "Standardowy",
"ru": "Стандартный",
"ko": "표준"
}
},
{
"id": "3",
"label": {
"en": "Deep",
"it": "Profondo",
"nl": "Diep",
"da": "Dyb",
"de": "Tief",
"es": "Profundo",
"fr": "Profond",
"no": "Dyp",
"sv": "Djup",
"pl": "Głęboki",
"ru": "Глубокий",
"ko": "딥"
}
}
]
},
{
"name": "mode_sweep",
"type": "dropdown",
"title": {
"en": "Select sweep power",
"it": "Seleziona potenza aspirazione",
"nl": "Selecteer stofzuigkracht",
"da": "Vælg støvsugerkraft",
"de": "Saugleistung auswählen",
"es": "Seleccionar potencia de succión",
"fr": "Sélectionner la puissance d'aspiration",
"no": "Velg sugekraft",
"sv": "Välj sugkraft",
"pl": "Wybierz moc ssania",
"ru": "Выберите мощность всасывания",
"ko": "흡입력 선택"
},
"values": [
{
"id": "1",
"label": {
"en": "Silent",
"it": "Silenzioso",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "2",
"label": {
"en": "Basic",
"it": "Normale",
"nl": "Basis",
"da": "Basis",
"de": "Basis",
"es": "Básico",
"fr": "Basique",
"no": "Grunnleggende",
"sv": "Grundläggande",
"pl": "Podstawowy",
"ru": "Базовый",
"ko": "기본"
}
},
{
"id": "3",
"label": {
"en": "Strong",
"it": "Forte",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Mocny",
"ru": "Сильный",
"ko": "강한"
}
},
{
"id": "4",
"label": {
"en": "Full Speed",
"it": "Massima potenza",
"nl": "Volledige snelheid",
"da": "Fuld hastighed",
"de": "Vollgas",
"es": "A toda velocidad",
"fr": "Vitesse maximale",
"no": "Full hastighet",
"sv": "Full hastighet",
"pl": "Pełna prędkość",
"ru": "Максимальная скорость",
"ko": "최고속"
}
}
]
},
{
"name": "mode_mop",
"type": "dropdown",
"title": {
"en": "Mop mode",
"it": "Modalità lavaggio",
"nl": "Dweilmodus",
"da": "Moppefunktion",
"de": "Wischmodus",
"es": "Modo fregona",
"fr": "Mode serpillère",
"no": "Moppemodus",
"sv": "Moppläge",
"pl": "Tryb mopa",
"ru": "Режим швабры",
"ko": "대걸레 모드"
},
"values": [
{
"id": "0",
"label": {
"en": "Off",
"it": "Nessuno",
"nl": "Uit",
"da": "Fra",
"de": "Aus",
"es": "Apagar",
"fr": "Éteindre",
"no": "Av",
"sv": "Av",
"pl": "Wyłączony",
"ru": "Выключить",
"ko": "끔"
}
},
{
"id": "1",
"label": {
"en": "Level 1",
"it": "Livello 1",
"nl": "Niveau 1",
"da": "Niveau 1",
"de": "Stufe 1",
"es": "Nivel 1",
"fr": "Niveau 1",
"no": "Nivå 1",
"sv": "Nivå 1",
"pl": "Poziom 1",
"ru": "Уровень 1",
"ko": "레벨 1"
}
},
{
"id": "2",
"label": {
"en": "Level 2",
"it": "Livello 2",
"nl": "Niveau 2",
"da": "Niveau 2",
"de": "Stufe 2",
"es": "Nivel 2",
"fr": "Niveau 2",
"no": "Nivå 2",
"sv": "Nivå 2",
"pl": "Poziom 2",
"ru": "Уровень 2",
"ko": "레벨 2"
}
},
{
"id": "3",
"label": {
"en": "Level 3",
"it": "Livello 3",
"nl": "Niveau 3",
"da": "Niveau 3",
"de": "Stufe 3",
"es": "Nivel 3",
"fr": "Niveau 3",
"no": "Nivå 3",
"sv": "Nivå 3",
"pl": "Poziom 3",
"ru": "Уровень 3",
"ko": "레벨 3"
}
}
]
},
{
"name": "carpet_avoidance",
"type": "dropdown",
"title": {
"en": "Carpet avoidance",
"it": "Evitamento tappeti",
"nl": "Tapijt vermijden",
"da": "Undgå tæpper",
"de": "Teppichvermeidung",
"es": "Evitar alfombras",
"fr": "Éviter les tapis",
"no": "Unngå tepper",
"sv": "Undvik mattor",
"pl": "Unikaj dywanów",
"ru": "Избегать ковров",
"ko": "카펫 회피"
},
"values": [
{
"id": "0",
"label": {
"en": "Self Adaptation",
"it": "Auto adattamento",
"nl": "Zelfaanpassing",
"da": "Selvtilpasning",
"de": "Selbstanpassung",
"es": "Auto adaptación",
"fr": "Auto-adaptation",
"no": "Selvtilpasning",
"sv": "Självanpassning",
"pl": "Samodopasowanie",
"ru": "Самоадаптация",
"ko": "자동 적응"
}
},
{
"id": "1",
"label": {
"en": "Avoid",
"it": "Evita",
"nl": "Vermijden",
"da": "Undgå",
"de": "Vermeiden",
"es": "Evitar",
"fr": "Éviter",
"no": "Unngå",
"sv": "Undvik",
"pl": "Unikaj",
"ru": "Избегать",
"ko": "회피"
}
},
{
"id": "2",
"label": {
"en": "Ignore",
"it": "Ignora",
"nl": "Negeren",
"da": "Ignorer",
"de": "Ignorieren",
"es": "Ignorar",
"fr": "Ignorer",
"no": "Ignorer",
"sv": "Ignorera",
"pl": "Ignoruj",
"ru": "Игнорировать",
"ko": "무시"
}
},
{
"id": "3",
"label": {
"en": "Span",
"it": "Span",
"nl": "Span",
"da": "Span",
"de": "Span",
"es": "Span",
"fr": "Span",
"no": "Span",
"sv": "Span",
"pl": "Span",
"ru": "Span",
"ko": "Span"
}
}
]
},
{
"type": "text",
"name": "room",
"title": {
"en": "Select room separated by commas ('all' for all rooms)",
"it": "Seleziona stanze separate da virgole ('all' per tutte le stanze)",
"nl": "Selecteer kamer gescheiden door komma's ('all' voor alle kamers)",
"da": "Vælg rum adskilt af kommaer ('all' for alle rum)",
"de": "Wählen Sie Räume, die durch Kommas getrennt sind ('all' für alle Räume)",
"es": "Seleccionar habitación separada por comas ('all' para todas las habitaciones)",
"fr": "Sélectionner la pièce séparée par des virgules ('all' pour toutes les pièces)",
"no": "Velg rom atskilt med kommaer ('all' for alle rom)",
"sv": "Välj rum åtskilt med kommatecken ('all' för alla rum)",
"pl": "Wybierz pokój oddzielony przecinkami ('all' dla wszystkich pokoi)",
"ru": "Выберите комнату, разделенную запятыми ('all' для всех комнат)",
"ko": "방을 쉼표로 구분하여 선택합니다('all'은 모든 방에 해당)"
},
"placeholder": {
"en": "all"
}
}
]
},
{
"id": "set_sweep_mop_type",
"title": {
"en": "Set vacuum mode",
"it": "Imposta modalità aspirazione",
"nl": "Stel zuigmodus in",
"da": "Indstil støvsugningsmodus",
"de": "Saugmodus einstellen",
"es": "Establecer modo aspiración",
"fr": "Définir le mode aspirateur",
"no": "Angi støvsugmodus",
"sv": "Ställ in dammsägarläge",
"pl": "Ustaw tryb odkurzania",
"ru": "Установить режим уборки",
"ko": "청소 모드 설정"
},
"titleFormatted": {
"en": "Set vacuum mode to [[mode]]",
"it": "Imposta modalità aspirazione su [[mode]]",
"nl": "Stel zuigmodus in op [[mode]]",
"da": "Indstil støvsugningsmodus til [[mode]]",
"de": "Saugmodus einstellen auf [[mode]]",
"es": "Establecer modo aspiración en [[mode]]",
"fr": "Définir le mode aspirateur sur [[mode]]",
"no": "Angi støvsugmodus til [[mode]]",
"sv": "Ställ in dammsägarläge på [[mode]]",
"pl": "Ustaw tryb odkurzania na [[mode]]",
"ru": "Установить режим уборки на [[mode]]",
"ko": "청소 모드를 [[mode]]로 설정"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=vacuum_xiaomi_vacuum_max"
},
{
"name": "mode",
"type": "dropdown",
"title": {
"en": "Vacuum mode",
"it": "Modalità aspirazione",
"nl": "Zuigmodus",
"da": "Støvsugningsmodus",
"de": "Saugmodus",
"es": "Modo aspirar",
"fr": "Mode aspiration",
"no": "Støvsugmodus",
"sv": "Dammsägarläge",
"pl": "Tryb odkurzania",
"ru": "Режим уборки",
"ko": "청소 모드"
},
"values": [
{
"id": "1",
"label": {
"en": "Sweep only",
"it": "Solo aspirazione",
"nl": "Alleen stofzuigen",
"da": "Kun støvsugning",
"de": "Nur Saugen",
"es": "Solo aspirar",
"fr": "Aspirer seulement",
"no": "Kun støvsuging",
"sv": "Endast dammsugning",
"pl": "Tylko odkurzanie",
"ru": "Только уборка",
"ko": "청소만"
}
},
{
"id": "2",
"label": {
"en": "Mop only",
"it": "Solo lavaggio",
"nl": "Alleen dweilen",
"da": "Kun gulvvask",
"de": "Nur Wischen",
"es": "Solo fregar",
"fr": "Lavette seulement",
"no": "Kun vask",
"sv": "Endast moppning",
"pl": "Tylko mopowanie",
"ru": "Только мытье",
"ko": "물걸레만"
}
},
{
"id": "3",
"label": {
"en": "Sweep & mop",
"it": "Aspirazione e lavaggio",
"nl": "Stofzuigen en dweilen",
"da": "Støvsugning og gulvvask",
"de": "Saugen und Wischen",
"es": "Aspirar y fregar",
"fr": "Aspirer et laver",
"no": "Støvsuging og vask",
"sv": "Dammsugning och moppning",
"pl": "Odkurzanie i mopowanie",
"ru": "Уборка и мытье",
"ko": "청소 및 물걸레"
}
},
{
"id": "4",
"label": {
"en": "Sweep then mop",
"it": "Prima aspirare poi lavare",
"nl": "Eerst stofzuigen daarna dweilen",
"da": "Først støvsug, derefter gulvvask",
"de": "Zuerst saugen, dann wischen",
"es": "Primero aspirar, luego fregar",
"fr": "D'abord aspirer, puis laver",
"no": "Først støvsug, deretter vask",
"sv": "Först dammsugning, sedan moppning",
"pl": "Najpierw odkurzanie, potem mopowanie",
"ru": "Сначала уборка, затем мытье",
"ko": "먼저 청소 후 물걸레"
}
}
]
}
]
},
{
"id": "set_cleaning_mode",
"title": {
"en": "Set cleaning power",
"it": "Imposta potenza di pulizia",
"nl": "Stel zuigvermogen in",
"da": "Indstil rengøringseffekt",
"de": "Reinigungsstärke einstellen",
"es": "Establecer potencia de limpieza",
"fr": "Définir la puissance de nettoyage",
"no": "Angi rengjøringsstyrke",
"sv": "Ställ in rengöringsstyrka",
"pl": "Ustaw moc odkurzania",
"ru": "Установить мощность уборки",
"ko": "청소 세기 설정"
},
"titleFormatted": {
"en": "Set cleaning power to [[power]]",
"it": "Imposta potenza di pulizia su [[power]]",
"nl": "Stel zuigvermogen in op [[power]]",
"da": "Indstil rengøringseffekt til [[power]]",
"de": "Reinigungsstärke einstellen auf [[power]]",
"es": "Establecer potencia de limpieza en [[power]]",
"fr": "Définir la puissance de nettoyage sur [[power]]",
"no": "Angi rengjøringsstyrke til [[power]]",
"sv": "Ställ in rengöringsstyrka på [[power]]",
"pl": "Ustaw moc odkurzania na [[power]]",
"ru": "Установить мощность уборки на [[power]]",
"ko": "청소 세기를 [[power]]로 설정"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=vacuum_xiaomi_vacuum_max"
},
{
"name": "power",
"type": "dropdown",
"title": {
"en": "Cleaning power",
"it": "Potenza di pulizia",
"nl": "Zuigkracht",
"da": "Rengøringseffekt",
"de": "Reinigungsstärke",
"es": "Potencia de limpieza",
"fr": "Puissance de nettoyage",
"no": "Rengjøringsstyrke",
"sv": "Rengöringsstyrka",
"pl": "Moc odkurzania",
"ru": "Мощность уборки",
"ko": "청소 세기"
},
"values": [
{
"id": "1",
"label": {
"en": "Silent",
"it": "Silenzioso",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихо",
"ko": "조용함"
}
},
{
"id": "2",
"label": {
"en": "Basic",
"it": "Normale",
"nl": "Basis",
"da": "Basis",
"de": "Basis",
"es": "Básico",
"fr": "Basique",
"no": "Grunnleggende",
"sv": "Grundläggande",
"pl": "Podstawowy",
"ru": "Базовый",
"ko": "기본"
}
},
{
"id": "3",
"label": {
"en": "Strong",
"it": "Forte",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Mocny",
"ru": "Сильный",
"ko": "강함"
}
},
{
"id": "4",
"label": {
"en": "Full Speed",
"it": "Massima potenza",
"nl": "Volledige snelheid",
"da": "Fuld hastighed",
"de": "Vollgas",
"es": "A toda velocidad",
"fr": "Vitesse maximale",
"no": "Full hastighet",
"sv": "Full hastighet",
"pl": "Pełna prędkość",
"ru": "Максимальная скорость",
"ko": "최고속"
}
}
]
}
]
},
{
"id": "set_water_level",
"title": {
"en": "Set water output level",
"it": "Imposta livello acqua",
"nl": "Stel waterniveau in",
"da": "Indstil vandniveau",
"de": "Wasserstand einstellen",
"es": "Establecer nivel de agua",
"fr": "Définir le niveau d'eau",
"no": "Angi vannivå",
"sv": "Ställ in vattennivå",
"pl": "Ustaw poziom wody",
"ru": "Установить уровень воды",
"ko": "물 세기 설정"
},
"titleFormatted": {
"en": "Set water level to [[level]]",
"it": "Imposta livello acqua su [[level]]",
"nl": "Stel waterniveau in op [[level]]",
"da": "Indstil vandniveau til [[level]]",
"de": "Wasserstand einstellen auf [[level]]",
"es": "Establecer nivel de agua en [[level]]",
"fr": "Définir le niveau d'eau sur [[level]]",
"no": "Angi vannivå til [[level]]",
"sv": "Ställ in vattennivå på [[level]]",
"pl": "Ustaw poziom wody na [[level]]",
"ru": "Установить уровень воды на [[level]]",
"ko": "물 세기를 [[level]]로 설정"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=vacuum_xiaomi_vacuum_max"
},
{
"name": "level",
"type": "dropdown",
"title": {
"en": "Water level",
"it": "Livello acqua",
"nl": "Waterniveau",
"da": "Vandniveau",
"de": "Wasserstand",
"es": "Nivel de agua",
"fr": "Niveau d'eau",
"no": "Vannivå",
"sv": "Vattennivå",
"pl": "Poziom wody",
"ru": "Уровень воды",
"ko": "물 세기"
},
"values": [
{
"id": "0",
"label": {
"en": "Off",
"it": "Spento",
"nl": "Uit",
"da": "Fra",
"de": "Aus",
"es": "Apagado",
"fr": "Désactivé",
"no": "Av",
"sv": "Av",
"pl": "Wyłączony",
"ru": "Выключено",
"ko": "끔"
}
},
{
"id": "1",
"label": {
"en": "Level 1",
"it": "Livello 1",
"nl": "Niveau 1",
"da": "Niveau 1",
"de": "Stufe 1",
"es": "Nivel 1",
"fr": "Niveau 1",
"no": "Nivå 1",
"sv": "Nivå 1",
"pl": "Poziom 1",
"ru": "Уровень 1",
"ko": "레벨 1"
}
},
{
"id": "2",
"label": {
"en": "Level 2",
"it": "Livello 2",
"nl": "Niveau 2",
"da": "Niveau 2",
"de": "Stufe 2",
"es": "Nivel 2",
"fr": "Niveau 2",
"no": "Nivå 2",
"sv": "Nivå 2",
"pl": "Poziom 2",
"ru": "Уровень 2",
"ko": "레벨 2"
}
},
{
"id": "3",
"label": {
"en": "Level 3",
"it": "Livello 3",
"nl": "Niveau 3",
"da": "Niveau 3",
"de": "Stufe 3",
"es": "Nivel 3",
"fr": "Niveau 3",
"no": "Nivå 3",
"sv": "Nivå 3",
"pl": "Poziom 3",
"ru": "Уровень 3",
"ko": "레벨 3"
}
}
]
}
]
},
{
"id": "set_path_mode",
"title": {
"en": "Set path mode",
"it": "Imposta modalità percorso",
"nl": "Stel padmodus in",
"da": "Indstil stiemodus",
"de": "Pfadmodus einstellen",
"es": "Establecer modo de recorrido",
"fr": "Définir le mode de chemin",
"no": "Angi sti-modus",
"sv": "Ställ in sökläge",
"pl": "Ustaw tryb trasy",
"ru": "Установить режим траектории",
"ko": "경로 모드 설정"
},
"titleFormatted": {
"en": "Set path mode to [[mode]]",
"it": "Imposta modalità percorso su [[mode]]",
"nl": "Stel padmodus in op [[mode]]",
"da": "Indstil stiemodus til [[mode]]",
"de": "Pfadmodus einstellen auf [[mode]]",
"es": "Establecer modo de recorrido en [[mode]]",
"fr": "Définir le mode de chemin sur [[mode]]",
"no": "Angi sti-modus til [[mode]]",
"sv": "Ställ in sökläge på [[mode]]",
"pl": "Ustaw tryb trasy na [[mode]]",
"ru": "Установить режим траектории на [[mode]]",
"ko": "경로 모드를 [[mode]]로 설정"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=vacuum_xiaomi_vacuum_max"
},
{
"name": "mode",
"type": "dropdown",
"title": {
"en": "Path mode",
"it": "Modalità percorso",
"nl": "Padmodus",
"da": "Stiemodus",
"de": "Pfadmodus",
"es": "Modo de recorrido",
"fr": "Mode de chemin",
"no": "Sti-modus",
"sv": "Sökläge",
"pl": "Tryb trasy",
"ru": "Режим траектории",
"ko": "경로 모드"
},
"values": [
{
"id": "1",
"label": {
"en": "Quick",
"it": "Veloce",
"nl": "Snel",
"da": "Hurtig",
"de": "Schnell",
"es": "Rápido",
"fr": "Rapide",
"no": "Rask",
"sv": "Snabb",
"pl": "Szybki",
"ru": "Быстрый",
"ko": "빠름"
}
},
{
"id": "2",
"label": {
"en": "Standard",
"it": "Standard",
"nl": "Standaard",
"da": "Standard",
"de": "Standard",
"es": "Estándar",
"fr": "Standard",
"no": "Standard",
"sv": "Standard",
"pl": "Standardowy",
"ru": "Стандартный",
"ko": "표준"
}
},
{
"id": "3",
"label": {
"en": "Deep",
"it": "Profondo",
"nl": "Diep",
"da": "Dyb",
"de": "Tief",
"es": "Profundo",
"fr": "Profond",
"no": "Dyp",
"sv": "Djup",
"pl": "Głęboki",
"ru": "Глубокий",
"ko": "딥"
}
}
]
}
]
},
{
"id": "set_carpet_avoidance",
"title": {
"en": "Set carpet avoidance",
"nl": "Stel tapijtvermijding in",
"de": "Teppichvermeidung einstellen",
"da": "Indstil tæppeundgåelse",
"es": "Establecer evasión de alfombras",
"fr": "Définir l’évitement des tapis",
"it": "Imposta evitamento tappeti",
"no": "Sett teppeunngåelse",
"sv": "Ställ in mattundvikande",
"pl": "Ustaw unikanie dywanów",
"ru": "Установить избегание ковров",
"ko": "카펫 회피 설정"
},
"titleFormatted": {
"en": "Set carpet avoidance to [[mode]]",
"nl": "Stel tapijtvermijding in op [[mode]]",
"de": "Teppichvermeidung einstellen auf [[mode]]",
"da": "Indstil tæppeundgåelse til [[mode]]",
"es": "Establecer evasión de alfombras a [[mode]]",
"fr": "Définir l’évitement des tapis sur [[mode]]",
"it": "Imposta evitamento tappeti su [[mode]]",
"no": "Sett teppeunngåelse til [[mode]]",
"sv": "Ställ in mattundvikande till [[mode]]",
"pl": "Ustaw unikanie dywanów na [[mode]]",
"ru": "Установить избегание ковров на [[mode]]",
"ko": "[[mode]]로 카펫 회피 설정"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=vacuum_xiaomi_vacuum_max"
},
{
"name": "mode",
"type": "dropdown",
"title": {
"en": "Carpet avoidance mode",
"nl": "Tapijtvermijdingsmodus",
"de": "Teppichvermeidungsmodus",
"da": "Tæppeundgåelsestilstand",
"es": "Modo de evasión de alfombras",
"fr": "Mode d’évitement des tapis",
"it": "Modalità evitamento tappeti",
"no": "Teppeunngåelsesmodus",
"sv": "Mattundvikandeläge",
"pl": "Tryb unikania dywanów",
"ru": "Режим избегания ковров",
"ko": "카펫 회피 모드"
},
"values": [
{
"id": "0",
"label": {
"en": "Self Adaptation",
"nl": "Zelfaanpassing",
"de": "Selbstanpassung",
"da": "Selvtilpasning",
"es": "Auto adaptación",
"fr": "Auto-adaptation",
"it": "Auto adattamento",
"no": "Selvtilpasning",
"sv": "Självanpassning",
"pl": "Samodopasowanie",
"ru": "Самоадаптация",
"ko": "자동 적응"
}
},
{
"id": "1",
"label": {
"en": "Avoid",
"nl": "Vermijden",
"de": "Vermeiden",
"da": "Undgå",
"es": "Evitar",
"fr": "Éviter",
"it": "Evita",
"no": "Unngå",
"sv": "Undvik",
"pl": "Unikaj",
"ru": "Избегать",
"ko": "회피"
}
},
{
"id": "2",
"label": {
"en": "Ignore",
"nl": "Negeren",
"de": "Ignorieren",
"da": "Ignorer",
"es": "Ignorar",
"fr": "Ignorer",
"it": "Ignora",
"no": "Ignorer",
"sv": "Ignorera",
"pl": "Ignoruj",
"ru": "Игнорировать",
"ko": "무시"
}
},
{
"id": "3",
"label": {
"en": "Span",
"nl": "Span",
"de": "Span",
"da": "Span",
"es": "Span",
"fr": "Span",
"it": "Span",
"no": "Span",
"sv": "Span",
"pl": "Span",
"ru": "Span",
"ko": "Span"
}
}
]
}
]
}
]
},
"drivers": [
{
"icon": "/drivers/airfresh_zhimi_airfresh/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Smartmi Fresh Air System (WiFi)",
"nl": "Smartmi Fresh Air System (WiFi)",
"da": "Smartmi Friskluftsystem (WiFi)",
"de": "Smartmi Frischluftsystem (WiFi)",
"es": "Sistema de Aire Fresco Smartmi (WiFi)",
"fr": "Système d'air frais Smartmi (WiFi)",
"it": "Sistema di Aria Fresca Smartmi (WiFi)",
"no": "Smartmi Friskluftsystem (WiFi)",
"sv": "Smartmi Friskluftsystem (WiFi)",
"pl": "System świeżego powietrza Smartmi (WiFi)",
"ru": "Система свежего воздуха Smartmi (WiFi)",
"ko": "스마트미 신선한 공기 시스템 (WiFi)"
},
"images": {
"large": "drivers/airfresh_zhimi_airfresh/assets/images/large.jpg",
"small": "drivers/airfresh_zhimi_airfresh/assets/images/small.jpg"
},
"class": "airpurifier",
"capabilities": [
"onoff",
"airpurifier_zhimi_airfresh_mode",
"measure_temperature",
"measure_humidity",
"measure_pm25",
"measure_co2"
],
"capabilitiesOptions": {
"onoff.ptc": {
"title": {
"en": "Heat",
"nl": "Verwarmen",
"da": "Varme",
"de": "Heizen",
"es": "Calentar",
"fr": "Chauffer",
"it": "Riscaldare",
"no": "Varme",
"sv": "Värme",
"pl": "Grzanie",
"ru": "Нагрев",
"ko": "열기"
}
}
},
"id": "airfresh_zhimi_airfresh",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuraciones de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정",
"pt": "Configurações do usuário",
"fi": "Käyttäjäasetukset",
"tr": "Kullanıcı Ayarları",
"zh": "用户设置"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "Светодиод",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Buzzer",
"it": "Cicalino",
"no": "Summer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "버저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo para niños",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Блокировка от детей",
"ko": "잠금"
}
},
{
"id": "f1_hour_used",
"type": "label",
"label": {
"en": "Filter life",
"nl": "Filter duur",
"da": "Filterliv",
"de": "Filterlebensdauer",
"es": "Vida del filtro",
"fr": "Durée de vie du filtre",
"it": "Vita del filtro",
"no": "Filterlevetid",
"sv": "Filterliv",
"pl": "Żywotność filtra",
"ru": "Срок службы фильтра",
"ko": "필터 수명"
},
"value": "0%"
},
{
"id": "motor_speed",
"type": "label",
"label": {
"en": "Motorspeed",
"nl": "Motorsnelheid",
"da": "Motoreffekt",
"de": "Motorgeschwindigkeit",
"es": "Velocidad del motor",
"fr": "Vitesse du moteur",
"it": "Velocità del motore",
"no": "Motoreffekt",
"sv": "Motoreffekt",
"pl": "Prędkość silnika",
"ru": "Скорость двигателя",
"ko": "모터 속도"
},
"value": "400"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"pt": "Configurações do dispositivo",
"fi": "Laitteen asetukset",
"tr": "Aygıt Ayarları",
"zh": "设备设置"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/airfresh_zhimi_airfresh_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Smartmi Fresh Air System MIoT (WiFi)",
"nl": "Smartmi Fresh Air System MIoT (WiFi)",
"da": "Smartmi Fresh Air System MIoT (WiFi)",
"de": "Smartmi Fresh Air System MIoT (WiFi)",
"es": "Smartmi Fresh Air System MIoT (WiFi)",
"fr": "Smartmi Fresh Air System MIoT (WiFi)",
"it": "Smartmi Fresh Air System MIoT (WiFi)",
"no": "Smartmi Fresh Air System MIoT (WiFi)",
"sv": "Smartmi Fresh Air System MIoT (WiFi)",
"pl": "Smartmi Fresh Air System MIoT (WiFi)",
"ru": "Smartmi Fresh Air System MIoT (WiFi)",
"ko": "Smartmi Fresh Air System MIoT (WiFi)"
},
"images": {
"large": "drivers/airfresh_zhimi_airfresh_miot/assets/images/large.jpg",
"small": "drivers/airfresh_zhimi_airfresh_miot/assets/images/small.jpg"
},
"class": "airpurifier",
"capabilities": [
"onoff",
"onoff.ptc",
"airpurifier_zhimi_fanlevel"
],
"capabilitiesOptions": {
"onoff.ptc": {
"title": {
"en": "Heat",
"nl": "Verwarmen",
"da": "Varme",
"de": "Heizen",
"es": "Calor",
"fr": "Chaleur",
"it": "Calore",
"no": "Varme",
"sv": "Värme",
"pl": "Ciepło",
"ru": "Тепло",
"ko": "난방"
}
}
},
"id": "airfresh_zhimi_airfresh_miot",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Sommer",
"de": "Summton",
"es": "Zumbador",
"fr": "Buzzer",
"it": "Cicalino",
"no": "Buzzer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "부저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Родительский контроль",
"ko": "잠금 기능"
}
},
{
"id": "f1_hour_used",
"type": "label",
"label": {
"en": "Filter life",
"nl": "Filter duur",
"da": "Filtreringens liv",
"de": "Filterlebensdauer",
"es": "Vida del filtro",
"fr": "Durée de vie du filtre",
"it": "Durata del filtro",
"no": "Filterliv",
"sv": "Filterlivslängd",
"pl": "Żywotność filtra",
"ru": "Срок службы фильтра",
"ko": "필터 수명"
},
"value": "0%"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/airfryer_careli_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Air Fryers MIoT (WiFi)",
"nl": "Air Fryers MIoT (WiFi)",
"da": "Air Fryers MIoT (WiFi)",
"de": "Air Fryers MIoT (WiFi)",
"es": "Air Fryers MIoT (WiFi)",
"fr": "Air Fryers MIoT (WiFi)",
"it": "Air Fryers MIoT (WiFi)",
"no": "Air Fryers MIoT (WiFi)",
"sv": "Air Fryers MIoT (WiFi)",
"pl": "Air Fryers MIoT (WiFi)",
"ru": "Air Fryers MIoT (WiFi)",
"ko": "Air Fryers MIoT (WiFi)"
},
"images": {
"large": "drivers/airfryer_careli_miot/assets/images/large.jpg",
"small": "drivers/airfryer_careli_miot/assets/images/small.jpg"
},
"class": "airfryer",
"capabilities": [
"onoff",
"airfryer_careli_mode",
"airfryer_careli_target_time",
"airfryer_careli_target_temperature",
"onoff.preheat",
"airfryer_careli_food_quantity"
],
"capabilitiesOptions": {
"onoff.preheat": {
"title": {
"en": "Preheat switch",
"nl": "Preheat schakelaar",
"da": "Forvarmingskontakt",
"de": "Vorheizschalter",
"es": "Interruptor de precalentamiento",
"fr": "Interrupteur de préchauffage",
"it": "Interruttore di preriscaldamento",
"no": "Forvarmingsbryter",
"sv": "Förvärmningsbrytare",
"pl": "Przełącznik nagrzewania",
"ru": "Выключатель предварительного нагрева",
"ko": "예열 스위치"
}
}
},
"id": "airfryer_careli_miot",
"settings": [
{
"type": "group",
"label": {
"en": "Consumables",
"nl": "Verbruiksartikelen",
"da": "Forbrugsvarer",
"de": "Verbrauchsmaterialien",
"es": "Consumibles",
"fr": "Consommables",
"it": "Consumi",
"no": "Forbruksartikler",
"sv": "Förbrukningsvaror",
"pl": "Materiały eksploatacyjne",
"ru": "Расходные материалы",
"ko": "소모품"
},
"children": [
{
"id": "alarm_threshold",
"type": "number",
"label": {
"en": "Alarm threshold",
"nl": "Alarm ondergrens",
"da": "Alarm tærskel",
"de": "Alarmgrenze",
"es": "Umbral de alarma",
"fr": "Seuil d'alarme",
"it": "Soglia di allarme",
"no": "Alarmterskel",
"sv": "Alarmtröskel",
"pl": "Próg alarmowy",
"ru": "Порог тревоги",
"ko": "알람 임계값"
},
"hint": {
"en": "Threshold below which the alarm will be activated.",
"nl": "Ondergrens voor het triggeren van het alarm",
"da": "Tærskel under hvilken alarmen vil blive aktiveret.",
"de": "Schwellenwert, unter dem der Alarm ausgelöst wird.",
"es": "Límite por debajo del cual se activará la alarma.",
"fr": "Seuil en dessous duquel l'alarme sera activée.",
"it": "Soglia al di sotto della quale verrà attivato l'allarme.",
"no": "Terskel under hvilken alarmen vil bli aktivert.",
"sv": "Tröskel under vilken alarmet aktiveras.",
"pl": "Próg poniżej którego alarm zostanie włączony.",
"ru": "Порог, ниже которого будет активирована тревога.",
"ko": "알람이 활성화되는 임계값입니다."
},
"value": 20,
"attr": {
"min": 1,
"max": 90
}
},
{
"id": "main_brush_work_time",
"type": "label",
"label": {
"en": "Main brush remaining (%)",
"nl": "Hoofdborstel over (%)",
"da": "Hovedbørste resterende (%)",
"de": "Hauptbürste verbleibend (%)",
"es": "Cepillo principal restante (%)",
"fr": "Brosse principale restante (%)",
"it": "Spazzola principale rimanente (%)",
"no": "Hovedbørste gjenværende (%)",
"sv": "Huvudborste kvar (%)",
"pl": "Pozostało szczotek głównych (%)",
"ru": "Осталось основной щетки (%)",
"ko": "메인 브러시 잔여량 (%)"
},
"value": "0%"
},
{
"id": "side_brush_work_time",
"type": "label",
"label": {
"en": "Side brush remaining",
"nl": "Zijborstel over",
"da": "Sidebørste tilbageværende",
"de": "Seitenbürste verbleibend",
"es": "Cepillo lateral restante",
"fr": "Brosse latérale restante",
"it": "Spazzola laterale rimanente",
"no": "Sidebørste gjenværende",
"sv": "Sidoborste kvar",
"pl": "Pozostało szczotek bocznych",
"ru": "Осталось боковой щетки",
"ko": "사이드 브러시 잔여량"
},
"value": "0%"
},
{
"id": "filter_work_time",
"type": "label",
"label": {
"en": "Filter remaining",
"nl": "Filter over",
"da": "Filter tilbageværende",
"de": "Filter verbleibend",
"es": "Filtro restante",
"fr": "Filtre restant",
"it": "Filtro rimanente",
"no": "Filter gjenværende",
"sv": "Filter kvar",
"pl": "Pozostało filtrów",
"ru": "Осталось фильтра",
"ko": "필터 잔여량"
},
"value": "0%"
},
{
"id": "total_work_time",
"type": "label",
"label": {
"en": "Total work time",
"nl": "Totale gebruikstijd",
"da": "Samlet arbejdstid",
"de": "Gesamte Arbeitszeit",
"es": "Tiempo total de trabajo",
"fr": "Temps de travail total",
"it": "Tempo di lavoro totale",
"no": "Total arbeidstid",
"sv": "Total arbetstid",
"pl": "Całkowity czas pracy",
"ru": "Общее время работы",
"ko": "총 작업 시간"
},
"value": "0"
},
{
"id": "total_cleared_area",
"type": "label",
"label": {
"en": "Total cleaned area",
"nl": "Totaal geschoont",
"da": "Samlet rengjort område",
"de": "Gesamt gereinigte Fläche",
"es": "Área total limpiada",
"fr": "Surface totale nettoyée",
"it": "Area totale pulita",
"no": "Totalt rengjort område",
"sv": "Totalt rengjort område",
"pl": "Łączna powierzchnia sprzątania",
"ru": "Общая убранная площадь",
"ko": "총 청소 면적"
},
"value": "0"
},
{
"id": "total_clean_count",
"type": "label",
"label": {
"en": "Total clean count",
"nl": "Totaal aantal opschoningen",
"da": "Samlet rengøringsantal",
"de": "Gesamtzahl der Reinigungen",
"es": "Recuentos de limpieza totales",
"fr": "Nombre total de nettoyages",
"it": "Conteggio totale delle pulizie",
"no": "Total rengjøringsteller",
"sv": "Total rengöringsantal",
"pl": "Łączna liczba czyszczenia",
"ru": "Общее количество чисток",
"ko": "총 청소 횟수"
},
"value": "0"
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "장치 데이터"
},
"children": [
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/airmonitor_cgllc_zhimi_airmonitor/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Air Quality Monitor (WiFi)",
"nl": "Mi Air Quality Monitor (WiFi)",
"da": "Mi Luftkvalitetsmonitor (WiFi)",
"de": "Mi Luftqualitätsmonitor (WiFi)",
"es": "Monitor de Calidad del Aire Mi (WiFi)",
"fr": "Moniteur de Qualité de l'Air Mi (WiFi)",
"it": "Monitor della Qualità dell'Aria Mi (WiFi)",
"no": "Mi Luftkvalitetsmonitor (WiFi)",
"sv": "Mi Luftkvalitetsmonitor (WiFi)",
"pl": "Monitor Jakości Powietrza Mi (WiFi)",
"ru": "Монитор качества воздуха Mi (WiFi)",
"ko": "미 에어 퀄리티 모니터 (WiFi)"
},
"images": {
"large": "drivers/airmonitor_cgllc_zhimi_airmonitor/assets/images/large.jpg",
"small": "drivers/airmonitor_cgllc_zhimi_airmonitor/assets/images/small.jpg"
},
"class": "airtreatment",
"capabilities": [
"measure_pm25"
],
"energy": {
"batteries": [
"INTERNAL"
]
},
"id": "airmonitor_cgllc_zhimi_airmonitor",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"ja": "デバイス設定",
"zh": "设备设置",
"pt": "Configurações do dispositivo"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/airpurifier_dmaker_airfresh_t2017/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"nl": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"da": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"de": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"es": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"fr": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"it": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"no": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"sv": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"pl": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"ru": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)",
"ko": "Mi Air Purifier MJXFJ-300-G1 / MJXFJ-150-A1 (WiFi)"
},
"images": {
"large": "drivers/airpurifier_dmaker_airfresh_t2017/assets/images/large.jpg",
"small": "drivers/airpurifier_dmaker_airfresh_t2017/assets/images/small.jpg"
},
"class": "airpurifier",
"capabilities": [
"onoff",
"dim",
"airpurifier_zhimi_mode",
"onoff.ptc",
"measure_temperature",
"measure_pm25",
"measure_co2"
],
"capabilitiesOptions": {
"dim": {
"title": {
"en": "Speedlevel",
"nl": "Snelheid",
"da": "Hastighedsniveau",
"de": "Geschwindigkeitsstufe",
"es": "Nivel de velocidad",
"fr": "Niveau de vitesse",
"it": "Livello di velocità",
"no": "Hastighetsnivå",
"sv": "Hastighetsnivå",
"pl": "Poziom prędkości",
"ru": "Уровень скорости",
"ko": "속도 레벨"
}
},
"onoff.ptc": {
"title": {
"en": "Heat",
"nl": "Verwarmen",
"da": "Varme",
"de": "Heizen",
"es": "Calor",
"fr": "Chaleur",
"it": "Calore",
"no": "Varme",
"sv": "Värme",
"pl": "Ciepło",
"ru": "Тепло",
"ko": "난방"
}
}
},
"id": "airpurifier_dmaker_airfresh_t2017",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de Usuario",
"fr": "Paramètres de l'utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "display",
"type": "checkbox",
"value": true,
"label": {
"en": "Display",
"nl": "Display",
"da": "Skærm",
"de": "Anzeige",
"es": "Pantalla",
"fr": "Affichage",
"it": "Schermo",
"no": "Skjerm",
"sv": "Skärm",
"pl": "Wyświetlacz",
"ru": "Дисплей",
"ko": "디스플레이"
}
},
{
"id": "Sound",
"type": "checkbox",
"value": true,
"label": {
"en": "Sound",
"nl": "Sound",
"da": "Lyd",
"de": "Ton",
"es": "Sonido",
"fr": "Son",
"it": "Suono",
"no": "Lyd",
"sv": "Ljud",
"pl": "Dźwięk",
"ru": "Звук",
"ko": "소리"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnesikring",
"de": "Kindersicherung",
"es": "Bloqueo Infantil",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnesikring",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Блокировка от детей",
"ko": "차일드 락"
}
},
{
"id": "filter_efficient",
"type": "label",
"label": {
"en": "Filter life",
"nl": "Fil;ter duur",
"da": "Filter levetid",
"de": "Filterlebensdauer",
"es": "Vida del filtro",
"fr": "Durée de vie du filtre",
"it": "Durata del filtro",
"no": "Filterliv",
"sv": "Filterliv",
"pl": "Żywotność filtra",
"ru": "Ресурс фильтра",
"ko": "필터 수명"
},
"value": "0%"
},
{
"id": "filter_intermediate",
"type": "label",
"label": {
"en": "Filter life 2",
"da": "Filter levetid 2",
"de": "Filterlebensdauer 2",
"es": "Vida del filtro 2",
"fr": "Durée de vie du filtre 2",
"it": "Durata del filtro 2",
"no": "Filterliv 2",
"sv": "Filterliv 2",
"pl": "Żywotność filtra 2",
"ru": "Ресурс фильтра 2",
"ko": "필터 수명 2"
},
"value": "0"
},
{
"id": "screen_direction",
"type": "dropdown",
"value": "forward",
"label": {
"en": "Screen Direction",
"nl": "Scherm orientatie",
"da": "Skærmretning",
"de": "Bildschirmrichtung",
"es": "Dirección de la pantalla",
"fr": "Orientation de l'écran",
"it": "Orientamento schermo",
"no": "Skjermretning",
"sv": "Skärmriktning",
"pl": "Kierunek ekranu",
"ru": "Направление экрана",
"ko": "화면 방향"
},
"values": [
{
"id": "forward",
"label": {
"en": "Normal",
"da": "Normal",
"de": "Normal",
"es": "Normal",
"fr": "Normal",
"it": "Normale",
"no": "Normal",
"sv": "Normal",
"pl": "Normalny",
"ru": "Обычный",
"ko": "일반"
}
},
{
"id": "left",
"label": {
"en": "-90",
"da": "-90",
"de": "-90",
"es": "-90",
"fr": "-90",
"it": "-90",
"no": "-90",
"sv": "-90",
"pl": "-90",
"ru": "-90",
"ko": "-90"
}
},
{
"id": "right",
"label": {
"en": "+90",
"da": "+90",
"de": "+90",
"es": "+90",
"fr": "+90",
"it": "+90",
"no": "+90",
"sv": "+90",
"pl": "+90",
"ru": "+90",
"ko": "+90"
}
}
]
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/airpurifier_zhimi_advanced/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Advanced Older Mi Air Purifier (WiFi)",
"nl": "Geavanceerde oudere Mi Air Purifier (WiFi)",
"da": "Avanceret Ældre Mi Luft Purifier (WiFi)",
"de": "Erweiterter älterer Mi Luftreiniger (WiFi)",
"es": "Purificador de aire Mi avanzado para mayores (WiFi)",
"fr": "Purificateur d'air Mi ancien avancé (WiFi)",
"it": "Purificatore d'aria Mi avanzato più vecchio (WiFi)",
"no": "Avansert Eldre Mi Luft Purifier (WiFi)",
"sv": "Avancerad Äldre Mi Luft Purifier (WiFi)",
"pl": "Zaawansowany starszy oczyszczacz powietrza Mi (WiFi)",
"ru": "Продвинутый старый Mi Воздухоочиститель (WiFi)",
"ko": "고급 구형 Mi 공기청정기 (WiFi)"
},
"images": {
"large": "drivers/airpurifier_zhimi_advanced/assets/images/large.jpg",
"small": "drivers/airpurifier_zhimi_advanced/assets/images/small.jpg"
},
"class": "airpurifier",
"capabilities": [
"onoff",
"measure_pm25",
"measure_humidity",
"measure_temperature",
"measure_luminance",
"airpurifier_mode",
"fan_speed"
],
"capabilitiesOptions": {
"fan_speed": {
"min": 0,
"max": 16,
"step": 1
}
},
"id": "airpurifier_zhimi_advanced",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de Usuario",
"fr": "Paramètres Utilisateur",
"it": "Impostazioni Utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia Użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Sonnerie",
"it": "Cicalino",
"no": "Buzzer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "부저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnesikring",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Verrouillage Enfant",
"it": "Blocco Bambini",
"no": "Barnesikring",
"sv": "Barnlås",
"pl": "Blokada Dziecięca",
"ru": "Блокировка от детей",
"ko": "어린이 잠금"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Data",
"nl": "Apparaat Data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "기기 데이터"
},
"children": [
{
"id": "filter1_life",
"type": "label",
"label": {
"en": "Filter life",
"nl": "Filter duur",
"da": "Filterets levetid",
"de": "Filterlebensdauer",
"es": "Vida útil del filtro",
"fr": "Durée de vie du filtre",
"it": "Vita del filtro",
"no": "Filterets levetid",
"sv": "Filterlivslängd",
"pl": "Czas życia filtra",
"ru": "Срок службы фильтра",
"ko": "필터 수명"
},
"value": "0%"
},
{
"id": "f1_hour_used",
"type": "label",
"label": {
"en": "Filter hours used",
"nl": "Filter uur gebruikt",
"da": "Filtrets brugte timer",
"de": "Verwendete Filterstunden",
"es": "Horas de uso del filtro",
"fr": "Heures de filtre utilisées",
"it": "Ore di utilizzo del filtro",
"no": "Filtertimer brukt",
"sv": "Filteranvändningstimmar",
"pl": "Użyte godziny filtra",
"ru": "Часы использования фильтра",
"ko": "필터 사용 시간"
},
"value": "0h"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Réglages de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/airpurifier_zhimi_advanced_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Advanced Mi Air Purifier MIoT (WiFi)",
"nl": "Geavanceerde Mi Air Purifier MIoT (WiFi)",
"da": "Avanceret Mi Air Purifier MIoT (WiFi)",
"de": "Erweiterter Mi Air Purifier MIoT (WiFi)",
"es": "Purificador de aire Mi avanzado MIoT (WiFi)",
"fr": "Purificateur d'air Mi avancé MIoT (WiFi)",
"it": "Purificatore d'aria Mi Avanzato MIoT (WiFi)",
"no": "Avansert Mi Air Purifier MIoT (WiFi)",
"sv": "Avancerad Mi Air Purifier MIoT (WiFi)",
"pl": "Zaawansowany Mi Air Purifier MIoT (WiFi)",
"ru": "Продвинутый воздухоочиститель Mi MIoT (WiFi)",
"ko": "고급 Mi Air Purifier MIoT (WiFi)",
"ja": "高度なMiエア purificador MIoT(WiFi)",
"zh": "高级Mi空气净化器MIoT(WiFi)"
},
"images": {
"large": "drivers/airpurifier_zhimi_advanced_miot/assets/images/large.jpg",
"small": "drivers/airpurifier_zhimi_advanced_miot/assets/images/small.jpg"
},
"class": "sensor",
"capabilities": [
"onoff",
"measure_pm25",
"airpurifier_zhimi_mode"
],
"capabilitiesOptions": {
"onoff.ion": {
"title": {
"en": "Enable ions",
"nl": "Inschakelen ionen",
"da": "Aktiver ioner",
"de": "Ionen aktivieren",
"es": "Activar iones",
"fr": "Activer les ions",
"it": "Attiva ioni",
"no": "Aktiver ioner",
"sv": "Aktivera joner",
"pl": "Włącz jony",
"ru": "Включить ионы",
"ko": "이온 활성화",
"ja": "イオンを有効にする",
"zh": "启用离子"
}
}
},
"id": "airpurifier_zhimi_advanced_miot",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "Светодиод",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summton",
"es": "Zumbador",
"fr": "Buzzer",
"it": "Cicalino",
"no": "Summer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Звуковой сигнал",
"ko": "버저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo Infantil",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Блокировка от детей",
"ko": "잠금"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Data",
"nl": "Apparaat Data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "기기 데이터"
},
"children": [
{
"id": "filter_life_remaining",
"type": "label",
"label": {
"en": "Filter remaining",
"nl": "Filter over",
"da": "Filter tilbage",
"de": "Filter übrig",
"es": "Filtro restante",
"fr": "Filtre restant",
"it": "Filtro rimanente",
"no": "Filter gjenværende",
"sv": "Filter kvar",
"pl": "Pozostało filtra",
"ru": "Остаток фильтра",
"ko": "필터 잔여량"
},
"value": "0%"
},
{
"id": "filter_hours_used",
"type": "label",
"label": {
"en": "Filter hours used",
"nl": "Filter uur gebruikt",
"da": "Filter timer brugt",
"de": "Filterstunden verwendet",
"es": "Horas de filtro utilizadas",
"fr": "Heures de filtre utilisées",
"it": "Ore di filtro utilizzate",
"no": "Filter timer brukt",
"sv": "Filter timmar användes",
"pl": "Godziny używania filtra",
"ru": "Использованные часы фильтра",
"ko": "필터 사용 시간"
},
"value": "0h"
},
{
"id": "purify_volume",
"type": "label",
"label": {
"en": "Air Cleared",
"nl": "Lucht geschoond",
"da": "Luft renset",
"de": "Luft gereinigt",
"es": "Aire purificado",
"fr": "Air purifié",
"it": "Aria ripulita",
"no": "Luft renset",
"sv": "Luft rensad",
"pl": "Oczyszczone powietrze",
"ru": "Воздух очищен",
"ko": "정화된 공기"
},
"value": "0m3"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "기기 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-86sw1-advanced/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Wireless Wall Single Switch gen2 (Gateway)",
"nl": "Aqara Wireless Wall Single Switch gen2 (Gateway)",
"da": "Aqara Trådløs Væg Enkel Switch gen2 (Gateway)",
"de": "Aqara Drahtloser Wandschalter Einzeln gen2 (Gateway)",
"es": "Interruptor de Pared Inalámbrico Simple Aqara gen2 (Gateway)",
"fr": "Interrupteur Mural Sans Fil Simple Aqara gen2 (Gateway)",
"it": "Interruttore da Parete Wireless Singolo Aqara gen2 (Gateway)",
"no": "Aqara Trådløs Vegg Enkel Bryter gen2 (Gateway)",
"sv": "Aqara Trådlös Vägg Enkelt Strömbrytare gen2 (Gateway)",
"pl": "Bezprzewodowy Przełącznik Ścienny Aqara gen2 (Gateway)",
"ru": "Беспроводной Настенный Переключатель Aqara gen2 (Шлюз)",
"ko": "Aqara 무선 벽 단일 스위치 gen2 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-86sw1-advanced/assets/images/large.png",
"small": "/drivers/aqara-86sw1-advanced/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2032"
]
},
"id": "aqara-86sw1-advanced",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-86sw2-advanced/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Wireless Wall Double Switch gen2 (Gateway)",
"nl": "Aqara Wireless Wall Double Switch gen2 (Gateway)",
"da": "Aqara trådløs væg dobbeltkontakt gen2 (Gateway)",
"de": "Aqara Drahtloser Wandschalter doppelt gen2 (Gateway)",
"es": "Aqara Interruptor de pared inalámbrico doble gen2 (Gateway)",
"fr": "Interrupteur mural sans fil double Aqara gen2 (Gateway)",
"it": "Interruttore da parete wireless doppio Aqara gen2 (Gateway)",
"no": "Aqara trådløs veggbryter dobbel gen2 (Gateway)",
"sv": "Aqara trådlös väggbrytare dubbel gen2 (Gateway)",
"pl": "Aqara bezprzewodowy podwójny przełącznik ścienny gen2 (Gateway)",
"ru": "Aqara Беспроводной настенный двойной выключатель gen2 (Шлюз)",
"ko": "Aqara 무선 벽 2 배 스위치 gen2 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-86sw2-advanced/assets/images/large.png",
"small": "/drivers/aqara-86sw2-advanced/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2032"
]
},
"id": "aqara-86sw2-advanced",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"pt": "Configurações do dispositivo",
"fi": "Laitteen asetukset",
"ja": "デバイス設定",
"zh": "设备设置"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-button/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Wireless Button (Gateway)",
"nl": "Aqara Wireless Button (Gateway)",
"da": "Aqara Trådløs Knap (Gateway)",
"de": "Aqara Kabelloser Knopf (Gateway)",
"es": "Botón Inalámbrico Aqara (Gateway)",
"fr": "Bouton Sans Fil Aqara (Gateway)",
"it": "Pulsante Wireless Aqara (Gateway)",
"no": "Aqara Trådløs Knapp (Gateway)",
"sv": "Aqara Trådlös Knapp (Gateway)",
"pl": "Bezprzewodowy Przycisk Aqara (Gateway)",
"ru": "Беспроводная Кнопка Aqara (Gateway)",
"ko": "아카라 무선 버튼 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-button/assets/images/large.png",
"small": "/drivers/aqara-button/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2032"
]
},
"id": "aqara-button",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"ja": "デバイス設定",
"zh": "设备设置",
"pt": "Configurações do dispositivo"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-button-advanced/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Wireless Button gen2 (Gateway)",
"nl": "Aqara Wireless Button gen2 (Gateway)",
"da": "Aqara trådløs knap gen2 (Gateway)",
"de": "Aqara kabellose Taste gen2 (Gateway)",
"es": "Botón inalámbrico Aqara gen2 (Gateway)",
"fr": "Bouton sans fil Aqara gen2 (Gateway)",
"it": "Pulsante wireless Aqara gen2 (Gateway)",
"no": "Aqara trådløs knapp gen2 (Gateway)",
"sv": "Aqara trådlös knapp gen2 (Gateway)",
"pl": "Bezprzewodowy przycisk Aqara gen2 (Gateway)",
"ru": "Беспроводная кнопка Aqara gen2 (Gateway)",
"ko": "아카라 무선 버튼 2세대 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-button-advanced/assets/images/large.png",
"small": "/drivers/aqara-button-advanced/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2032"
]
},
"id": "aqara-button-advanced",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-ctrl-ln1/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Smart Wall Single Switch With Neutral (Gateway)",
"nl": "Aqara Smart Wall Single Switch met nuldraad (Gateway)",
"da": "Aqara Smart Wall Single Switch med neutral (Gateway)",
"de": "Aqara Smart Wall Single Switch mit Neutralleiter (Gateway)",
"es": "Interruptor simple de pared inteligente Aqara con neutro (Gateway)",
"fr": "Interrupteur mural simple intelligent Aqara avec neutre (Gateway)",
"it": "Interruttore singolo da parete Aqara con neutro (Gateway)",
"no": "Aqara Smart veggbryter med nøytral (Gateway)",
"sv": "Aqara Smart Wall enkel brytare med neutral (Gateway)",
"pl": "Pojedynczy włącznik Aqara Smart Wall z neutralnym przewodem (Gateway)",
"ru": "Aqara умный настенный выключатель с нейтральным проводом (Gateway)",
"ko": "Aqara 스마트 벽 단일 스위치 중립선 포함 (Gateway)"
},
"images": {
"large": "/drivers/aqara-ctrl-ln1/assets/images/large.png",
"small": "/drivers/aqara-ctrl-ln1/assets/images/small.png"
},
"class": "light",
"capabilities": [
"onoff"
],
"id": "aqara-ctrl-ln1",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-ctrl-ln2/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Smart Wall Double Switch With Neutral (Gateway)",
"nl": "Aqara Smart Wall Double Switch met nuldraad (Gateway)",
"da": "Aqara Smart Wall Dobbeltkontakt med Neutral (Gateway)",
"de": "Aqara Smart Wall Doppelschalter mit Neutralleiter (Gateway)",
"es": "Interruptor Doble de Pared Inteligente Aqara con Neutro (Gateway)",
"fr": "Double Interrupteur Mural Intelligent Aqara avec Neutre (Gateway)",
"it": "Interruttore Doppio da Parete Intelligente Aqara con Neutro (Gateway)",
"no": "Aqara Smart Vegg Dobbelbryter med Nøytral (Gateway)",
"sv": "Aqara Smart Vägg Dubbelbrytare med Neutral (Gateway)",
"pl": "Aqara Inteligentny Podwójny Włącznik Ścienny z Przewodem Neutralnym (Gateway)",
"ru": "Aqara Умный Настенный Двойной Выключатель с Нулевым (Шлюз)",
"ko": "아카라 스마트 벽면 더블 스위치 중성선 포함 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-ctrl-ln2/assets/images/large.png",
"small": "/drivers/aqara-ctrl-ln2/assets/images/small.png"
},
"class": "light",
"capabilities": [
"onoff.0",
"onoff.1"
],
"capabilitiesOptions": {
"onoff.0": {
"title": {
"en": "Left button",
"nl": "Linkerknop",
"da": "Venstre knap",
"de": "Linker Knopf",
"es": "Botón izquierdo",
"fr": "Bouton gauche",
"it": "Pulsante sinistro",
"no": "Venstre knapp",
"sv": "Vänster knapp",
"pl": "Lewy przycisk",
"ru": "Левая кнопка",
"ko": "왼쪽 버튼"
}
},
"onoff.1": {
"title": {
"en": "Right button",
"nl": "Rechterknop",
"da": "Højre knap",
"de": "Rechter Knopf",
"es": "Botón derecho",
"fr": "Bouton droit",
"it": "Pulsante destro",
"no": "Høyre knapp",
"sv": "Höger knapp",
"pl": "Prawy przycisk",
"ru": "Правая кнопка",
"ko": "오른쪽 버튼"
}
}
},
"id": "aqara-ctrl-ln2",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-ctrl-neutral1/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Smart Wall Single Switch No Neutral (Gateway)",
"nl": "Aqara Smart Wall Single Switch zonder nuldraad (Gateway)",
"da": "Aqara Smart Wall Enkelt Switch Ingen Neutral (Gateway)",
"de": "Aqara Smart Wall Einzelner Schalter Ohne Neutralleiter (Gateway)",
"es": "Aqara Smart Wall Interruptor Único Sin Neutro (Gateway)",
"fr": "Aqara Smart Wall Interrupteur Simple Sans Neutre (Gateway)",
"it": "Aqara Smart Wall Interruttore Singolo Senza Neutro (Gateway)",
"no": "Aqara Smart Wall Enkel Bryter Ingen Nøytral (Gateway)",
"sv": "Aqara Smart Wall Enkel Switch Ingen Neutral (Gateway)",
"pl": "Aqara Smart Wall Pojedynczy Przełącznik Bez Neutralnego (Gateway)",
"ru": "Aqara Smart Wall Одинарный Выключатель Без Нейтрального Провода (Gateway)",
"ko": "Aqara Smart Wall 단일 스위치 중성선 없음 (Gateway)"
},
"images": {
"large": "/drivers/aqara-ctrl-neutral1/assets/images/large.png",
"small": "/drivers/aqara-ctrl-neutral1/assets/images/small.png"
},
"class": "light",
"capabilities": [
"onoff"
],
"id": "aqara-ctrl-neutral1",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuraciones del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-ctrl-neutral2/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Smart Wall Double Switch No Neutral (Gateway)",
"nl": "Aqara Smart Wall Double Switch zonder nuldraad (Gateway)",
"da": "Aqara Smart Væg Dobbeltafbryder Uden Neutral (Gateway)",
"de": "Aqara Smart Wanddoppelschalter Ohne Neutralleiter (Gateway)",
"es": "Interruptor Doble de Pared Inteligente Aqara Sin Neutro (Gateway)",
"fr": "Interrupteur Double Intelligent Aqara Sans Neutre (Gateway)",
"it": "Interruttore Doppio a Parete Intelligente Aqara Senza Neutro (Gateway)",
"no": "Aqara Smart Vegg Dobbel Bryter Uten Nøytral (Gateway)",
"sv": "Aqara Smart Vägg Dubbel Switch Utan Neutral (Gateway)",
"pl": "Aqara Smart Podwójny Włącznik Ścienny Bez N (Gateway)",
"ru": "Умный Настенный Двойной Выключатель Aqara Без Нейтрали (Шлюз)",
"ko": "아카라 스마트 벽 스위치 더블 무중성 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-ctrl-neutral2/assets/images/large.png",
"small": "/drivers/aqara-ctrl-neutral2/assets/images/small.png"
},
"class": "light",
"capabilities": [
"onoff.0",
"onoff.1"
],
"capabilitiesOptions": {
"onoff.0": {
"title": {
"en": "Left button",
"nl": "Linkerknop",
"da": "Venstre knap",
"de": "Linker Knopf",
"es": "Botón izquierdo",
"fr": "Bouton gauche",
"it": "Pulsante sinistro",
"no": "Venstre knapp",
"sv": "Vänster knapp",
"pl": "Lewy przycisk",
"ru": "Левая кнопка",
"ko": "왼쪽 버튼"
}
},
"onoff.1": {
"title": {
"en": "Right button",
"nl": "Rechterknop",
"da": "Højre knap",
"de": "Rechter Knopf",
"es": "Botón derecho",
"fr": "Bouton droit",
"it": "Pulsante destro",
"no": "Høyre knapp",
"sv": "Höger knapp",
"pl": "Prawy przycisk",
"ru": "Правая кнопка",
"ko": "오른쪽 버튼"
}
}
},
"id": "aqara-ctrl-neutral2",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-curtain/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Curtain Motor (Gateway)",
"nl": "Aqara gordijnmotor (Gateway)",
"da": "Aqara gardinmotor (Gateway)",
"de": "Aqara Vorhangmotor (Gateway)",
"es": "Motor de cortina Aqara (Gateway)",
"fr": "Moteur de rideau Aqara (Gateway)",
"it": "Motore per tende Aqara (Gateway)",
"no": "Aqara gardinmotor (Gateway)",
"sv": "Aqara gardinmotor (Gateway)",
"pl": "Silnik zasłonowy Aqara (Gateway)",
"ru": "Шторный мотор Aqara (Gateway)",
"ko": "아카라 커튼 모터 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-curtain/assets/images/large.png",
"small": "/drivers/aqara-curtain/assets/images/small.png"
},
"class": "windowcoverings",
"capabilities": [
"onoff",
"dim",
"windowcoverings_state"
],
"capabilitiesOptions": {
"onoff": {
"title": {
"en": "Open Close",
"da": "Åbn Luk",
"de": "Öffnen Schließen",
"es": "Abrir Cerrar",
"fr": "Ouvrir Fermer",
"it": "Apri Chiudi",
"no": "Åpne Lukke",
"sv": "Öppna Stäng",
"pl": "Otwórz Zamknij",
"ru": "Открыть Закрыть",
"ko": "열기 닫기"
},
"greyout": false
},
"dim": {
"title": {
"en": "Level",
"da": "Niveau",
"de": "Pegel",
"es": "Nivel",
"fr": "Niveau",
"it": "Livello",
"no": "Nivå",
"sv": "Nivå",
"pl": "Poziom",
"ru": "Уровень",
"ko": "수준"
}
}
},
"id": "aqara-curtain",
"settings": [
{
"type": "group",
"label": {
"en": "User settings",
"nl": "Gebruikersinstellingen",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuraciones de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "inverted_mode",
"type": "checkbox",
"value": false,
"label": {
"en": "Inverted operation mode",
"nl": "Omgekeerde operatie modus",
"da": "Omvendt driftsindstilling",
"de": "Umgekehrter Betriebsmodus",
"es": "Modo de operación invertido",
"fr": "Mode de fonctionnement inversé",
"it": "Modalità operativa invertita",
"no": "Omvendt driftsmodus",
"sv": "Omvänd driftläge",
"pl": "Odwrócony tryb pracy",
"ru": "Инверсный режим работы",
"ko": "역운전 모드"
}
},
{
"id": "inverted_state",
"type": "checkbox",
"value": false,
"label": {
"en": "Inverted state",
"nl": "Omgekeerde status",
"da": "Omvendt tilstand",
"de": "Umgekehrter Zustand",
"es": "Estado invertido",
"fr": "État inversé",
"it": "Stato invertito",
"no": "Omvendt tilstand",
"sv": "Omvänd tillstånd",
"pl": "Odwrócony stan",
"ru": "Инверсное состояние",
"ko": "역상태"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-curtain-aq2/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Roller Shade Controller (Gateway)",
"nl": "Aqara Roller Shade Controller (Gateway)",
"da": "Aqara Rullegardin Controller (Gateway)",
"de": "Aqara Rollo-Controller (Gateway)",
"es": "Controlador de Persiana Enrollable Aqara (Gateway)",
"fr": "Contrôleur de Store Enrouleur Aqara (Gateway)",
"it": "Controllore Tapparella Aqara (Gateway)",
"no": "Aqara Rullgardin Kontroller (Gateway)",
"sv": "Aqara Rullgardinskontroll (Gateway)",
"pl": "Sterownik Rolet Aqara (Gateway)",
"ru": "Контроллер роликовых штор Aqara (Gateway)",
"ko": "아카라 롤러 셰이드 컨트롤러 (Gateway)"
},
"images": {
"large": "/drivers/aqara-curtain-aq2/assets/images/large.png",
"small": "/drivers/aqara-curtain-aq2/assets/images/small.png"
},
"class": "windowcoverings",
"capabilities": [
"onoff",
"dim",
"windowcoverings_state"
],
"capabilitiesOptions": {
"onoff": {
"title": {
"en": "Open Close",
"da": "Åben Luk",
"de": "Öffnen Schließen",
"es": "Abrir Cerrar",
"fr": "Ouvrir Fermer",
"it": "Apri Chiudi",
"no": "Åpne Lukk",
"sv": "Öppna Stäng",
"pl": "Otwórz Zamknij",
"ru": "Открыть Закрыть",
"ko": "열기 닫기"
},
"greyout": false
},
"dim": {
"title": {
"en": "Level",
"da": "Niveau",
"de": "Niveau",
"es": "Nivel",
"fr": "Niveau",
"it": "Livello",
"no": "Nivå",
"sv": "Nivå",
"pl": "Poziom",
"ru": "Уровень",
"ko": "수준"
}
}
},
"id": "aqara-curtain-aq2",
"settings": [
{
"type": "group",
"label": {
"en": "User settings",
"nl": "Gebruikersinstellingen",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "inverted_mode",
"type": "checkbox",
"value": false,
"label": {
"en": "Inverted operation mode",
"nl": "Omgekeerde operatie modus",
"da": "Omvendt driftstilstand",
"de": "Umgekehrter Betriebsmodus",
"es": "Modo de operación inverso",
"fr": "Mode de fonctionnement inversé",
"it": "Modalità di funzionamento invertita",
"no": "Omvendt driftmodus",
"sv": "Inverterat driftläge",
"pl": "Odwrócony tryb pracy",
"ru": "Обратный режим работы",
"ko": "역방향 작동 모드"
}
},
{
"id": "inverted_state",
"type": "checkbox",
"value": false,
"label": {
"en": "Inverted state",
"nl": "Omgekeerde status",
"da": "Omvendt tilstand",
"de": "Umgekehrter Zustand",
"es": "Estado invertido",
"fr": "État inversé",
"it": "Stato invertito",
"no": "Omvendt tilstand",
"sv": "Inverterat tillstånd",
"pl": "Odwrócony stan",
"ru": "Обратное состояние",
"ko": "역방향 상태"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-magnet-sensor/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Magnet Sensor (Gateway)",
"nl": "Aqara magneetsensor (Gateway)",
"da": "Aqara Magnet Sensor (Gateway)",
"de": "Aqara Magnetsensor (Gateway)",
"es": "Sensor Magnético Aqara (Gateway)",
"fr": "Capteur Magnétique Aqara (Gateway)",
"it": "Sensore Magnetico Aqara (Gateway)",
"no": "Aqara Magnet Sensor (Gateway)",
"sv": "Aqara Magnet Sensor (Gateway)",
"pl": "Czujnik Magnetyczny Aqara (Gateway)",
"ru": "Магнитный Датчик Aqara (Gateway)",
"ko": "아카라 자석 센서 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-magnet-sensor/assets/images/large.png",
"small": "/drivers/aqara-magnet-sensor/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"alarm_contact",
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR1632"
]
},
"id": "aqara-magnet-sensor",
"settings": [
{
"type": "group",
"label": {
"en": "User settings",
"nl": "Gebruikersinstellingen",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "inverted",
"type": "checkbox",
"label": {
"en": "Inverted alarm",
"nl": "Omgekeerd alarm",
"da": "Omvendt alarm",
"de": "Invertierter Alarm",
"es": "Alarma invertida",
"fr": "Alarme inversée",
"it": "Allarme invertito",
"no": "Omvendt alarm",
"sv": "Omvänt larm",
"pl": "Odwrócony alarm",
"ru": "Инвертированная тревога",
"ko": "역방향 알람"
},
"value": false
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres du dispositif",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-motion-sensor/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Motion Sensor (Gateway)",
"nl": "Aqara bewegingssensor (Gateway)",
"da": "Aqara Bevægelsessensor (Gateway)",
"de": "Aqara Bewegungssensor (Gateway)",
"es": "Sensor de Movimiento Aqara (Gateway)",
"fr": "Capteur de Mouvement Aqara (Gateway)",
"it": "Sensore di Movimento Aqara (Gateway)",
"no": "Aqara Bevegelsessensor (Gateway)",
"sv": "Aqara Rörelsesensor (Gateway)",
"pl": "Czujnik Ruchu Aqara (Gateway)",
"ru": "Датчик движения Aqara (Gateway)",
"ko": "아카라 모션 센서 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-motion-sensor/assets/images/large.png",
"small": "/drivers/aqara-motion-sensor/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"alarm_motion",
"measure_luminance",
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2450"
]
},
"id": "aqara-motion-sensor",
"settings": [
{
"type": "group",
"label": {
"en": "Duration of the motion alarm",
"nl": "Duur van het bewegingsalarm",
"da": "Varighed af bevægelsesalarm",
"de": "Dauer des Bewegungsalarms",
"es": "Duración de la alarma de movimiento",
"fr": "Durée de l'alarme de mouvement",
"it": "Durata dell'allarme di movimento",
"no": "Varighet på bevegelsesalarmen",
"sv": "Varaktighet för rörelselarmet",
"pl": "Czas trwania alarmu ruchu",
"ru": "Продолжительность сигнализации движения",
"ko": "움직임 경보 기간"
},
"children": [
{
"id": "alarm_duration_number",
"type": "number",
"label": {
"en": "Disable after",
"nl": "Uitschakelen na",
"da": "Deaktiver efter",
"de": "Deaktivieren nach",
"es": "Desactivar después de",
"fr": "Désactiver après",
"it": "Disabilita dopo",
"no": "Deaktiver etter",
"sv": "Inaktivera efter",
"pl": "Wyłącz po",
"ru": "Отключить через",
"ko": "다음 후 비활성화"
},
"hint": {
"en": "Here you can specify after what time the alarm signal from the motion sensor will be stopped, if a motion is detected it is not detected. Usually this is for 60 seconds, you can set from 5 to 86400 seconds. \n \n Attention! Values less than 60 seconds are relevant only for independently modified sensors that have the ability to transmit information about the movement with a frequency of 5 seconds.",
"nl": "Hier kunt u opgeven hoe laat het alarmsignaal van de bewegingssensor wordt gestopt, als een beweging wordt gedetecteerd, wordt deze niet gedetecteerd. Gewoonlijk is dit 60 seconden, u kunt 5 tot 86400 seconden instellen. n n Let op! Waarden minder dan 60 seconden zijn alleen relevant voor onafhankelijk aangepaste sensoren die de mogelijkheid hebben om informatie over de beweging te verzenden met een frequentie van 5 seconden.",
"da": "Her kan du specificere, hvornår alarmsignalet fra bevægelsessensorer vil blive stoppet, hvis en bevægelse detekteres, men ikke bliver detekteret. Normalt er dette 60 sekunder, du kan indstille fra 5 til 86400 sekunder. \n \n Opmærksomhed! Værdier mindre end 60 sekunder er kun relevante for uafhængigt modificerede sensorer, der har mulighed for at sende information om bevægelsen med en frekvens på 5 sekunder.",
"de": "Hier können Sie angeben, nach welcher Zeit das Alarmsignal des Bewegungssensors gestoppt wird, wenn eine Bewegung erkannt wird, sie jedoch nicht erkannt wird. Normalerweise liegt dieser Wert bei 60 Sekunden, Sie können von 5 bis 86400 Sekunden einstellen. \n \n Achtung! Werte unter 60 Sekunden sind nur für unabhängig modifizierte Sensoren relevant, die die Fähigkeit haben, Informationen über die Bewegung mit einer Frequenz von 5 Sekunden zu übertragen.",
"es": "Aquí puedes especificar después de cuánto tiempo se detendrá la señal de alarma del sensor de movimiento, si se detecta un movimiento no se detecta. Normalmente esto es de 60 segundos, puedes establecer desde 5 hasta 86400 segundos. \n \n ¡Atención! Los valores inferiores a 60 segundos solo son relevantes para sensores modificados independientemente que tienen la capacidad de transmitir información sobre el movimiento con una frecuencia de 5 segundos.",
"fr": "Ici, vous pouvez spécifier après combien de temps le signal d'alarme du capteur de mouvement sera arrêté, si un mouvement est détecté, il n'est pas détecté. En général, cela dure 60 secondes, vous pouvez régler de 5 à 86400 secondes. \n \n Attention ! Les valeurs inférieures à 60 secondes ne sont pertinentes que pour les capteurs modifiés indépendamment qui ont la capacité de transmettre des informations sur le mouvement avec une fréquence de 5 secondes.",
"it": "Qui puoi specificare dopo quanto tempo il segnale di allarme dal sensore di movimento verrà interrotto, se un movimento viene rilevato non viene rilevato. Di solito questo è per 60 secondi, puoi impostare da 5 a 86400 secondi. \n \n Attenzione! I valori inferiori a 60 secondi sono rilevanti solo per i sensori modificati indipendentemente che hanno la capacità di trasmettere informazioni sul movimento con una frequenza di 5 secondi.",
"no": "Her kan du spesifisere etter hvor lang tid alarmsignalet fra bevegelsessensoren vil bli stoppet, dersom en bevegelse er detektert blir det ikke detektert. Vanligvis er dette for 60 sekunder, du kan sette fra 5 til 86400 sekunder. \n \n Oppmerksomhet! Verdier mindre enn 60 sekunder er kun relevant for uavhengig modifiserte sensorer som har muligheten til å sende informasjon om bevegelsen med en frekvens på 5 sekunder.",
"sv": "Här kan du specificera efter vilken tid alarmsignalen från rörelsesensorn ska stoppas, om en rörelse detekteras detekteras den inte. Vanligtvis är detta för 60 sekunder, du kan ställa in från 5 till 86400 sekunder. \n \n Uppmärksamhet! Värden mindre än 60 sekunder är endast relevanta för oberoende modifierade sensorer som har förmågan att skicka information om rörelsen med en frekvens på 5 sekunder.",
"pl": "Tutaj możesz określić, po jakim czasie sygnał alarmowy z czujnika ruchu zostanie zatrzymany, jeśli ruch jest wykrywany, ale nie jest wykrywany. Zwykle jest to 60 sekund, można ustawić od 5 do 86400 sekund. \n \n Uwaga! Wartości mniejsze niż 60 sekund są istotne tylko dla niezależnie zmodyfikowanych czujników, które mają możliwość przesyłania informacji o ruchu z częstotliwością 5 sekund.",
"ru": "Здесь вы можете указать, через какое время будет прекращен сигнал тревоги от датчика движения, если обнаружено движение. Обычно это 60 секунд, вы можете настроить от 5 до 86400 секунд. \n \n Внимание! Значения менее 60 секунд имеют значение только для независимо модифицированных датчиков, которые имеют возможность передавать информацию о движении с частотой 5 секунд.",
"ko": "여기에서 움직임이 감지된 후 모션 센서의 경보 신호가 중지되어야 하는 시간을 지정할 수 있습니다. 일반적으로 이것은 60초입니다. 5 ~ 86400초 사이에서 설정할 수 있습니다. \n \n 주의! 60초 미만의 값은 5초 간격으로 움직임에 관한 정보를 전송할 수 있는 독립적으로 수정된 센서에만 관련이 있습니다."
},
"value": 60,
"attr": {
"min": 5,
"max": 86400
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuraciones del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-temperature-humidity-sensor/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Temperature & Humidity Sensor (Gateway)",
"nl": "Aqara temperatuur & luchtvochtigheid sensor (Gateway)",
"da": "Aqara Temperatur- og Fugtighedssensor (Gateway)",
"de": "Aqara Temperatur- und Feuchtigkeitssensor (Gateway)",
"es": "Sensor de temperatura y humedad Aqara (Gateway)",
"fr": "Capteur de température et d'humidité Aqara (Gateway)",
"it": "Sensore di temperatura e umidità Aqara (Gateway)",
"no": "Aqara temperatur- og fuktighetssensor (Gateway)",
"sv": "Aqara temperatur- och fuktighetssensor (Gateway)",
"pl": "Czujnik temperatury i wilgotności Aqara (Gateway)",
"ru": "Датчик температуры и влажности Aqara (Gateway)",
"ko": "아카라 온습도 센서 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-temperature-humidity-sensor/assets/images/large.png",
"small": "/drivers/aqara-temperature-humidity-sensor/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"measure_temperature",
"measure_humidity",
"measure_pressure",
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2032"
]
},
"id": "aqara-temperature-humidity-sensor",
"settings": [
{
"type": "group",
"label": {
"en": "Offset settings",
"nl": "Offset instellingen",
"da": "Offset-indstillinger",
"de": "Offset-Einstellungen",
"es": "Configuración de compensación",
"fr": "Paramètres de décalage",
"it": "Impostazioni di offset",
"no": "Offset-innstillinger",
"sv": "Offset-inställningar",
"pl": "Ustawienia przesunięcia",
"ru": "Настройки смещения",
"ko": "오프셋 설정"
},
"children": [
{
"id": "addOrTakeOffset",
"type": "radio",
"label": {
"en": "Offset",
"nl": "Offset",
"da": "Offset",
"de": "Offset",
"es": "Compensación",
"fr": "Décalage",
"it": "Offset",
"no": "Offset",
"sv": "Offset",
"pl": "Offset",
"ru": "Смещение",
"ko": "오프셋"
},
"value": "add",
"values": [
{
"id": "add",
"label": {
"en": "Add offset",
"nl": "Offset toevoegen",
"da": "Tilføj offset",
"de": "Offset hinzufügen",
"es": "Añadir compensación",
"fr": "Ajouter un décalage",
"it": "Aggiungi offset",
"no": "Legg til offset",
"sv": "Lägg till offset",
"pl": "Dodaj offset",
"ru": "Добавить смещение",
"ko": "오프셋 추가"
}
},
{
"id": "take",
"label": {
"en": "Minus offset",
"nl": "Offset verminderen",
"da": "Minus offset",
"de": "Offset abziehen",
"es": "Restar compensación",
"fr": "Moins offset",
"it": "Sottrai offset",
"no": "Minus offset",
"sv": "Minus offset",
"pl": "Minus offset",
"ru": "Минус смещение",
"ko": "오프셋 빼기"
}
}
]
},
{
"id": "offset",
"type": "number",
"label": {
"en": "Offset",
"nl": "Offset",
"da": "Offset",
"de": "Offset",
"es": "Compensación",
"fr": "Décalage",
"it": "Offset",
"no": "Offset",
"sv": "Offset",
"pl": "Offset",
"ru": "Смещение",
"ko": "오프셋"
},
"value": 0,
"min": 0,
"max": 5
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara-wleak-sensor/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Waterleak Sensor (Gateway)",
"nl": "Aqara waterlek sensor (Gateway)",
"da": "Aqara Vandlækagesensor (Gateway)",
"de": "Aqara Wasseraustrittsensor (Gateway)",
"es": "Sensor de fugas de agua Aqara (Gateway)",
"fr": "Capteur de fuite d'eau Aqara (Gateway)",
"it": "Sensore di perdita d'acqua Aqara (Gateway)",
"no": "Aqara Vannlekkasjesensor (Gateway)",
"sv": "Aqara Vattenläckagesensor (Gateway)",
"pl": "Czujnik wycieku wody Aqara (Gateway)",
"ru": "Датчик утечки воды Aqara (Gateway)",
"ko": "아카라 물 누수 센서 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara-wleak-sensor/assets/images/large.png",
"small": "/drivers/aqara-wleak-sensor/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"alarm_water",
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2032"
]
},
"id": "aqara-wleak-sensor",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "기기 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara_86sw1_switch/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Wireless Wall Single Switch (Gateway)",
"nl": "Aqara Wireless Wall Single Switch (Gateway)",
"da": "Aqara trådløs væg enkeltkontakt (gateway)",
"de": "Aqara kabelloser Wandschalter (Gateway)",
"es": "Interruptor de pared inalámbrico Aqara (Gateway)",
"fr": "Interrupteur mural sans fil Aqara (Gateway)",
"it": "Interruttore singolo a parete wireless Aqara (Gateway)",
"no": "Aqara trådløs vegg enkel bryter (gateway)",
"sv": "Aqara trådlös väggbrytare (gateway)",
"pl": "Aqara bezprzewodowy przełącznik ścienny (bramka)",
"ru": "Беспроводной настенный однокнопочный выключатель Aqara (шлюз)",
"ko": "아카라 무선 벽 단일 스위치 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara_86sw1_switch/assets/images/large.jpg",
"small": "/drivers/aqara_86sw1_switch/assets/images/small.jpg"
},
"class": "sensor",
"capabilities": [
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2032"
]
},
"id": "aqara_86sw1_switch",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/aqara_86sw2_switch/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Wireless Wall Double Switch (Gateway)",
"nl": "Aqara Wireless Wall Double Switch (Gateway)",
"da": "Aqara Trådløs Væg Dobbeltkontakt (Gateway)",
"de": "Aqara Funk-Wandschalter Doppelt (Gateway)",
"es": "Interruptor Doble de Pared Inalámbrico Aqara (Gateway)",
"fr": "Interrupteur Double sans Fil Aqara (Gateway)",
"it": "Interruttore da Parete Wireless Doppio Aqara (Gateway)",
"no": "Aqara Trådløs Vegg Dobbel Bryter (Gateway)",
"sv": "Aqara Trådlös Väggdubbla Strömbrytare (Gateway)",
"pl": "Aqara Bezprzewodowy Podwójny Przełącznik Ścienny (Gateway)",
"ru": "Беспроводной Двойной Настенный Выключатель Aqara (Gateway)",
"ko": "아카라 무선 벽 이중 스위치 (게이트웨이)"
},
"images": {
"large": "/drivers/aqara_86sw2_switch/assets/images/large.jpg",
"small": "/drivers/aqara_86sw2_switch/assets/images/small.jpg"
},
"class": "sensor",
"capabilities": [
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2032"
]
},
"id": "aqara_86sw2_switch",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"pt": "Configurações do Dispositivo",
"zh": "设备设置",
"ja": "デバイス設定"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/clothesdryer_hyd_airer_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mijia Smart Clothes Drying Rack MIoT (WiFi)",
"nl": "Slim Mijia Droogrek MIoT (WiFi)",
"da": "Mijia Smart Tørrerist MIoT (WiFi)",
"de": "Mijia Smarter Wäscheständer MIoT (WiFi)",
"es": "Mijia Estante de Secado Inteligente MIoT (WiFi)",
"fr": "Séchoir à vêtements intelligent Mijia MIoT (WiFi)",
"it": "Stendibiancheria Intelligente Mijia MIoT (WiFi)",
"no": "Mijia Smart Tørkestativ MIoT (WiFi)",
"sv": "Mijia Smart Klädtorkställning MIoT (WiFi)",
"pl": "Mijia Inteligentny Wieszaki Suszarki MIoT (WiFi)",
"ru": "Умная сушилка для одежды Mijia MIoT (WiFi)",
"ko": "미지아 스마트 건조대 MIoT (WiFi)"
},
"images": {
"large": "drivers/clothesdryer_hyd_airer_miot/assets/images/large.jpg",
"small": "drivers/clothesdryer_hyd_airer_miot/assets/images/small.jpg"
},
"class": "sensor",
"capabilities": [
"onoff",
"windowcoverings_state"
],
"capabilitiesOptions": {
"onoff": {
"title": {
"en": "Light",
"nl": "Licht",
"da": "Lys",
"de": "Licht",
"es": "Luz",
"fr": "Lumière",
"it": "Luce",
"no": "Lys",
"sv": "Ljus",
"pl": "Światło",
"ru": "Свет",
"ko": "빛"
}
},
"windowcoverings_state": {
"title": {
"en": "Position",
"nl": "Positie",
"da": "Position",
"de": "Position",
"es": "Posición",
"fr": "Position",
"it": "Posizione",
"no": "Posisjon",
"sv": "Position",
"pl": "Pozycja",
"ru": "Позиция",
"ko": "위치"
}
}
},
"id": "clothesdryer_hyd_airer_miot",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "Светодиод",
"ko": "LED"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "장치 데이터"
},
"children": [
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "기기 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/ctrl_86plug_aq1/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Wall Outlet (Gateway)",
"nl": "Aqara Wall Outlet (Gateway)",
"da": "Aqara Vægudtag (Gateway)",
"de": "Aqara Wandsteckdose (Gateway)",
"es": "Aqara Toma de Pared (Gateway)",
"fr": "Prise Murale Aqara (Gateway)",
"it": "Presa da Muro Aqara (Gateway)",
"no": "Aqara Veggkontakt (Gateway)",
"sv": "Aqara Vägguttag (Gateway)",
"pl": "Gniazdko Ścienne Aqara (Gateway)",
"ru": "Настенная Розетка Aqara (Gateway)",
"ko": "아카라 벽면 콘센트 (게이트웨이)"
},
"images": {
"large": "/drivers/ctrl_86plug_aq1/assets/images/large.jpg",
"small": "/drivers/ctrl_86plug_aq1/assets/images/small.jpg"
},
"class": "light",
"capabilities": [
"onoff",
"meter_power",
"measure_power"
],
"id": "ctrl_86plug_aq1",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"pt": "Configurações do dispositivo",
"ja": "デバイス設定",
"zh": "设备设置"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/dehumidifier_dmaker_derh_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"nl": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"da": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"de": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"es": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"fr": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"it": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"no": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"sv": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"pl": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"ru": "Xiaomi Smart Dehumidifier MIoT (WiFi)",
"ko": "Xiaomi Smart Dehumidifier MIoT (WiFi)"
},
"images": {
"large": "drivers/dehumidifier_dmaker_derh_miot/assets/images/large.jpg",
"small": "drivers/dehumidifier_dmaker_derh_miot/assets/images/small.jpg"
},
"class": "dehumidifier",
"capabilities": [
"onoff",
"dehumidifier_dmaker_mode",
"target_humidity",
"measure_humidity",
"measure_temperature",
"alarm_water"
],
"capabilitiesOptions": {
"target_humidity": {
"min": 0.4,
"max": 0.8
},
"alarm_water": {
"title": {
"en": "Water Tank Full",
"nl": "Watertank vol",
"da": "Vandtank fuld",
"de": "Wassertank voll",
"es": "Depósito de agua lleno",
"fr": "Réservoir d'eau plein",
"it": "Serbatoio dell'acqua pieno",
"no": "Vanntank full",
"sv": "Vattentank full",
"pl": "Zbiornik wody pełny",
"ru": "Резервуар для воды заполнен",
"ko": "물탱크 가득 참"
}
}
},
"id": "dehumidifier_dmaker_derh_miot",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración del usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Vibreur",
"it": "Cicalino",
"no": "Summerton",
"sv": "Summer",
"pl": "Buzer",
"ru": "Зуммер",
"ko": "부저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Verrouillage enfants",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada dla dzieci",
"ru": "Блокировка от детей",
"ko": "잠금 기능"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "장치 데이터"
},
"children": [
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/diffuser_xwhzp_diffuser_xwxfj/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mijia Smart Scent Diffuser (WiFi)",
"nl": "Mijia Smart Geurverspreider (WiFi)",
"da": "Mijia Smart Duftdiffuser (WiFi)",
"de": "Mijia Smart Duftdiffusor (WiFi)",
"es": "Difusor Aromatico Inteligente Mijia (WiFi)",
"fr": "Diffuseur de parfum intelligent Mijia (WiFi)",
"it": "Diffusore di fragranze smart Mijia (WiFi)",
"no": "Mijia Smart duftspreder (WiFi)",
"sv": "Mijia Smart doftspridare (WiFi)",
"pl": "Inteligentny dyfuzor zapachu Mijia (WiFi)",
"ru": "Mijia smart aroma-diffuser (WiFi)",
"ko": "Mijia smart scent diffuser (WiFi)"
},
"images": {
"large": "drivers/diffuser_xwhzp_diffuser_xwxfj/assets/images/large.jpg",
"small": "drivers/diffuser_xwhzp_diffuser_xwxfj/assets/images/small.jpg"
},
"class": "humidifier",
"capabilities": [
"onoff",
"diffuser_xwhzp_mode",
"diffuser_xwhzp_fragrance_out_time",
"dim",
"light_hue",
"light_saturation",
"measure_waterlevel",
"alarm_tank_empty",
"measure_battery",
"alarm_battery"
],
"capabilitiesOptions": {
"dim": {
"title": {
"en": "Ambient light brightness",
"nl": "Helderheid sfeerverlichting",
"da": "Lysstyrke for stemningslys",
"de": "Helligkeit des Umgebungslichts",
"es": "Brillo de luz ambiental",
"fr": "Luminosite de la lumiere d'ambiance",
"it": "Luminosita luce ambiente",
"no": "Lysstyrke for stemningslys",
"sv": "Ljusstyrka for omgivningsljus",
"pl": "Jasnosc oswietlenia ambientowego",
"ru": "Yarkost ambientnogo osveshcheniya",
"ko": "ambient light brightness"
}
},
"diffuser_xwhzp_fragrance_out_time": {
"min": 30,
"max": 120,
"step": 10
}
},
"energy": {
"batteries": [
"INTERNAL"
]
},
"id": "diffuser_xwhzp_diffuser_xwxfj",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"ja": "デバイス設定",
"zh": "设备设置"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/dmaker-fan/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Basic Mi Smart Fan Generic (WiFi)",
"nl": "Basic Mi Smart Fan Generic (WiFi)",
"da": "Basis Mi Smart Fan Generic (WiFi)",
"de": "Basis Mi Smart Fan Generic (WiFi)",
"es": "Básico Mi Smart Fan Genérico (WiFi)",
"fr": "Basique Mi Smart Fan Générique (WiFi)",
"it": "Base Mi Smart Fan Generico (WiFi)",
"no": "Grunnleggende Mi Smart Fan Generic (WiFi)",
"sv": "Grundläggande Mi Smart Fan Generic (WiFi)",
"pl": "Podstawowy Mi Smart Fan Generic (WiFi)",
"ru": "Основной Mi Smart Fan Generic (WiFi)",
"ko": "베이직 Mi Smart Fan Generic (WiFi)"
},
"images": {
"large": "drivers/dmaker-fan/assets/images/large.jpg",
"small": "drivers/dmaker-fan/assets/images/small.jpg"
},
"class": "fan",
"capabilities": [
"onoff"
],
"id": "dmaker-fan",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/fan_dmaker_advanced/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Advanced Mi Smart Standing Fan MIoT (WiFi)",
"nl": "Geadvanceerde Mi Smart Standing Fan MIoT (WiFi)",
"da": "Avanceret Mi Smart Standing Fan MIoT (WiFi)",
"de": "Erweiterter Mi Smart Standventilator MIoT (WiFi)",
"es": "Ventilador de pie avanzado Mi Smart MIoT (WiFi)",
"fr": "Ventilateur sur pied intelligent Mi avancé MIoT (WiFi)",
"it": "Ventilatore Smart Standing avanzato Mi MIoT (WiFi)",
"no": "Avansert Mi Smart stående vifte MIoT (WiFi)",
"sv": "Avancerad Mi Smart stående fläkt MIoT (WiFi)",
"pl": "Zaawansowany stojący wentylator Mi Smart MIoT (WiFi)",
"ru": "Продвинутый Mi Smart стоячий вентилятор MIoT (WiFi)",
"ko": "고급형 Mi 스마트 스탠딩 팬 MIoT (WiFi)"
},
"images": {
"large": "drivers/fan_dmaker_advanced/assets/images/large.jpg",
"small": "drivers/fan_dmaker_advanced/assets/images/small.jpg"
},
"class": "fan",
"capabilities": [
"onoff",
"oscillating",
"dim",
"fan_zhimi_angle",
"fan_speed",
"fan_dmaker_mode"
],
"capabilitiesOptions": {
"dim": {
"title": {
"en": "Fanlevel",
"nl": "Ventilator niveau",
"da": "Fan niveau",
"de": "Ventilatorebene",
"es": "Nivel de ventilador",
"fr": "Niveau de ventilateur",
"it": "Livello del ventilatore",
"no": "Viftenivå",
"sv": "Fläktnivå",
"pl": "Poziom wentylatora",
"ru": "Уровень вентилятора",
"ko": "팬 레벨"
},
"min": 1,
"max": 4,
"step": 1
}
},
"id": "fan_dmaker_advanced",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de Usuario",
"fr": "Paramètres Utilisateur",
"it": "Impostazioni Utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia Użytkownika",
"ru": "Пользовательские настройки",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "Светодиод",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Buzzer",
"it": "Cicalino",
"no": "Summer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "버저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo para Niños",
"fr": "Verrouillage Enfant",
"it": "Blocco Bambino",
"no": "Barnesikring",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Блокировка от детей",
"ko": "차일드 락"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del Dispositivo",
"fr": "Paramètres de l'Appareil",
"it": "Impostazioni del Dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia Urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/fan_zhimi_advanced/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Advanced Smartmi/ZhiMi Fan (WiFi)",
"nl": "Geadvanceerde Smartmi/ZhiMi Fan (WiFi)",
"da": "Avanceret Smartmi/ZhiMi Fan (WiFi)",
"de": "Erweiterter Smartmi/ZhiMi Ventilator (WiFi)",
"es": "Ventilador Smartmi/ZhiMi Avanzado (WiFi)",
"fr": "Ventilateur Smartmi/ZhiMi Avancé (WiFi)",
"it": "Ventilatore Smartmi/ZhiMi Avanzato (WiFi)",
"no": "Avansert Smartmi/ZhiMi Vifte (WiFi)",
"sv": "Avancerad Smartmi/ZhiMi Fläkt (WiFi)",
"pl": "Zaawansowany Smartmi/ZhiMi Wentylator (WiFi)",
"ru": "Продвинутый Smartmi/ZhiMi Вентилятор (WiFi)",
"ko": "고급 Smartmi/ZhiMi 팬 (WiFi)"
},
"images": {
"large": "drivers/fan_zhimi_advanced/assets/images/large.jpg",
"small": "drivers/fan_zhimi_advanced/assets/images/small.jpg"
},
"class": "fan",
"capabilities": [
"onoff",
"oscillating",
"fan_speed",
"measure_wind_angle",
"fan_zhimi_mode"
],
"capabilitiesOptions": {
"measure_wind_angle": {
"min": 0,
"max": 120,
"step": 1
}
},
"id": "fan_zhimi_advanced",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Sonnerie",
"it": "Cicalino",
"no": "Summelyd",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "버저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo para niños",
"fr": "Verrouillage enfant",
"it": "Blocco per bambini",
"no": "Barnesikring",
"sv": "Barnlås",
"pl": "Blokada dla dzieci",
"ru": "Детский замок",
"ko": "어린이 잠금 장치"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/fan_zhimi_fan_za5/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Smartmi Standing Fan 3 (WiFi)",
"nl": "Smartmi Standing Fan 3 (WiFi)",
"da": "Smartmi Standing Fan 3 (WiFi)",
"de": "Smartmi Standventilator 3 (WiFi)",
"es": "Ventilador de Pie Smartmi 3 (WiFi)",
"fr": "Ventilateur Debout Smartmi 3 (WiFi)",
"it": "Ventilatore a Piantana Smartmi 3 (WiFi)",
"no": "Smartmi Stående Vifte 3 (WiFi)",
"sv": "Smartmi Golvfläkt 3 (WiFi)",
"pl": "Wentylator stojący Smartmi 3 (WiFi)",
"ru": "Стоящий вентилятор Smartmi 3 (WiFi)",
"ko": "Smartmi 스탠딩 팬 3 (WiFi)"
},
"images": {
"large": "drivers/fan_zhimi_fan_za5/assets/images/large.jpg",
"small": "drivers/fan_zhimi_fan_za5/assets/images/small.jpg"
},
"class": "fan",
"capabilities": [
"onoff",
"oscillating",
"onoff.ion",
"fan_speed",
"fan_zhimi_angle",
"fan_zhimi_mode",
"measure_humidity",
"measure_temperature"
],
"capabilitiesOptions": {
"onoff.ion": {
"title": {
"en": "Enable ions",
"nl": "Inschakelen ionen",
"da": "Aktiver ioner",
"de": "Ionen aktivieren",
"es": "Activar iones",
"fr": "Activer les ions",
"it": "Abilita ioni",
"no": "Aktiver ioner",
"sv": "Aktivera joner",
"pl": "Włącz jony",
"ru": "Включить ионы",
"ko": "이온 활성화"
}
},
"fan_speed": {
"min": 1,
"max": 4,
"step": 1,
"units": "level"
}
},
"id": "fan_zhimi_fan_za5",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정",
"pt": "Configurações do usuário",
"zh": "用户设置"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "Светодиод",
"ko": "LED",
"pt": "LED",
"zh": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summerton",
"es": "Zumbador",
"fr": "Sonnerie",
"it": "Cicalino",
"no": "Summer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "버저",
"pt": "Buzzer",
"zh": "蜂鸣器"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnesikring",
"sv": "Barnlås",
"pl": "Blokada dziecięca",
"ru": "Блокировка от детей",
"ko": "자녀 보호",
"pt": "Bloqueio infantil",
"zh": "儿童锁"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"pt": "Configurações do dispositivo",
"zh": "设备设置"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/gateway/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Xiaomi Gateway v2 (WiFi)",
"nl": "Xiaomi Gateway v2 (WiFi)",
"da": "Xiaomi Gateway v2 (WiFi)",
"de": "Xiaomi Gateway v2 (WiFi)",
"es": "Xiaomi Gateway v2 (WiFi)",
"fr": "Xiaomi Gateway v2 (WiFi)",
"it": "Xiaomi Gateway v2 (WiFi)",
"no": "Xiaomi Gateway v2 (WiFi)",
"sv": "Xiaomi Gateway v2 (WiFi)",
"pl": "Xiaomi Gateway v2 (WiFi)",
"ru": "Xiaomi Gateway v2 (WiFi)",
"ko": "Xiaomi Gateway v2 (WiFi)"
},
"images": {
"large": "drivers/gateway/assets/images/large.jpg",
"small": "drivers/gateway/assets/images/small.jpg"
},
"class": "light",
"capabilities": [
"onoff",
"dim",
"light_hue",
"light_saturation",
"measure_luminance",
"homealarm_state",
"speaker_playing",
"speaker_next",
"speaker_prev",
"speaker_track",
"volume_set",
"volume_set.alarm",
"button"
],
"capabilitiesOptions": {
"speaker_playing": {
"title": {
"en": "Radio",
"nl": "Radio",
"da": "Radio",
"de": "Radio",
"es": "Radio",
"fr": "Radio",
"it": "Radio",
"no": "Radio",
"sv": "Radio",
"pl": "Radio",
"ru": "Радио",
"ko": "라디오"
}
},
"speaker_next": {
"title": {
"en": "Next Station",
"nl": "Volgend station",
"da": "Næste station",
"de": "Nächste Station",
"es": "Siguiente estación",
"fr": "Prochaine station",
"it": "Stazione successiva",
"no": "Neste stasjon",
"sv": "Nästa station",
"pl": "Następna stacja",
"ru": "Следующая станция",
"ko": "다음 방송"
}
},
"speaker_prev": {
"title": {
"en": "Previous Station",
"nl": "Vorig station",
"da": "Forrige station",
"de": "Vorherige Station",
"es": "Estación anterior",
"fr": "Station précédente",
"it": "Stazione precedente",
"no": "Forrige stasjon",
"sv": "Föregående station",
"pl": "Poprzednia stacja",
"ru": "Предыдущая станция",
"ko": "이전 방송"
}
},
"volume_set": {
"title": {
"en": "Radio volume",
"nl": "Radio volume",
"da": "Radiovolumen",
"de": "Radiolautstärke",
"es": "Volumen de la radio",
"fr": "Volume de la radio",
"it": "Volume della radio",
"no": "Radiovolum",
"sv": "Radiovolym",
"pl": "Głośność radia",
"ru": "Громкость радио",
"ko": "라디오 볼륨"
}
},
"volume_set.alarm": {
"title": {
"en": "Alarm volume",
"nl": "Alarm volume",
"da": "Alarmvolumen",
"de": "Alarmlautstärke",
"es": "Volumen de la alarma",
"fr": "Volume de l'alarme",
"it": "Volume dell'allarme",
"no": "Alarmvolum",
"sv": "Alarmvolym",
"pl": "Głośność alarmu",
"ru": "Громкость сигнала тревоги",
"ko": "알람 볼륨"
}
},
"button": {
"title": {
"en": "Join / Pair",
"nl": "Join / Pair",
"da": "Join / Par",
"de": "Verbinden / Koppeln",
"es": "Unir / Emparejar",
"fr": "Joindre / Apparier",
"it": "Unisci / Abbina",
"no": "Koble til / Pare",
"sv": "Anslut / Para",
"pl": "Połącz / Sparuj",
"ru": "Присоединиться / Спарить",
"ko": "연결 / 페어링"
}
}
},
"id": "gateway",
"settings": [
{
"type": "group",
"label": {
"en": "Gateway Favorite Stations",
"nl": "Gateway favoriete stations",
"da": "Gateway favoritradiostationer",
"de": "Gateway Lieblingsstationen",
"es": "Estaciones favoritas de Gateway",
"fr": "Stations favorites de la passerelle",
"it": "Stazioni preferite del gateway",
"no": "Gateway favorittstasjoner",
"sv": "Gateway favoritstationer",
"pl": "Ulubione stacje bramy",
"ru": "Избранные станции шлюза",
"ko": "게이트웨이 즐겨찾기 방송국"
},
"children": [
{
"id": "favorite0ID",
"type": "text",
"value": "",
"label": {
"en": "1 - Favorite Radio",
"nl": "1 - Favoriet station",
"da": "1 - Favoritradiostation",
"de": "1 - Lieblingssender",
"es": "1 - Radio favorita",
"fr": "1 - Radio préférée",
"it": "1 - Radio preferita",
"no": "1 - Favorittradiostasjon",
"sv": "1 - Favoritstation",
"pl": "1 - Ulubiona stacja",
"ru": "1 - Любимая радиостанция",
"ko": "1 - 즐겨찾는 라디오"
}
},
{
"id": "favorite1ID",
"type": "text",
"value": "",
"label": {
"en": "2 - Favorite Radio",
"nl": "2 - Favoriet station",
"da": "2 - Favoritradiostation",
"de": "2 - Lieblingssender",
"es": "2 - Radio favorita",
"fr": "2 - Radio préférée",
"it": "2 - Radio preferita",
"no": "2 - Favorittradiostasjon",
"sv": "2 - Favoritstation",
"pl": "2 - Ulubiona stacja",
"ru": "2 - Любимая радиостанция",
"ko": "2 - 즐겨찾는 라디오"
}
},
{
"id": "favorite2ID",
"type": "text",
"value": "",
"label": {
"en": "3 - Favorite Radio",
"nl": "3 - Favoriet station",
"da": "3 - Favoritradiostation",
"de": "3 - Lieblingssender",
"es": "3 - Radio favorita",
"fr": "3 - Radio préférée",
"it": "3 - Radio preferita",
"no": "3 - Favorittradiostasjon",
"sv": "3 - Favoritstation",
"pl": "3 - Ulubiona stacja",
"ru": "3 - Любимая радиостанция",
"ko": "3 - 즐겨찾는 라디오"
}
},
{
"id": "favorite3ID",
"type": "text",
"value": "",
"label": {
"en": "4 - Favorite Radio",
"nl": "4 - Favoriet station",
"da": "4 - Favoritradiostation",
"de": "4 - Lieblingssender",
"es": "4 - Radio favorita",
"fr": "4 - Radio préférée",
"it": "4 - Radio preferita",
"no": "4 - Favorittradiostasjon",
"sv": "4 - Favoritstation",
"pl": "4 - Ulubiona stacja",
"ru": "4 - Любимая радиостанция",
"ko": "4 - 즐겨찾는 라디오"
}
},
{
"id": "favorite4ID",
"type": "text",
"value": "",
"label": {
"en": "5 - Favorite Radio",
"nl": "5 - Favoriet station",
"da": "5 - Favoritradiostation",
"de": "5 - Lieblingssender",
"es": "5 - Radio favorita",
"fr": "5 - Radio préférée",
"it": "5 - Radio preferita",
"no": "5 - Favorittradiostasjon",
"sv": "5 - Favoritstation",
"pl": "5 - Ulubiona stacja",
"ru": "5 - Любимая радиостанция",
"ko": "5 - 즐겨찾는 라디오"
}
},
{
"id": "favorite5ID",
"type": "text",
"value": "",
"label": {
"en": "6 - Favorite Radio",
"nl": "6 - Favoriet station",
"da": "6 - Favoritradiostation",
"de": "6 - Lieblingssender",
"es": "6 - Radio favorita",
"fr": "6 - Radio préférée",
"it": "6 - Radio preferita",
"no": "6 - Favorittradiostasjon",
"sv": "6 - Favoritstation",
"pl": "6 - Ulubiona stacja",
"ru": "6 - Любимая радиостанция",
"ko": "6 - 즐겨찾는 라디오"
}
},
{
"id": "favorite6ID",
"type": "text",
"value": "",
"label": {
"en": "7 - Favorite Radio",
"nl": "7 - Favoriet station",
"da": "7 - Favoritradiostation",
"de": "7 - Lieblingssender",
"es": "7 - Radio favorita",
"fr": "7 - Radio préférée",
"it": "7 - Radio preferita",
"no": "7 - Favorittradiostasjon",
"sv": "7 - Favoritstation",
"pl": "7 - Ulubiona stacja",
"ru": "7 - Любимая радиостанция",
"ko": "7 - 즐겨찾는 라디오"
}
},
{
"id": "favorite7ID",
"type": "text",
"value": "",
"label": {
"en": "8 - Favorite Radio",
"nl": "8 - Favoriet station",
"da": "8 - Favoritradiostation",
"de": "8 - Lieblingssender",
"es": "8 - Radio favorita",
"fr": "8 - Radio préférée",
"it": "8 - Radio preferita",
"no": "8 - Favorittradiostasjon",
"sv": "8 - Favoritstation",
"pl": "8 - Ulubiona stacja",
"ru": "8 - Любимая радиостанция",
"ko": "8 - 즐겨찾는 라디오"
}
},
{
"id": "favorite8ID",
"type": "text",
"value": "",
"label": {
"en": "9 - Favorite Radio",
"nl": "9 - Favoriet station",
"da": "9 - Favoritradiostation",
"de": "9 - Lieblingssender",
"es": "9 - Radio favorita",
"fr": "9 - Radio préférée",
"it": "9 - Radio preferita",
"no": "9 - Favorittradiostasjon",
"sv": "9 - Favoritstation",
"pl": "9 - Ulubiona stacja",
"ru": "9 - Любимая радиостанция",
"ko": "9 - 즐겨찾는 라디오"
}
},
{
"id": "favorite9ID",
"type": "text",
"value": "",
"label": {
"en": "10 - Favorite Radio",
"nl": "10 - Favoriet station",
"da": "10 - Favoritradiostation",
"de": "10 - Lieblingssender",
"es": "10 - Radio favorita",
"fr": "10 - Radio préférée",
"it": "10 - Radio preferita",
"no": "10 - Favorittradiostasjon",
"sv": "10 - Favoritstation",
"pl": "10 - Ulubiona stacja",
"ru": "10 - Любимая радиостанция",
"ko": "10 - 즐겨찾는 라디오"
}
},
{
"id": "favorite10ID",
"type": "text",
"value": "",
"label": {
"en": "11 - Favorite Radio",
"nl": "11 - Favoriet station",
"da": "11 - Favoritradiostation",
"de": "11 - Lieblingssender",
"es": "11 - Radio favorita",
"fr": "11 - Radio préférée",
"it": "11 - Radio preferita",
"no": "11 - Favorittradiostasjon",
"sv": "11 - Favoritstation",
"pl": "11 - Ulubiona stacja",
"ru": "11 - Любимая радиостанция",
"ko": "11 - 즐겨찾는 라디오"
}
},
{
"id": "favorite11ID",
"type": "text",
"value": "",
"label": {
"en": "12 - Favorite Radio",
"nl": "12 - Favoriet station",
"da": "12 - Favoritradiostation",
"de": "12 - Lieblingssender",
"es": "12 - Radio favorita",
"fr": "12 - Radio préférée",
"it": "12 - Radio preferita",
"no": "12 - Favorittradiostasjon",
"sv": "12 - Favoritstation",
"pl": "12 - Ulubiona stacja",
"ru": "12 - Любимая радиостанция",
"ko": "12 - 즐겨찾는 라디오"
}
},
{
"id": "favorite12ID",
"type": "text",
"value": "",
"label": {
"en": "13 - Favorite Radio",
"nl": "13 - Favoriet station",
"da": "13 - Favoritradiostation",
"de": "13 - Lieblingssender",
"es": "13 - Radio favorita",
"fr": "13 - Radio préférée",
"it": "13 - Radio preferita",
"no": "13 - Favorittradiostasjon",
"sv": "13 - Favoritstation",
"pl": "13 - Ulubiona stacja",
"ru": "13 - Любимая радиостанция",
"ko": "13 - 즐겨찾는 라디오"
}
},
{
"id": "favorite13ID",
"type": "text",
"value": "",
"label": {
"en": "14 - Favorite Radio",
"nl": "14 - Favoriet station",
"da": "14 - Favoritradiostation",
"de": "14 - Lieblingssender",
"es": "14 - Radio favorita",
"fr": "14 - Radio préférée",
"it": "14 - Radio preferita",
"no": "14 - Favorittradiostasjon",
"sv": "14 - Favoritstation",
"pl": "14 - Ulubiona stacja",
"ru": "14 - Любимая радиостанция",
"ko": "14 - 즐겨찾는 라디오"
}
},
{
"id": "favorite14ID",
"type": "text",
"value": "",
"label": {
"en": "15 - Favorite Radio",
"nl": "15 - Favoriet station",
"da": "15 - Favoritradiostation",
"de": "15 - Lieblingssender",
"es": "15 - Radio favorita",
"fr": "15 - Radio préférée",
"it": "15 - Radio preferita",
"no": "15 - Favorittradiostasjon",
"sv": "15 - Favoritstation",
"pl": "15 - Ulubiona stacja",
"ru": "15 - Любимая радиостанция",
"ko": "15 - 즐겨찾는 라디오"
}
},
{
"id": "favorite15ID",
"type": "text",
"value": "",
"label": {
"en": "16 - Favorite Radio",
"da": "16 - Favoritradiostation",
"de": "16 - Lieblingssender",
"es": "16 - Radio favorita",
"fr": "16 - Radio préférée",
"it": "16 - Radio preferita",
"no": "16 - Favorittradiostasjon",
"sv": "16 - Favoritstation",
"pl": "16 - Ulubiona stacja",
"ru": "16 - Любимая радиостанция",
"ko": "16 - 즐겨찾는 라디오"
}
},
{
"id": "favorite16ID",
"type": "text",
"value": "",
"label": {
"en": "17 - Favorite Radio",
"da": "17 - Favoritradiostation",
"de": "17 - Lieblingssender",
"es": "17 - Radio favorita",
"fr": "17 - Radio préférée",
"it": "17 - Radio preferita",
"no": "17 - Favorittradiostasjon",
"sv": "17 - Favoritstation",
"pl": "17 - Ulubiona stacja",
"ru": "17 - Любимая радиостанция",
"ko": "17 - 즐겨찾는 라디오"
}
},
{
"id": "favorite17ID",
"type": "text",
"value": "",
"label": {
"en": "18 - Favorite Radio",
"da": "18 - Favoritradiostation",
"de": "18 - Lieblingssender",
"es": "18 - Radio favorita",
"fr": "18 - Radio préférée",
"it": "18 - Radio preferita",
"no": "18 - Favorittradiostasjon",
"sv": "18 - Favoritstation",
"pl": "18 - Ulubiona stacja",
"ru": "18 - Любимая радиостанция",
"ko": "18 - 즐겨찾는 라디오"
}
},
{
"id": "favorite18ID",
"type": "text",
"value": "",
"label": {
"en": "19 - Favorite Radio",
"da": "19 - Favoritradiostation",
"de": "19 - Lieblingssender",
"es": "19 - Radio favorita",
"fr": "19 - Radio préférée",
"it": "19 - Radio preferita",
"no": "19 - Favorittradiostasjon",
"sv": "19 - Favoritstation",
"pl": "19 - Ulubiona stacja",
"ru": "19 - Любимая радиостанция",
"ko": "19 - 즐겨찾는 라디오"
}
},
{
"id": "favorite19ID",
"type": "text",
"value": "",
"label": {
"en": "20 - Favorite Radio",
"da": "20 - Favoritradiostation",
"de": "20 - Lieblingssender",
"es": "20 - Radio favorita",
"fr": "20 - Radio préférée",
"it": "20 - Radio preferita",
"no": "20 - Favorittradiostasjon",
"sv": "20 - Favoritstation",
"pl": "20 - Ulubiona stacja",
"ru": "20 - Любимая радиостанция",
"ko": "20 - 즐겨찾는 라디오"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/heater_zhimi_heater_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Smart Space/Fan Heater MIoT (WiFi)",
"nl": "Smart Space/Fan Heater MIoT (WiFi)",
"da": "Smart Space/Fan Heater MIoT (WiFi)",
"de": "Smart Space/Fan Heater MIoT (WiFi)",
"es": "Espacio inteligente / Calefactor de ventilador MIoT (WiFi)",
"fr": "Chauffage de ventilateur/espace intelligent MIoT (WiFi)",
"it": "Riscaldatore a ventola / Spazio Intelligente MIoT (WiFi)",
"no": "Smart Space/Viftevarmer MIoT (WiFi)",
"sv": "Smart Space/Värmefläkt MIoT (WiFi)",
"pl": "Inteligentna przestrzeń / Grzejnik wentylator MIoT (WiFi)",
"ru": "Умное пространство / Обогреватель-вентилятор MIoT (WiFi)",
"ko": "스마트 공간 / 팬 히터 MIoT (WiFi)"
},
"images": {
"large": "drivers/heater_zhimi_heater_miot/assets/images/large.jpg",
"small": "drivers/heater_zhimi_heater_miot/assets/images/small.jpg"
},
"class": "heater",
"capabilities": [
"onoff",
"heater_zhimi_heater_target_temperature",
"measure_temperature"
],
"id": "heater_zhimi_heater_miot",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Sonnerie",
"it": "Cicalino",
"no": "Sommer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "버저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Sécurité enfant",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada dzieci",
"ru": "Детская блокировка",
"ko": "어린이 잠금"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/humidifier_deerma_humidifier_jsq/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mijia Smart Sterilization Humidifier JSQ / JSQ1 / MJJSQ (WiFi)",
"nl": "Mijia Smart Sterilization Humidifier JSQ / JSQ1 / MJJSQ (WiFi)",
"da": "Mijia Smart Sterilization Luftfugter JSQ / JSQ1 / MJJSQ (WiFi)",
"de": "Mijia Smart Sterilisation Luftbefeuchter JSQ / JSQ1 / MJJSQ (WiFi)",
"es": "Humidificador de Esterilización Inteligente Mijia JSQ / JSQ1 / MJJSQ (WiFi)",
"fr": "Humidificateur de Stérilisation Intelligent Mijia JSQ / JSQ1 / MJJSQ (WiFi)",
"it": "Umidificatore di Sterilizzazione Intelligente Mijia JSQ / JSQ1 / MJJSQ (WiFi)",
"no": "Mijia Smart Steriliseringsfukter JSQ / JSQ1 / MJJSQ (WiFi)",
"sv": "Mijia Smart Sterilisering Luftfuktare JSQ / JSQ1 / MJJSQ (WiFi)",
"pl": "Inteligentny Sterylizujący Nawilżacz Mijia JSQ / JSQ1 / MJJSQ (WiFi)",
"ru": "Умный стерилизующий увлажнитель Mijia JSQ / JSQ1 / MJJSQ (WiFi)",
"ko": "미지아 스마트 살균 가습기 JSQ / JSQ1 / MJJSQ (WiFi)"
},
"images": {
"large": "drivers/humidifier_deerma_humidifier_jsq/assets/images/large.jpg",
"small": "drivers/humidifier_deerma_humidifier_jsq/assets/images/small.jpg"
},
"class": "humidifier",
"capabilities": [
"onoff",
"target_humidity",
"humidifier_deerma_jsq_mode",
"measure_temperature",
"measure_humidity",
"alarm_water",
"alarm_tank_empty"
],
"capabilitiesOptions": {
"target_humidity": {
"min": 0.4,
"max": 0.7
},
"alarm_water": {
"title": {
"en": "Waterlevel",
"nl": "Waterniveau",
"da": "Vandniveau",
"de": "Wasserstand",
"es": "Nivel de agua",
"fr": "Niveau d'eau",
"it": "Livello dell'acqua",
"no": "Vannivå",
"sv": "Vattennivå",
"pl": "Poziom wody",
"ru": "Уровень воды",
"ko": "수위"
}
}
},
"id": "humidifier_deerma_humidifier_jsq",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "Светодиод",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Buzzer",
"it": "Cicalino",
"no": "Summer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "부저"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/humidifier_deerma_humidifier_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Smart Antibacterial Humidifier MIoT (WiFi)",
"nl": "Mi Smart Antibacterial Humidifier MIoT (WiFi)",
"da": "Mi Smart Antibacterial Humidifier MIoT (WiFi)",
"de": "Mi Smart Antibacterial Humidifier MIoT (WiFi)",
"es": "Mi Humidificador Antibacteriano Inteligente MIoT (WiFi)",
"fr": "Humidificateur Antibactérien Intelligent MIoT (WiFi)",
"it": "Umidificatore Antibatterico Intelligente MIoT (WiFi)",
"no": "Mi Smart Antibakterielle Luftfukter MIoT (WiFi)",
"sv": "Mi Smart Antibakteriell Luftrenare MIoT (WiFi)",
"pl": "Inteligentny Nawilżacz Antybakteryjny MIoT (WiFi)",
"ru": "Умный Антибактериальный Увлажнитель MIoT (WiFi)",
"ko": "Mi 스마트 항균 가습기 MIoT (WiFi)"
},
"images": {
"large": "drivers/humidifier_deerma_humidifier_miot/assets/images/large.jpg",
"small": "drivers/humidifier_deerma_humidifier_miot/assets/images/small.jpg"
},
"class": "humidifier",
"capabilities": [
"onoff",
"target_humidity",
"humidifier_deerma_jsq_mode",
"measure_temperature",
"measure_humidity",
"alarm_tank_empty"
],
"capabilitiesOptions": {
"target_humidity": {
"min": 0.4,
"max": 0.8
}
},
"id": "humidifier_deerma_humidifier_miot",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración del usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summerton",
"de": "Sommer",
"es": "Zumbador",
"fr": "Vibreur",
"it": "Cicalino",
"no": "Summerton",
"sv": "Summer",
"pl": "Buzer",
"ru": "Зуммер",
"ko": "부저"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/humidifier_leshow_humidifier_jsq1/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Xiaomi Humidifier Pro (WiFi)",
"nl": "Xiaomi Humidifier Pro (WiFi)",
"da": "Xiaomi Luftfugter Pro (WiFi)",
"de": "Xiaomi Befeuchter Pro (WiFi)",
"es": "Xiaomi Humidificador Pro (WiFi)",
"fr": "Xiaomi Humidificateur Pro (WiFi)",
"it": "Xiaomi Umidificatore Pro (WiFi)",
"no": "Xiaomi Luftfukter Pro (WiFi)",
"sv": "Xiaomi Luftfuktare Pro (WiFi)",
"pl": "Xiaomi Nawilżacz Pro (WiFi)",
"ru": "Xiaomi Увлажнитель Pro (WiFi)",
"ko": "샤오미 가습기 프로 (WiFi)"
},
"images": {
"large": "drivers/humidifier_leshow_humidifier_jsq1/assets/images/large.jpg",
"small": "drivers/humidifier_leshow_humidifier_jsq1/assets/images/small.jpg"
},
"class": "humidifier",
"capabilities": [
"onoff",
"target_humidity",
"humidifier_leshow_jsq1_mode",
"measure_humidity",
"measure_filter_life",
"humidifier_water_level_state"
],
"capabilitiesOptions": {
"target_humidity": {
"min": 0.3,
"max": 0.8
}
},
"id": "humidifier_leshow_humidifier_jsq1",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de Usuario",
"fr": "Paramètres Utilisateur",
"it": "Impostazioni Utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia Użytkownika",
"ru": "Настройки Пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del Dispositivo",
"fr": "Paramètres de l'Appareil",
"it": "Impostazioni del Dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia Urządzenia",
"ru": "Настройки Устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/humidifier_xiaomi_humidifier/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Xiaomi/Mijia Humidifier MIoT (WiFi)",
"nl": "Xiaomi/Mijia Humidifier MIoT (WiFi)",
"da": "Xiaomi/Mijia Luftfugter MIoT (WiFi)",
"de": "Xiaomi/Mijia Luftbefeuchter MIoT (WiFi)",
"es": "Xiaomi/Mijia Humidificador MIoT (WiFi)",
"fr": "Xiaomi/Mijia Humidificateur MIoT (WiFi)",
"it": "Xiaomi/Mijia Umidificatore MIoT (WiFi)",
"no": "Xiaomi/Mijia Luftfukter MIoT (WiFi)",
"sv": "Xiaomi/Mijia Luftfuktare MIoT (WiFi)",
"pl": "Xiaomi/Mijia Nawilżacz MIoT (WiFi)",
"ru": "Xiaomi/Mijia Увлажнитель MIoT (WiFi)",
"ko": "샤오미/미지아 가습기 MIoT (WiFi)"
},
"images": {
"large": "drivers/humidifier_xiaomi_humidifier/assets/images/large.jpg",
"small": "drivers/humidifier_xiaomi_humidifier/assets/images/small.jpg"
},
"class": "humidifier",
"capabilities": [
"onoff",
"onoff.dry",
"target_humidity",
"measure_temperature",
"measure_humidity",
"measure_waterlevel",
"humidifier_xiaomi_mode"
],
"capabilitiesOptions": {
"onoff.dry": {
"title": {
"en": "Dry mode",
"nl": "Droog modus",
"da": "Tør tilstand",
"de": "Trockenmodus",
"es": "Modo seco",
"fr": "Mode sec",
"it": "Modalità secco",
"no": "Tørrmodus",
"sv": "Torr läge",
"pl": "Tryb suchy",
"ru": "Сухой режим",
"ko": "건조 모드"
}
},
"target_humidity": {
"min": 40,
"max": 70,
"step": 10
}
},
"id": "humidifier_xiaomi_humidifier",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정",
"pt": "Configurações do usuário",
"ja": "ユーザー設定",
"zh": "用户设置"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "Светодиод",
"ko": "LED",
"pt": "LED",
"ja": "LED",
"zh": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Buzzer",
"it": "Cicalino",
"no": "Summer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "버저",
"pt": "Buzzer",
"ja": "ブザー",
"zh": "蜂鸣器"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Verrouillage enfants",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada dla dzieci",
"ru": "Блокировка от детей",
"ko": "잠금 기능",
"pt": "Bloqueio para crianças",
"ja": "チャイルドロック",
"zh": "儿童锁"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "디바이스 데이터",
"pt": "Dados do dispositivo",
"ja": "デバイスデータ",
"zh": "设备数据"
},
"children": [
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류",
"pt": "Erro",
"ja": "エラー",
"zh": "错误"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "디바이스 설정",
"pt": "Configurações do dispositivo",
"ja": "デバイス設定",
"zh": "设备设置"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/humidifier_zhimi_humidifier/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Smartmi Humidifier v1/v2 (WiFi)",
"da": "Smartmi Luftfugter v1/v2 (WiFi)",
"de": "Smartmi Luftbefeuchter v1/v2 (WLAN)",
"es": "Humidificador Smartmi v1/v2 (WiFi)",
"fr": "Humidificateur Smartmi v1/v2 (WiFi)",
"it": "Umidificatore Smartmi v1/v2 (WiFi)",
"no": "Smartmi Luftfukter v1/v2 (WiFi)",
"sv": "Smartmi Luftfuktare v1/v2 (WiFi)",
"pl": "Nawilżacz Smartmi v1/v2 (WiFi)",
"ru": "Увлажнитель Smartmi v1/v2 (WiFi)",
"ko": "스마트미 가습기 v1/v2 (WiFi)"
},
"images": {
"large": "drivers/humidifier_zhimi_humidifier/assets/images/large.jpg",
"small": "drivers/humidifier_zhimi_humidifier/assets/images/small.jpg"
},
"class": "humidifier",
"capabilities": [
"onoff",
"measure_temperature",
"measure_humidity",
"target_humidity",
"humidifier_zhimi_mode"
],
"capabilitiesOptions": {
"target_humidity": {
"min": 30,
"max": 80,
"step": 10
}
},
"id": "humidifier_zhimi_humidifier",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Buzzer",
"de": "Summer",
"es": "Zumbador",
"fr": "Buzzer",
"it": "Cicalino",
"no": "Buzzeren",
"sv": "Summer",
"pl": "Buzzer",
"ru": "Зуммер",
"ko": "부저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnesikring",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Детский замок",
"ko": "어린이 잠금"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "기기 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/humidifier_zhimi_humidifier_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Smartmi Humidifier MIoT (WiFi)",
"nl": "Samrtmi Humidifier MIoT (WiFi)",
"da": "Smartmi Humidifier MIoT (WiFi)",
"de": "Smartmi Humidifier MIoT (WiFi)",
"es": "Smartmi Humidificador MIoT (WiFi)",
"fr": "Smartmi Humidificateur MIoT (WiFi)",
"it": "Smartmi Umidificatore MIoT (WiFi)",
"no": "Smartmi Humidifier MIoT (WiFi)",
"sv": "Smartmi Avdunstningsluftfuktare MIoT (WiFi)",
"pl": "Smartmi Nawilżacz Parowy MIoT (WiFi)",
"ru": "Smartmi Испарительный Увлажнитель MIoT (WiFi)",
"ko": "Smartmi 증발식 가습기 MIoT (WiFi)"
},
"images": {
"large": "drivers/humidifier_zhimi_humidifier_miot/assets/images/large.jpg",
"small": "drivers/humidifier_zhimi_humidifier_miot/assets/images/small.jpg"
},
"class": "humidifier",
"capabilities": [
"onoff",
"onoff.dry",
"dim",
"target_humidity",
"humidifier_zhimi_mode_miot",
"measure_temperature",
"measure_humidity",
"measure_waterlevel"
],
"capabilitiesOptions": {
"onoff.dry": {
"title": {
"en": "Dry mode",
"nl": "Droog modus",
"da": "Tør tilstand",
"de": "Trockenmodus",
"es": "Modo seco",
"fr": "Mode sec",
"it": "Modalità secca",
"no": "Tørrmodus",
"sv": "Torrläge",
"pl": "Tryb suszenia",
"ru": "Сухой режим",
"ko": "건조 모드"
}
},
"dim": {
"title": {
"en": "Motor Speed",
"nl": "Motor snelheid",
"da": "Motors hastighed",
"de": "Motorgeschwindigkeit",
"es": "Velocidad del motor",
"fr": "Vitesse du moteur",
"it": "Velocità del motore",
"no": "Motors hastighet",
"sv": "Motorns hastighet",
"pl": "Prędkość silnika",
"ru": "Скорость двигателя",
"ko": "모터 속도"
},
"min": 0,
"max": 1,
"step": 0.1
},
"target_humidity": {
"min": 30,
"max": 80,
"step": 10
}
},
"id": "humidifier_zhimi_humidifier_miot",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Sonnerie",
"it": "Cicalino",
"no": "Buzzer",
"sv": "Summer",
"pl": "Buzer",
"ru": "Зуммер",
"ko": "부저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnesikring",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barne lås",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Блокировка от детей",
"ko": "어린이 잠금"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/lock_aq1/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara Lock (Gateway)",
"nl": "Aqara Lock (Gateway)",
"da": "Aqara Lock (Gateway)",
"de": "Aqara Lock (Gateway)",
"es": "Aqara Lock (Gateway)",
"fr": "Aqara Lock (Gateway)",
"it": "Aqara Lock (Gateway)",
"no": "Aqara Lock (Gateway)",
"sv": "Aqara Lock (Gateway)",
"pl": "Aqara Lock (Gateway)",
"ru": "Aqara Lock (Gateway)",
"ko": "Aqara Lock (Gateway)"
},
"images": {
"large": "/drivers/lock_aq1/assets/images/large.jpg",
"small": "/drivers/lock_aq1/assets/images/small.jpg"
},
"class": "sensor",
"capabilities": [
"alarm_motion.finger",
"alarm_motion.code",
"alarm_motion.card",
"alarm_motion.wrongID",
"measure_battery",
"alarm_battery"
],
"capabilitiesOptions": {
"alarm_motion.finger": {
"title": {
"en": "Finger",
"nl": "Vinger",
"da": "Finger",
"de": "Finger",
"es": "Finger",
"fr": "Doigt",
"it": "Dito",
"no": "Finger",
"sv": "Finger",
"pl": "Palec",
"ru": "Палец",
"ko": "손가락"
}
},
"alarm_motion.code": {
"title": {
"en": "Code",
"nl": "Code",
"da": "Kode",
"de": "Code",
"es": "Código",
"fr": "Code",
"it": "Codice",
"no": "Kode",
"sv": "Kod",
"pl": "Kod",
"ru": "Код",
"ko": "코드"
}
},
"alarm_motion.card": {
"title": {
"en": "Card",
"nl": "Card",
"da": "Kort",
"de": "Karte",
"es": "Tarjeta",
"fr": "Carte",
"it": "Carta",
"no": "Kort",
"sv": "Kort",
"pl": "Karta",
"ru": "Карта",
"ko": "카드"
}
},
"alarm_motion.wrongID": {
"title": {
"en": "Wrong ID",
"nl": "Verkeerd ID",
"da": "Forkert ID",
"de": "Falsche ID",
"es": "ID incorrecta",
"fr": "ID incorrecte",
"it": "ID sbagliato",
"no": "Feil ID",
"sv": "Fel ID",
"pl": "Błędne ID",
"ru": "Неправильный ID",
"ko": "잘못된 ID"
}
}
},
"energy": {
"batteries": [
"AAA",
"AAA",
"AAA",
"AAA",
"AAA",
"AAA",
"AAA",
"AAA"
]
},
"id": "lock_aq1",
"settings": [
{
"type": "group",
"label": {
"en": "Duration of the lock alarm",
"nl": "Duur van het slot alarm",
"da": "Varighed af alarmsystemet",
"de": "Dauer des Schlossalarmes",
"es": "Duración de la alarma de la cerradura",
"fr": "Durée de l'alarme de verrouillage",
"it": "Durata dell'allarme della serratura",
"no": "Varighet på låsalarm",
"sv": "Varaktighet av låsalarm",
"pl": "Czas trwania alarmu blokady",
"ru": "Длительность тревоги блокировки",
"ko": "잠금 경고의 지속 시간"
},
"children": [
{
"id": "alarm_duration_number",
"type": "number",
"label": {
"en": "Disable after",
"nl": "Uitschakelen na",
"da": "Deaktiver efter",
"de": "Deaktivieren nach",
"es": "Desactivar después",
"fr": "Désactiver après",
"it": "Disabilita dopo",
"no": "Deaktiver etter",
"sv": "Inaktivera efter",
"pl": "Wyłącz po",
"ru": "Выключить через",
"ko": "비활성화 후"
},
"value": 60,
"attr": {
"min": 60,
"max": 86400
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuraciones del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "디바이스 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device information",
"da": "Enhedsoplysninger",
"de": "Geräteinformationen",
"es": "Información sobre el dispositivo",
"fr": "Informations sur l'appareil",
"it": "Informazioni sul dispositivo",
"no": "Enhetsinformasjon",
"sv": "Enhetsinformation",
"pl": "Informacje o urządzeniu",
"ru": "Информация об устройстве",
"ko": "장치 정보"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"label": {
"en": "Device sid",
"da": "Enhedsid",
"de": "Geräte-SID",
"es": "Sid del dispositivo",
"fr": "SID de l'appareil",
"it": "SID del dispositivo",
"no": "Enhetsside",
"sv": "Enhets-SID",
"pl": "SID urządzenia",
"ru": "SID устройства",
"ko": "장치 SID"
},
"value": "0123456789abcd"
},
{
"id": "deviceFromGatewaySid",
"type": "label",
"label": {
"en": "Gateway sid",
"da": "Gateway sid",
"de": "Gateway SID",
"es": "Sid de la puerta de enlace",
"fr": "SID de la passerelle",
"it": "SID del gateway",
"no": "Gateway sid",
"sv": "Gateway SID",
"pl": "SID bramy",
"ru": "SID шлюза",
"ko": "게이트웨이 SID"
},
"value": "0123456789ab"
},
{
"id": "deviceModelName",
"type": "label",
"label": {
"en": "Device model",
"da": "Enhedsmodel",
"de": "Gerätemodell",
"es": "Modelo del dispositivo",
"fr": "Modèle de l'appareil",
"it": "Modello del dispositivo",
"no": "Enhetsmodell",
"sv": "Enhetsmodell",
"pl": "Model urządzenia",
"ru": "Модель устройства",
"ko": "장치 모델"
},
"value": "lumi.device"
},
{
"id": "deviceModelCodeName",
"type": "label",
"label": {
"en": "Device model code",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código del modelo del dispositivo",
"fr": "Code du modèle de l'appareil",
"it": "Codice del modello del dispositivo",
"no": "Enhetsmodells kode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
},
"value": "AABBCC01LM"
}
]
},
{
"type": "group",
"label": {
"en": "Lock users",
"da": "Låsebrugere",
"de": "Schlossbenutzer",
"es": "Usuarios de la cerradura",
"fr": "Utilisateurs de verrou",
"it": "Utenti della serratura",
"no": "Låsebrukere",
"sv": "Låsanvändare",
"pl": "Użytkownicy zamka",
"ru": "Пользователи замка",
"ko": "잠금 사용자"
},
"children": [
{
"id": "lock0UserName",
"type": "text",
"label": {
"en": "1 - User name",
"da": "1 - Brugernavn",
"de": "1 - Benutzername",
"es": "1 - Nombre de usuario",
"fr": "1 - Nom d'utilisateur",
"it": "1 - Nome utente",
"no": "1 - Brukernavn",
"sv": "1 - Användarnamn",
"pl": "1 - Nazwa użytkownika",
"ru": "1 - Имя пользователя",
"ko": "1 - 사용자 이름"
},
"value": ""
},
{
"id": "user0FingerID",
"type": "text",
"label": {
"en": "Finger ID",
"da": "Finger ID",
"de": "Finger-ID",
"es": "ID de dedo",
"fr": "ID d'empreinte",
"it": "ID del dito",
"no": "Finger-ID",
"sv": "Finger-ID",
"pl": "ID palca",
"ru": "ID пальца",
"ko": "지문 ID"
},
"value": ""
},
{
"id": "user0CodeID",
"type": "text",
"label": {
"en": "Code ID",
"da": "Kode ID",
"de": "Code-ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "Kode-ID",
"sv": "Kod-ID",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"value": ""
},
{
"id": "user0CardID",
"type": "text",
"label": {
"en": "Card ID",
"da": "Kort ID",
"de": "Karten-ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "Kort-ID",
"sv": "Kort-ID",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"value": ""
},
{
"id": "lock1UserName",
"type": "text",
"label": {
"en": "2 - User name",
"da": "2 - Brugernavn",
"de": "2 - Benutzername",
"es": "2 - Nombre de usuario",
"fr": "2 - Nom d'utilisateur",
"it": "2 - Nome utente",
"no": "2 - Brukernavn",
"sv": "2 - Användarnamn",
"pl": "2 - Nazwa użytkownika",
"ru": "2 - Имя пользователя",
"ko": "2 - 사용자 이름"
},
"value": ""
},
{
"id": "user1FingerID",
"type": "text",
"label": {
"en": "Finger ID",
"da": "Finger ID",
"de": "Finger-ID",
"es": "ID de dedo",
"fr": "ID d'empreinte",
"it": "ID del dito",
"no": "Finger-ID",
"sv": "Finger-ID",
"pl": "ID palca",
"ru": "ID пальца",
"ko": "지문 ID"
},
"value": ""
},
{
"id": "user1CodeID",
"type": "text",
"label": {
"en": "Code ID",
"da": "Kode ID",
"de": "Code-ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "Kode-ID",
"sv": "Kod-ID",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"value": ""
},
{
"id": "user1CardID",
"type": "text",
"label": {
"en": "Card ID",
"da": "Kort ID",
"de": "Karten-ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "Kort-ID",
"sv": "Kort-ID",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"value": ""
},
{
"id": "lock2UserName",
"type": "text",
"label": {
"en": "3 - User name",
"da": "3 - Brugernavn",
"de": "3 - Benutzername",
"es": "3 - Nombre de usuario",
"fr": "3 - Nom d'utilisateur",
"it": "3 - Nome utente",
"no": "3 - Brukernavn",
"sv": "3 - Användarnamn",
"pl": "3 - Nazwa użytkownika",
"ru": "3 - Имя пользователя",
"ko": "3 - 사용자 이름"
},
"value": ""
},
{
"id": "user2FingerID",
"type": "text",
"label": {
"en": "Finger ID",
"da": "Finger ID",
"de": "Finger-ID",
"es": "ID de dedo",
"fr": "ID d'empreinte",
"it": "ID del dito",
"no": "Finger-ID",
"sv": "Finger-ID",
"pl": "ID palca",
"ru": "ID пальца",
"ko": "지문 ID"
},
"value": ""
},
{
"id": "user2CodeID",
"type": "text",
"label": {
"en": "Code ID",
"da": "Kode ID",
"de": "Code-ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "Kode-ID",
"sv": "Kod-ID",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"value": ""
},
{
"id": "user2CardID",
"type": "text",
"label": {
"en": "Card ID",
"da": "Kort ID",
"de": "Karten-ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "Kort-ID",
"sv": "Kort-ID",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"value": ""
},
{
"id": "lock3UserName",
"type": "text",
"label": {
"en": "4 - User name",
"da": "4 - Brugernavn",
"de": "4 - Benutzername",
"es": "4 - Nombre de usuario",
"fr": "4 - Nom d'utilisateur",
"it": "4 - Nome utente",
"no": "4 - Brukernavn",
"sv": "4 - Användarnamn",
"pl": "4 - Nazwa użytkownika",
"ru": "4 - Имя пользователя",
"ko": "4 - 사용자 이름"
},
"value": ""
},
{
"id": "user3FingerID",
"type": "text",
"label": {
"en": "Finger ID",
"da": "Finger ID",
"de": "Finger-ID",
"es": "ID de dedo",
"fr": "ID d'empreinte",
"it": "ID del dito",
"no": "Finger-ID",
"sv": "Finger-ID",
"pl": "ID palca",
"ru": "ID пальца",
"ko": "지문 ID"
},
"value": ""
},
{
"id": "user3CodeID",
"type": "text",
"label": {
"en": "Code ID",
"da": "Kode ID",
"de": "Code-ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "Kode-ID",
"sv": "Kod-ID",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"value": ""
},
{
"id": "user3CardID",
"type": "text",
"label": {
"en": "Card ID",
"da": "Kort ID",
"de": "Karten-ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "Kort-ID",
"sv": "Kort-ID",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"value": ""
},
{
"id": "lock4UserName",
"type": "text",
"label": {
"en": "5 - User name",
"da": "5 - Brugernavn",
"de": "5 - Benutzername",
"es": "5 - Nombre de usuario",
"fr": "5 - Nom d'utilisateur",
"it": "5 - Nome utente",
"no": "5 - Brukernavn",
"sv": "5 - Användarnamn",
"pl": "5 - Nazwa użytkownika",
"ru": "5 - Имя пользователя",
"ko": "5 - 사용자 이름"
},
"value": ""
},
{
"id": "user4FingerID",
"type": "text",
"label": {
"en": "Finger ID",
"da": "Finger ID",
"de": "Finger-ID",
"es": "ID de dedo",
"fr": "ID d'empreinte",
"it": "ID del dito",
"no": "Finger-ID",
"sv": "Finger-ID",
"pl": "ID palca",
"ru": "ID пальца",
"ko": "지문 ID"
},
"value": ""
},
{
"id": "user4CodeID",
"type": "text",
"label": {
"en": "Code ID",
"da": "Kode ID",
"de": "Code-ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "Kode-ID",
"sv": "Kod-ID",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"value": ""
},
{
"id": "user4CardID",
"type": "text",
"label": {
"en": "Card ID",
"da": "Kort ID",
"de": "Karten-ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "Kort-ID",
"sv": "Kort-ID",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"value": ""
},
{
"id": "lock5UserName",
"type": "text",
"label": {
"en": "6 - User name",
"da": "6 - Brugernavn",
"de": "6 - Benutzername",
"es": "6 - Nombre de usuario",
"fr": "6 - Nom d'utilisateur",
"it": "6 - Nome utente",
"no": "6 - Brukernavn",
"sv": "6 - Användarnamn",
"pl": "6 - Nazwa użytkownika",
"ru": "6 - Имя пользователя",
"ko": "6 - 사용자 이름"
},
"value": ""
},
{
"id": "user5FingerID",
"type": "text",
"label": {
"en": "Finger ID",
"da": "Finger ID",
"de": "Finger-ID",
"es": "ID de dedo",
"fr": "ID d'empreinte",
"it": "ID del dito",
"no": "Finger-ID",
"sv": "Finger-ID",
"pl": "ID palca",
"ru": "ID пальца",
"ko": "지문 ID"
},
"value": ""
},
{
"id": "user5CodeID",
"type": "text",
"label": {
"en": "Code ID",
"da": "Kode ID",
"de": "Code-ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "Kode-ID",
"sv": "Kod-ID",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"value": ""
},
{
"id": "user5CardID",
"type": "text",
"label": {
"en": "Card ID",
"da": "Kort ID",
"de": "Karten-ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "Kort-ID",
"sv": "Kort-ID",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"value": ""
},
{
"id": "lock6UserName",
"type": "text",
"label": {
"en": "7 - User name",
"da": "7 - Brugernavn",
"de": "7 - Benutzername",
"es": "7 - Nombre de usuario",
"fr": "7 - Nom d'utilisateur",
"it": "7 - Nome utente",
"no": "7 - Brukernavn",
"sv": "7 - Användarnamn",
"pl": "7 - Nazwa użytkownika",
"ru": "7 - Имя пользователя",
"ko": "7 - 사용자 이름"
},
"value": ""
},
{
"id": "user6FingerID",
"type": "text",
"label": {
"en": "Finger ID",
"da": "Finger ID",
"de": "Finger-ID",
"es": "ID de dedo",
"fr": "ID d'empreinte",
"it": "ID del dito",
"no": "Finger-ID",
"sv": "Finger-ID",
"pl": "ID palca",
"ru": "ID пальца",
"ko": "지문 ID"
},
"value": ""
},
{
"id": "user6CodeID",
"type": "text",
"label": {
"en": "Code ID",
"da": "Kode ID",
"de": "Code-ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "Kode-ID",
"sv": "Kod-ID",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"value": ""
},
{
"id": "user6CardID",
"type": "text",
"label": {
"en": "Card ID",
"da": "Kort ID",
"de": "Karten-ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "Kort-ID",
"sv": "Kort-ID",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"value": ""
},
{
"id": "lock7UserName",
"type": "text",
"label": {
"en": "8 - User name",
"da": "8 - Brugernavn",
"de": "8 - Benutzername",
"es": "8 - Nombre de usuario",
"fr": "8 - Nom d'utilisateur",
"it": "8 - Nome utente",
"no": "8 - Brukernavn",
"sv": "8 - Användarnamn",
"pl": "8 - Nazwa użytkownika",
"ru": "8 - Имя пользователя",
"ko": "8 - 사용자 이름"
},
"value": ""
},
{
"id": "user7FingerID",
"type": "text",
"label": {
"en": "Finger ID",
"da": "Finger ID",
"de": "Finger-ID",
"es": "ID de dedo",
"fr": "ID d'empreinte",
"it": "ID del dito",
"no": "Finger-ID",
"sv": "Finger-ID",
"pl": "ID palca",
"ru": "ID пальца",
"ko": "지문 ID"
},
"value": ""
},
{
"id": "user7CodeID",
"type": "text",
"label": {
"en": "Code ID",
"da": "Kode ID",
"de": "Code-ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "Kode-ID",
"sv": "Kod-ID",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"value": ""
},
{
"id": "user7CardID",
"type": "text",
"label": {
"en": "Card ID",
"da": "Kort ID",
"de": "Karten-ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "Kort-ID",
"sv": "Kort-ID",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"value": ""
},
{
"id": "lock8UserName",
"type": "text",
"label": {
"en": "9 - User name",
"da": "9 - Brugernavn",
"de": "9 - Benutzername",
"es": "9 - Nombre de usuario",
"fr": "9 - Nom d'utilisateur",
"it": "9 - Nome utente",
"no": "9 - Brukernavn",
"sv": "9 - Användarnamn",
"pl": "9 - Nazwa użytkownika",
"ru": "9 - Имя пользователя",
"ko": "9 - 사용자 이름"
},
"value": ""
},
{
"id": "user8FingerID",
"type": "text",
"label": {
"en": "Finger ID",
"da": "Finger ID",
"de": "Finger-ID",
"es": "ID de dedo",
"fr": "ID d'empreinte",
"it": "ID del dito",
"no": "Finger-ID",
"sv": "Finger-ID",
"pl": "ID palca",
"ru": "ID пальца",
"ko": "지문 ID"
},
"value": ""
},
{
"id": "user8CodeID",
"type": "text",
"label": {
"en": "Code ID",
"da": "Kode ID",
"de": "Code-ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "Kode-ID",
"sv": "Kod-ID",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"value": ""
},
{
"id": "user8CardID",
"type": "text",
"label": {
"en": "Card ID",
"da": "Kort ID",
"de": "Karten-ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "Kort-ID",
"sv": "Kort-ID",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"value": ""
},
{
"id": "lock9UserName",
"type": "text",
"label": {
"en": "10 - User name",
"da": "10 - Brugernavn",
"de": "10 - Benutzername",
"es": "10 - Nombre de usuario",
"fr": "10 - Nom d'utilisateur",
"it": "10 - Nome utente",
"no": "10 - Brukernavn",
"sv": "10 - Användarnamn",
"pl": "10 - Nazwa użytkownika",
"ru": "10 - Имя пользователя",
"ko": "10 - 사용자 이름"
},
"value": ""
},
{
"id": "user9FingerID",
"type": "text",
"label": {
"en": "Finger ID",
"da": "Finger ID",
"de": "Finger-ID",
"es": "ID de dedo",
"fr": "ID d'empreinte",
"it": "ID del dito",
"no": "Finger-ID",
"sv": "Finger-ID",
"pl": "ID palca",
"ru": "ID пальца",
"ko": "지문 ID"
},
"value": ""
},
{
"id": "user9CodeID",
"type": "text",
"label": {
"en": "Code ID",
"da": "Kode ID",
"de": "Code-ID",
"es": "ID de código",
"fr": "ID de code",
"it": "ID del codice",
"no": "Kode-ID",
"sv": "Kod-ID",
"pl": "ID kodu",
"ru": "ID кода",
"ko": "코드 ID"
},
"value": ""
},
{
"id": "user9CardID",
"type": "text",
"label": {
"en": "Card ID",
"da": "Kort ID",
"de": "Karten-ID",
"es": "ID de tarjeta",
"fr": "ID de carte",
"it": "ID della carta",
"no": "Kort-ID",
"sv": "Kort-ID",
"pl": "ID karty",
"ru": "ID карты",
"ko": "카드 ID"
},
"value": ""
}
]
}
]
},
{
"icon": "/drivers/mi-airpurifier/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Basic Mi Air Purifier (WiFi)",
"nl": "Basis Mi Air Purifier (WiFi)",
"da": "Grundlæggende Mi Air Purifier (WiFi)",
"de": "Basis Mi Luftreiniger (WiFi)",
"es": "Purificador de aire Mi Básico (WiFi)",
"fr": "Purificateur d'air Mi Basique (WiFi)",
"it": "Depuratore d'aria Mi Base (WiFi)",
"no": "Grunnleggende Mi luftrenser (WiFi)",
"sv": "Grundläggande Mi luftrenare (WiFi)",
"pl": "Podstawowy Mi oczyszczacz powietrza (WiFi)",
"ru": "Базовый Mi очиститель воздуха (WiFi)",
"ko": "기본 Mi 공기 청정기 (WiFi)"
},
"images": {
"large": "drivers/mi-airpurifier/assets/images/large.jpg",
"small": "drivers/mi-airpurifier/assets/images/small.jpg"
},
"class": "airpurifier",
"capabilities": [
"onoff",
"measure_pm25",
"airpurifier_mode"
],
"id": "mi-airpurifier",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Buzzer",
"de": "Summerton",
"es": "Zumbador",
"fr": "Buzzer",
"it": "Cicalino",
"no": "Buzzer",
"sv": "Buzzer",
"pl": "Buzzer",
"ru": "Зуммер",
"ko": "부저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo para niños",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnesikring",
"sv": "Barnlås",
"pl": "Zabezpieczenie dzieci",
"ru": "Блокировка для детей",
"ko": "어린이 잠금 장치"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/mi-aqara-cube/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Aqara Cube (Gateway)",
"nl": "Mi Aqara Kubus (Gateway)",
"da": "Mi Aqara Cube (Gateway)",
"de": "Mi Aqara Würfel (Gateway)",
"es": "Mi Aqara Cubo (Gateway)",
"fr": "Mi Aqara Cube (Gateway)",
"it": "Mi Aqara Cubo (Gateway)",
"no": "Mi Aqara Cube (Gateway)",
"sv": "Mi Aqara Kub (Gateway)",
"pl": "Mi Aqara Kostka (Gateway)",
"ru": "Mi Aqara Куб (Gateway)",
"ko": "Mi Aqara 큐브 (Gateway)"
},
"images": {
"large": "/drivers/mi-aqara-cube/assets/images/large.png",
"small": "/drivers/mi-aqara-cube/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2450"
]
},
"id": "mi-aqara-cube",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"pt": "Configurações do Dispositivo",
"zh": "设备设置",
"ja": "デバイス設定"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/mi-button/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Wireless Button (Gateway)",
"nl": "Mi Wireless Button (Gateway)",
"da": "Mi Wireless Knap (Gateway)",
"de": "Mi Drahtloser Knopf (Gateway)",
"es": "Mi Botón Inalámbrico (Gateway)",
"fr": "Mi Bouton Sans Fil (Gateway)",
"it": "Mi Pulsante Senza Fili (Gateway)",
"no": "Mi Trådløs Knapp (Gateway)",
"sv": "Mi Trådlös Knapp (Gateway)",
"pl": "Mi Bezprzewodowy Przycisk (Gateway)",
"ru": "Mi Беспроводная Кнопка (Шлюз)",
"ko": "Mi 무선 버튼 (게이트웨이)"
},
"images": {
"large": "/drivers/mi-button/assets/images/large.png",
"small": "/drivers/mi-button/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2032"
]
},
"id": "mi-button",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración de dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "기기 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/mi-humidifier/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Humidifier v1 - Generic (WiFi)",
"nl": "Mi Luchtbevochtiger v1 - Generic (WiFi)",
"da": "Mi Luftfugter v1 - Generisk (WiFi)",
"de": "Mi Luftbefeuchter v1 - Generisch (WiFi)",
"es": "Mi Humidificador v1 - Genérico (WiFi)",
"fr": "Mi Humidificateur v1 - Générique (WiFi)",
"it": "Mi Umidificatore v1 - Generico (WiFi)",
"no": "Mi Luftfukter v1 - Generisk (WiFi)",
"sv": "Mi Luftfuktare v1 - Generisk (WiFi)",
"pl": "Mi Nawilżacz v1 - Ogólny (WiFi)",
"ru": "Mi Увлажнитель v1 - Общий (WiFi)",
"ko": "Mi 가습기 v1 - 일반형 (WiFi)"
},
"images": {
"large": "drivers/mi-humidifier/assets/images/large.jpg",
"small": "drivers/mi-humidifier/assets/images/small.jpg"
},
"class": "humidifier",
"capabilities": [
"onoff",
"measure_temperature",
"measure_humidity"
],
"deprecated": true,
"id": "mi-humidifier",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/mi-humidifier2/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Humidifier v2 - Generic (WiFi)",
"nl": "Mi Luchtbevochtiger v2 - Generic (WiFi)",
"da": "Mi Luftfugter v2 - Generisk (WiFi)",
"de": "Mi Luftbefeuchter v2 - Generisch (WiFi)",
"es": "Mi Humidificador v2 - Genérico (WiFi)",
"fr": "Mi Humidificateur v2 - Générique (WiFi)",
"it": "Mi Umidificatore v2 - Generico (WiFi)",
"no": "Mi Luftfukter v2 - Generisk (WiFi)",
"sv": "Mi Luftfuktare v2 - Generisk (WiFi)",
"pl": "Mi Nawilżacz v2 - Ogólny (WiFi)",
"ru": "Mi Увлажнитель v2 - Общий (WiFi)",
"ko": "Mi 가습기 v2 - 일반 (WiFi)"
},
"images": {
"large": "drivers/mi-humidifier2/assets/images/large.jpg",
"small": "drivers/mi-humidifier2/assets/images/small.jpg"
},
"class": "humidifier",
"capabilities": [
"onoff",
"measure_temperature",
"measure_humidity",
"measure_waterlevel",
"humidifier2_mode"
],
"deprecated": true,
"id": "mi-humidifier2",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingen",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "dropdown",
"value": "1",
"label": {
"en": "LED brightness",
"nl": "LED helderheid",
"da": "LED-ljusstyrke",
"de": "LED-Helligkeit",
"es": "Brillo LED",
"fr": "Luminosité LED",
"it": "Luminosità LED",
"no": "LED-lysstyrke",
"sv": "LED-ljusstyrka",
"pl": "Jasność LED",
"ru": "Яркость светодиода",
"ko": "LED 밝기"
},
"values": [
{
"id": "1",
"label": {
"en": "Bright",
"nl": "Helder",
"da": "Lyst",
"de": "Hell",
"es": "Brillante",
"fr": "Luminosité",
"it": "Luminoso",
"no": "Lys",
"sv": "Ljusstark",
"pl": "Jasny",
"ru": "Яркий",
"ko": "밝음"
}
},
{
"id": "2",
"label": {
"en": "Dim",
"nl": "Gedimd",
"da": "Dæmpet",
"de": "Gedimmt",
"es": "Tenue",
"fr": "Atténué",
"it": "Soffuso",
"no": "Dempe",
"sv": "Dämpad",
"pl": "Przyciemniony",
"ru": "Тусклый",
"ko": "어두움"
}
},
{
"id": "3",
"label": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączony",
"ru": "Выключено",
"ko": "끔"
}
}
]
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Sonnerie",
"it": "Cicalino",
"no": "Buzzer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "부저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo infantil",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Детский замок",
"ko": "어린이 잠금"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/mi-magnet-sensor/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Magnet Sensor (Gateway)",
"nl": "Mi magneetsensor (Gateway)",
"da": "Mi Magnet Sensor (Gateway)",
"de": "Mi Magnetsensor (Gateway)",
"es": "Sensor Magnético Mi (Gateway)",
"fr": "Capteur Magnétique Mi (Gateway)",
"it": "Sensore Magnetico Mi (Gateway)",
"no": "Mi Magnet Sensor (Gateway)",
"sv": "Mi Magnet Sensor (Gateway)",
"pl": "Czujnik Magnetyczny Mi (Gateway)",
"ru": "Магнитный датчик Mi (Gateway)",
"ko": "미 자석 센서 (게이트웨이)"
},
"images": {
"large": "/drivers/mi-magnet-sensor/assets/images/large.png",
"small": "/drivers/mi-magnet-sensor/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"alarm_contact",
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR1632"
]
},
"id": "mi-magnet-sensor",
"settings": [
{
"type": "group",
"label": {
"en": "User settings",
"nl": "Gebruikersinstellingen",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "inverted",
"type": "checkbox",
"label": {
"en": "Inverted alarm",
"nl": "Omgekeerd alarm",
"da": "Ovendvendt alarm",
"de": "Umgekehrter Alarm",
"es": "Alarma invertida",
"fr": "Alarme inversée",
"it": "Allarme inverso",
"no": "Omvendt alarm",
"sv": "Inverterat larm",
"pl": "Odwrócony alarm",
"ru": "Инвертированная тревога",
"ko": "반전 알람"
},
"value": false
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/mi-motion-sensor/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Motion Sensor (Gateway)",
"nl": "Mi bewegingssensor (Gateway)",
"da": "Mi bevægelsessensor (Gateway)",
"de": "Mi Bewegungssensor (Gateway)",
"es": "Mi sensor de movimiento (Gateway)",
"fr": "Mi capteur de mouvement (Gateway)",
"it": "Sensore di movimento Mi (Gateway)",
"no": "Mi bevegelsessensor (Gateway)",
"sv": "Mi rörelsesensor (Gateway)",
"pl": "Czujnik ruchu Mi (Gateway)",
"ru": "Датчик движения Mi (Gateway)",
"ko": "미 모션 센서 (게이트웨이)"
},
"images": {
"large": "/drivers/mi-motion-sensor/assets/images/large.png",
"small": "/drivers/mi-motion-sensor/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"alarm_motion",
"measure_luminance",
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2450"
]
},
"id": "mi-motion-sensor",
"settings": [
{
"type": "group",
"label": {
"en": "Duration of the motion alarm",
"nl": "Duur van het bewegingsalarm",
"da": "Varighed af bevægelsesalarmen",
"de": "Dauer des Bewegungalarms",
"es": "Duración de la alarma de movimiento",
"fr": "Durée de l'alarme de mouvement",
"it": "Durata dell'allarme di movimento",
"no": "Varighet på bevegelsesalarmen",
"sv": "Längd på rörelsealarm",
"pl": "Czas trwania alarmu ruchu",
"ru": "Длительность тревоги о движении",
"ko": "움직임 경보의 지속 시간"
},
"children": [
{
"id": "alarm_duration_number",
"type": "number",
"label": {
"en": "Disable after",
"nl": "Uitschakelen na",
"da": "Deaktiver efter",
"de": "Deaktivieren nach",
"es": "Desactivar después de",
"fr": "Désactiver après",
"it": "Disattiva dopo",
"no": "Deaktiver etter",
"sv": "Inaktivera efter",
"pl": "Wyłącz po",
"ru": "Отключить через",
"ko": "다음 후 비활성화"
},
"hint": {
"en": "Here you can specify after what time the alarm signal from the motion sensor will be stopped, if a motion is detected it is not detected. Usually this is for 60 seconds, you can set from 5 to 86400 seconds. \n \n Attention! Values less than 60 seconds are relevant only for independently modified sensors that have the ability to transmit information about the movement with a frequency of 5 seconds.",
"nl": "Hier kunt u opgeven hoe laat het alarmsignaal van de bewegingssensor wordt gestopt, als een beweging wordt gedetecteerd, wordt deze niet gedetecteerd. Gewoonlijk is dit 60 seconden, u kunt 5 tot 86400 seconden instellen. n n Let op! Waarden minder dan 60 seconden zijn alleen relevant voor onafhankelijk aangepaste sensoren die de mogelijkheid hebben om informatie over de beweging te verzenden met een frequentie van 5 seconden.",
"da": "Her kan du angive, hvornår alarmsignalet fra bevægelsessensorer skal stoppes, hvis en bevægelse detekteres. Normalt er dette 60 sekunder, du kan indstille fra 5 til 86400 sekunder. \n \n Opmærksomhed! Værdier mindre end 60 sekunder er kun relevante for selvstændigt modificerede sensorer, der har mulighed for at transmittere information om bevægelsen med en frekvens på 5 sekunder.",
"de": "Hier können Sie angeben, nach welcher Zeit das Alarmsignal vom Bewegungssensor gestoppt wird, wenn eine Bewegung erkannt wird. Normalerweise dauert dies 60 Sekunden. Sie können von 5 bis 86400 Sekunden einstellen. \n \n Achtung! Werte unter 60 Sekunden sind nur für unabhängig modifizierte Sensoren relevant, die in der Lage sind, Bewegungsinformationen mit einer Frequenz von 5 Sekunden zu senden.",
"es": "Aquí puede especificar después de cuánto tiempo se detendrá la señal de alarma del sensor de movimiento, si se detecta un movimiento no se detecta. Por lo general, esto es durante 60 segundos, puede configurar de 5 a 86400 segundos. \n \n ¡Atención! Los valores inferiores a 60 segundos son relevantes solo para sensores modificados de forma independiente que tienen la capacidad de transmitir información sobre el movimiento con una frecuencia de 5 segundos.",
"fr": "Ici, vous pouvez spécifier après combien de temps le signal d'alarme du détecteur de mouvement sera arrêté, si un mouvement est détecté, il n'est pas détecté. En général, cela dure 60 secondes, vous pouvez régler de 5 à 86400 secondes. \n \n Attention ! Les valeurs inférieures à 60 secondes ne sont pertinentes que pour les détecteurs modifiés indépendamment qui ont la capacité de transmettre des informations sur les mouvements avec une fréquence de 5 secondes.",
"it": "Qui puoi specificare dopo quanto tempo il segnale di allarme dal sensore di movimento verrà interrotto, se viene rilevato un movimento non viene rilevato. Di solito è per 60 secondi, puoi impostare da 5 a 86400 secondi. \n \n Attenzione! I valori inferiori a 60 secondi sono rilevanti solo per sensori modificati indipendentemente che hanno la capacità di trasmettere informazioni sul movimento con una frequenza di 5 secondi.",
"no": "Her kan du angi etter hvor lang tid alarmsignalet fra bevegelsessensoren vil bli stoppet, hvis en bevegelse blir oppdaget, blir det ikke oppdaget. Vanligvis er dette i 60 sekunder, du kan stille fra 5 til 86400 sekunder. \n \n Oppmerksomhet! Verdier mindre enn 60 sekunder er bare relevante for uavhengig modifiserte sensorer som har mulighet til å overføre informasjon om bevegelsen med en frekvens på 5 sekunder.",
"sv": "Här kan du specificera efter hur lång tid larmsignalen från rörelsesensorn ska stoppas, om en rörelse detekteras som inte detekteras. Vanligtvis är detta i 60 sekunder, du kan ställa från 5 till 86400 sekunder. \n \n Observera! Värden mindre än 60 sekunder är endast relevanta för oberoende modifierade sensorer som har möjlighet att överföra information om rörelsen med en frekvens på 5 sekunder.",
"pl": "Tutaj możesz określić, po jakim czasie sygnał alarmowy z czujnika ruchu zostanie zatrzymany, jeśli ruch zostanie wykryty, nie jest wykrywany. Zwykle trwa to 60 sekund, możesz ustawić od 5 do 86400 sekund. \n \n Uwaga! Wartości poniżej 60 sekund dotyczą wyłącznie samodzielnie zmodyfikowanych czujników, które mogą przesyłać informacje o ruchu z częstotliwością 5 sekund.",
"ru": "Здесь вы можете указать, через какое время сигнал тревоги от датчика движения будет остановлен, если движение обнаружено, оно не обнаруживается. Обычно это занимает 60 секунд, вы можете установить от 5 до 86400 секунд. \n \n Внимание! Значения менее 60 секунд актуальны только для независимо модифицированных датчиков, которые могут передавать информацию о движении с частотой 5 секунд.",
"ko": "여기서 움직임 센서의 경보 신호가 중지되는 시간을 지정할 수 있습니다. 움직임이 감지된 경우 감지되지 않습니다. 보통 60초 동안이며, 5초에서 86400초까지 설정할 수 있습니다. \n \n 주의! 60초 미만의 값은 5초 주기로 움직임 정보를 전송할 수 있는 독립적으로 수정된 센서에만 해당됩니다."
},
"value": 60,
"attr": {
"min": 5,
"max": 86400
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/mi-plug/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Smart Plug (Gateway)",
"nl": "Mi Smart Plug (Gateway)",
"da": "Mi Smart Plug (Gateway)",
"de": "Mi Smart Plug (Gateway)",
"es": "Mi Enchufe Inteligente (Gateway)",
"fr": "Mi Prise Intelligente (Gateway)",
"it": "Mi Presa Intelligente (Gateway)",
"no": "Mi Smart Plugg (Gateway)",
"sv": "Mi Smart Plugg (Gateway)",
"pl": "Mi Inteligentny Wtyczka (Gateway)",
"ru": "Mi Умная Розетка (Гейтвей)",
"ko": "Mi 스마트 플러그 (게이트웨이)"
},
"images": {
"large": "/drivers/mi-plug/assets/images/large.png",
"small": "/drivers/mi-plug/assets/images/small.png"
},
"class": "socket",
"capabilities": [
"onoff",
"meter_power",
"measure_power"
],
"id": "mi-plug",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Ajustes de dispositivo",
"fr": "Réglages de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "디바이스 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "gatewaySid",
"type": "label",
"value": "0123456789ab",
"label": {
"en": "Gateway SID",
"nl": "Gateway SID",
"da": "Gateway SID",
"de": "Gateway SID",
"es": "Gateway SID",
"fr": "Gateway SID",
"it": "Gateway SID",
"no": "Gateway SID",
"sv": "Gateway SID",
"pl": "Gateway SID",
"ru": "Gateway SID",
"ko": "Gateway SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/mi-power-plug/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Power Plug (WiFi)",
"nl": "Mi Power Plug (WiFi)",
"da": "Mi Power Plug (WiFi)",
"de": "Mi Power Plug (WiFi)",
"es": "Mi Power Plug (WiFi)",
"fr": "Mi Power Plug (WiFi)",
"it": "Mi Power Plug (WiFi)",
"no": "Mi Power Plug (WiFi)",
"sv": "Mi Power Plug (WiFi)",
"pl": "Mi Power Plug (WiFi)",
"ru": "Mi Power Plug (WiFi)",
"ko": "Mi Power Plug (WiFi)"
},
"images": {
"large": "drivers/mi-power-plug/assets/images/large.jpg",
"small": "drivers/mi-power-plug/assets/images/small.jpg"
},
"class": "socket",
"capabilities": [
"onoff"
],
"deprecated": true,
"id": "mi-power-plug",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/mi-power-strip/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Power Strip Generic (WiFi)",
"nl": "Mi Power Strip Generic (WiFi)",
"da": "Mi Power Strip Generisk (WiFi)",
"de": "Mi Power Strip Generic (WiFi)",
"es": "Mi Power Strip Genérico (WiFi)",
"fr": "Mi Power Strip Générique (WiFi)",
"it": "Mi Power Strip Generico (WiFi)",
"no": "Mi Power Strip Generisk (WiFi)",
"sv": "Mi Power Strip Generisk (WiFi)",
"pl": "Mi Power Strip Generic (WiFi)",
"ru": "Mi Power Strip Generic (WiFi)",
"ko": "Mi 파워 스트립 일반 (WiFi)"
},
"images": {
"large": "drivers/mi-power-strip/assets/images/large.jpg",
"small": "drivers/mi-power-strip/assets/images/small.jpg"
},
"class": "socket",
"capabilities": [
"onoff",
"measure_power",
"meter_power"
],
"id": "mi-power-strip",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/mi-robot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Basic Vacuum Cleaner (WiFi)",
"nl": "Basis Vacuum Cleaner (WiFi)",
"da": "Basisstøvsuger (WiFi)",
"de": "Einfacher Staubsauger (WiFi)",
"es": "Aspiradora Básica (WiFi)",
"fr": "Aspirateur de base (WiFi)",
"it": "Aspirapolvere base (WiFi)",
"no": "Grunnleggende støvsuger (WiFi)",
"sv": "Grundläggande dammsugare (WiFi)",
"pl": "Podstawowy odkurzacz (WiFi)",
"ru": "Базовый пылесос (WiFi)",
"ko": "기본 청소기 (WiFi)"
},
"images": {
"large": "drivers/mi-robot/assets/images/large.jpg",
"small": "drivers/mi-robot/assets/images/small.jpg"
},
"class": "vacuumcleaner",
"capabilities": [
"onoff",
"vacuumcleaner_state",
"measure_battery"
],
"energy": {
"batteries": [
"INTERNAL"
]
},
"id": "mi-robot",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"pt": "Configurações do dispositivo",
"ja": "デバイス設定",
"zh": "设备设置"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/mi-temperature-humidity-sensor/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Temperature & Humidity Sensor (Gateway)",
"nl": "Mi temperatuur & luchtvochtigheid sensor (Gateway)",
"da": "Mi Temperatur- og Fugtighedssensor (Gateway)",
"de": "Mi Temperatur- und Feuchtigkeitssensor (Gateway)",
"es": "Mi Sensor de Temperatura y Humedad (Gateway)",
"fr": "Capteur de Température et d'Humidité Mi (Gateway)",
"it": "Sensore di Temperatura e Umidità Mi (Gateway)",
"no": "Mi Temperatur- og Fuktighetssensor (Gateway)",
"sv": "Mi Temperatur- och Fuktighetssensor (Gateway)",
"pl": "Czujnik Temperatury i Wilgotności Mi (Gateway)",
"ru": "Датчик температуры и влажности Mi (Gateway)",
"ko": "Mi 온습도 센서 (Gateway)"
},
"images": {
"large": "/drivers/mi-temperature-humidity-sensor/assets/images/large.png",
"small": "/drivers/mi-temperature-humidity-sensor/assets/images/small.png"
},
"class": "sensor",
"capabilities": [
"measure_temperature",
"measure_humidity",
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2032"
]
},
"id": "mi-temperature-humidity-sensor",
"settings": [
{
"type": "group",
"label": {
"en": "Offset settings",
"nl": "Offset instellingen",
"da": "Offset indstillinger",
"de": "Offset Einstellungen",
"es": "Configuraciones de compensación",
"fr": "Paramètres de décalage",
"it": "Impostazioni offset",
"no": "Forskyvningsinnstillinger",
"sv": "Förskjutningsinställningar",
"pl": "Ustawienia przesunięcia",
"ru": "Настройки смещения",
"ko": "오프셋 설정"
},
"children": [
{
"id": "addOrTakeOffset",
"type": "radio",
"label": {
"en": "Offset",
"nl": "Offset",
"da": "Offset",
"de": "Offset",
"es": "Compensación",
"fr": "Décalage",
"it": "Offset",
"no": "Forskyvning",
"sv": "Förskjutning",
"pl": "Przesunięcie",
"ru": "Смещение",
"ko": "오프셋"
},
"value": "add",
"values": [
{
"id": "add",
"label": {
"en": "Add offset",
"nl": "Offset toevoegen",
"da": "Tilføj offset",
"de": "Offset hinzufügen",
"es": "Agregar compensación",
"fr": "Ajouter un décalage",
"it": "Aggiungi offset",
"no": "Legg til forskyvning",
"sv": "Lägg till förskjutning",
"pl": "Dodaj przesunięcie",
"ru": "Добавить смещение",
"ko": "오프셋 추가"
}
},
{
"id": "take",
"label": {
"en": "Minus offset",
"nl": "Offset aftrekken",
"da": "Minus offset",
"de": "Offset abziehen",
"es": "Restar compensación",
"fr": "Moins offset",
"it": "Sottrai offset",
"no": "Minus forskyvning",
"sv": "Minus förskjutning",
"pl": "Odejmij przesunięcie",
"ru": "Минус смещение",
"ko": "오프셋 빼기"
}
}
]
},
{
"id": "offset",
"type": "number",
"label": {
"en": "Offset",
"nl": "Offset",
"da": "Offset",
"de": "Offset",
"es": "Compensación",
"fr": "Décalage",
"it": "Offset",
"no": "Forskyvning",
"sv": "Förskjutning",
"pl": "Przesunięcie",
"ru": "Смещение",
"ko": "오프셋"
},
"value": 0,
"min": 0,
"max": 5
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuraciones del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/natgas_sensor/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mijia Gas Leak Detector (Gateway)",
"nl": "Mijia Gas Leak Detector (Gateway)",
"da": "Mijia Gaslæksensor (Gateway)",
"de": "Mijia Gasleckdetektor (Gateway)",
"es": "Detector de Fugas de Gas Mijia (Gateway)",
"fr": "Détecteur de Fuites de Gaz Mijia (Gateway)",
"it": "Rilevatore di Perdite di Gas Mijia (Gateway)",
"no": "Mijia Gasslekkasjedetektor (Gateway)",
"sv": "Mijia Gassläckdetektor (Gateway)",
"pl": "Czujnik Wycieków Gazu Mijia (Gateway)",
"ru": "Датчик Утечки Газа Mijia (Gateway)",
"ko": "Mijia 가스 누출 감지기 (Gateway)"
},
"images": {
"large": "/drivers/natgas_sensor/assets/images/large.jpg",
"small": "/drivers/natgas_sensor/assets/images/small.jpg"
},
"class": "sensor",
"capabilities": [
"alarm_co",
"measure_gas_density",
"measure_battery",
"alarm_battery"
],
"capabilitiesOptions": {
"alarm_co": {
"title": {
"en": "Gas Alarm",
"nl": "Gasalarm",
"da": "Gasalarm",
"de": "Gasalarm",
"es": "Alarma de gas",
"fr": "Alarme de gaz",
"it": "Allarme gas",
"no": "Gassalarm",
"sv": "Gaslarm",
"pl": "Alarm Gazowy",
"ru": "Газовая Сигнализация",
"ko": "가스 경보"
}
}
},
"energy": {
"batteries": [
"CR2450"
]
},
"id": "natgas_sensor",
"settings": [
{
"type": "group",
"label": {
"en": "Duration of the natural gas detected alarm in seconds",
"nl": "Duur van het gas gedetecteerd alarm in seconden",
"da": "Varighed af detekteret naturgasalarm i sekunder",
"de": "Dauer des erkannten Erdgasalarm in Sekunden",
"es": "Duración de la alarma de gas natural detectado en segundos",
"fr": "Durée de l'alarme de gaz naturel détecté en secondes",
"it": "Durata dell'allarme di gas naturale rilevato in secondi",
"no": "Varighet av naturliggassalarm oppdaget i sekunder",
"sv": "Varaktighet av detekterat naturgaslarm i sekunder",
"pl": "Czas trwania alarmu wykrycia gazu ziemnego w sekundach",
"ru": "Продолжительность сработавшей тревоги по обнаружению природного газа в секундах",
"ko": "천연가스 감지 경보 지속 시간 (초)"
},
"children": [
{
"id": "alarm_duration_number",
"type": "number",
"label": {
"en": "Disable after",
"nl": "Uitschakelen na",
"da": "Deaktiver efter",
"de": "Deaktivieren nach",
"es": "Desactivar después de",
"fr": "Désactiver après",
"it": "Disabilita dopo",
"no": "Deaktiver etter",
"sv": "Inaktivera efter",
"pl": "Wyłącz po",
"ru": "Отключить через",
"ko": "비활성화 시간"
},
"value": 60,
"attr": {
"min": 60,
"max": 86400
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/pet_waterer_xiaomi/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Xiaomi Smart Pet Fountain",
"nl": "Xiaomi Slimme Huisdierfontein",
"da": "Xiaomi Smart Kæledyrsfountain",
"de": "Xiaomi Smarter Haustierbrunnen",
"es": "Fuente Inteligente Xiaomi para Mascotas",
"fr": "Fontaine Intelligente Xiaomi pour Animaux",
"it": "Fontana Intelligente Xiaomi per Animali",
"no": "Xiaomi Smart Kjæledyrfontene",
"sv": "Xiaomi Smart Husdjursfontän",
"pl": "Xiaomi Inteligentna Fontanna dla Zwierząt",
"ru": "Умный фонтан Xiaomi для домашних животных",
"ko": "샤오미 스마트 펫 분수대"
},
"images": {
"large": "drivers/pet_waterer_xiaomi/assets/images/large.jpg",
"small": "drivers/pet_waterer_xiaomi/assets/images/small.jpg"
},
"class": "petfeeder",
"capabilities": [
"onoff",
"petwaterdispenser_mmgg_mode_3",
"alarm_tank_empty",
"alarm_pump_supply",
"measure_filter_life",
"measure_filter_days_left",
"alarm_water_shortage"
],
"energy": {
"batteries": [
"INTERNAL"
]
},
"tokens": [
{
"name": "error",
"type": "string",
"title": {
"en": "Device error",
"nl": "Apparaatfout",
"da": "Enhedsfejl",
"de": "Gerätefehler",
"es": "Error del dispositivo",
"fr": "Erreur de l'appareil",
"it": "Errore dispositivo",
"no": "Enhetsfeil",
"sv": "Enhetsfel",
"pl": "Błąd urządzenia",
"ru": "Ошибка устройства",
"ko": "디바이스 오류"
}
}
],
"id": "pet_waterer_xiaomi",
"settings": [
{
"id": "led",
"type": "checkbox",
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "Светодиод",
"ko": "LED"
},
"value": true
},
{
"id": "filter_life_remaining",
"type": "label",
"label": {
"en": "Filter remaining",
"nl": "Filter over",
"da": "Filter tilbage",
"de": "Filter verbleibend",
"es": "Filtro restante",
"fr": "Filtre restant",
"it": "Filtro rimanente",
"no": "Filter gjenstår",
"sv": "Filter kvar",
"pl": "Filtr pozostały",
"ru": "Фильтр остался",
"ko": "남은 필터"
},
"value": "0%"
},
{
"id": "cotton_life_remaining",
"type": "label",
"label": {
"en": "Cotton remaining",
"nl": "Cotton over",
"da": "Bomuld tilbage",
"de": "Baumwolle verbleibend",
"es": "Algodón restante",
"fr": "Coton restant",
"it": "Cotone rimanente",
"no": "Bomull gjenstår",
"sv": "Bomull kvar",
"pl": "Bawełna pozostała",
"ru": "Осталось хлопка",
"ko": "남은 면"
},
"value": "0%"
},
{
"id": "cleaning_time_remaining",
"type": "label",
"label": {
"en": "Cleaning time remaining",
"nl": "Opschoon tijd over",
"da": "Rengøringstid tilbage",
"de": "Reinigungszeit verbleibend",
"es": "Tiempo de limpieza restante",
"fr": "Temps de nettoyage restant",
"it": "Tempo di pulizia rimanente",
"no": "Rengjøringstid gjenstår",
"sv": "Rengöringstid kvar",
"pl": "Pozostały czas czyszczenia",
"ru": "Осталось времени на уборку",
"ko": "남은 청소 시간"
},
"value": "6"
},
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Fout",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
},
{
"id": "power_source",
"type": "label",
"label": {
"en": "Power source",
"nl": "Voedingsbron",
"da": "Strømkilde",
"de": "Stromquelle",
"es": "Fuente de alimentacion",
"fr": "Source d'alimentation",
"it": "Fonte di alimentazione",
"no": "Strømkilde",
"sv": "Stromkalla",
"pl": "Zrodlo zasilania",
"ru": "Источник питания",
"ko": "전원 공급원"
},
"value": "Unknown"
},
{
"id": "charging_state",
"type": "label",
"label": {
"en": "Charging state",
"nl": "Laadstatus",
"da": "Opladningsstatus",
"de": "Ladestatus",
"es": "Estado de carga",
"fr": "Etat de charge",
"it": "Stato di carica",
"no": "Ladestatus",
"sv": "Laddningsstatus",
"pl": "Stan ladowania",
"ru": "Состояние зарядки",
"ko": "충전 상태"
},
"value": "Unknown"
},
{
"id": "address",
"type": "text",
"label": {
"en": "IP Address",
"nl": "IP-adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "password",
"label": {
"en": "Token",
"nl": "Token",
"da": "Token",
"de": "Token",
"es": "Token",
"fr": "Jeton",
"it": "Token",
"no": "Token",
"sv": "Token",
"pl": "Token",
"ru": "Токен",
"ko": "토큰"
}
},
{
"id": "polling",
"type": "number",
"label": {
"en": "Polling interval (seconds)",
"nl": "Polling-interval (seconden)",
"da": "Polling-interval (sekunder)",
"de": "Abfrageintervall (Sekunden)",
"es": "Intervalo de sondeo (segundos)",
"fr": "Intervalle de sondage (secondes)",
"it": "Intervallo di polling (secondi)",
"no": "Pollingintervall (sekunder)",
"sv": "Pollingintervall (sekunder)",
"pl": "Interwał odpytywania (sekundy)",
"ru": "Интервал опроса (секунды)",
"ko": "폴링 간격 (초)"
},
"value": 60
}
]
},
{
"icon": "/drivers/petfeeder_mmgg_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Smart Pet Feeder MIoT (WiFi)"
},
"images": {
"xlarge": "drivers/petfeeder_mmgg_miot/assets/images/xlarge.jpg",
"large": "drivers/petfeeder_mmgg_miot/assets/images/large.jpg",
"small": "drivers/petfeeder_mmgg_miot/assets/images/small.jpg"
},
"class": "petfeeder",
"capabilities": [
"petfeeder_foodlevel",
"petfeeder_eaten_food_today",
"petfeeder_food_out_status",
"petfeeder_food_out_progress",
"petfeeder_heap_status",
"petfeeder_status_mode",
"petfeeder_busy",
"petfeeder_food_in_bowl",
"petfeeder_schedule_progress",
"measure_desiccant",
"measure_desiccant_time",
"alarm_desiccant_low"
],
"id": "petfeeder_mmgg_miot",
"settings": [
{
"type": "group",
"label": {
"en": "Feeder preferences"
},
"children": [
{
"id": "child_lock",
"type": "checkbox",
"value": false,
"label": {
"en": "Child lock"
}
},
{
"id": "auto_screen_off",
"type": "checkbox",
"value": true,
"label": {
"en": "Auto screen off"
}
},
{
"id": "display_schedule_progress",
"type": "checkbox",
"value": true,
"label": {
"en": "Display schedule progress"
}
},
{
"id": "low_food_intake_threshold",
"type": "number",
"label": {
"en": "Low food intake threshold (g)"
},
"min": 10,
"max": 90,
"step": 1,
"value": 30
},
{
"id": "low_food_consumption_notify",
"type": "checkbox",
"value": true,
"label": {
"en": "Low food consumption notification"
}
},
{
"id": "empty_food_bowl_duration",
"type": "number",
"label": {
"en": "Empty food bowl duration (h)"
},
"min": 6,
"max": 24,
"step": 1,
"value": 12
},
{
"id": "dispensing_error_correction",
"type": "checkbox",
"value": true,
"label": {
"en": "Dispensing error correction"
}
},
{
"id": "bowl_spillage_prevention",
"type": "checkbox",
"value": true,
"label": {
"en": "Food bowl spillage prevention"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device data"
},
"children": [
{
"id": "error",
"type": "label",
"label": {
"en": "Error"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device settings"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
},
{
"type": "group",
"label": {
"en": "Telemetry"
},
"children": [
{
"id": "desiccant_alarm_threshold",
"type": "number",
"label": {
"en": "Desiccant low alarm threshold (%)"
},
"min": 0,
"max": 100,
"step": 1,
"value": 20
},
{
"id": "eaten_food_today_adjust",
"type": "number",
"label": {
"en": "Manual eaten food today (g)"
},
"step": 1,
"min": 0,
"value": 0,
"hint": {
"en": "Set the current daily eaten food amount if you need to correct the calculation."
}
}
]
}
]
},
{
"icon": "/drivers/petwaterdispenser_mmgg_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Smart Pet Water Dispenser MIoT (WiFi)",
"nl": "Smart Pet Water Dispenser MIoT (WiFi)",
"da": "Smart Pet Vanddispenser MIoT (WiFi)",
"de": "Smart Pet Wasserspender MIoT (WiFi)",
"es": "Dispensador de Agua Inteligente para Mascotas MIoT (WiFi)",
"fr": "Distributeur d'Eau Intelligent pour Animaux MIoT (WiFi)",
"it": "Distributore di Acqua Intelligente per Animali MIoT (WiFi)",
"no": "Smart Pet Vanndispenser MIoT (WiFi)",
"sv": "Smart Pet Vattendispensator MIoT (WiFi)",
"pl": "Inteligentny Podajnik Wody dla Zwierząt MIoT (WiFi)",
"ru": "Умный Диспенсер Для Воды Для Домашних Животных MIoT (WiFi)",
"ko": "스마트 애완동물 물 디스펜서 MIoT (WiFi)"
},
"images": {
"large": "drivers/petwaterdispenser_mmgg_miot/assets/images/large.jpg",
"small": "drivers/petwaterdispenser_mmgg_miot/assets/images/small.jpg"
},
"class": "petfeeder",
"capabilities": [
"onoff",
"petwaterdispenser_mmgg_mode",
"alarm_tank_empty",
"alarm_pump_supply"
],
"id": "petwaterdispenser_mmgg_miot",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración del usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "Светодиод",
"ko": "LED"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Data",
"nl": "Apparaat Data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "디바이스 데이터"
},
"children": [
{
"id": "filter_life_remaining",
"type": "label",
"label": {
"en": "Filter remaining",
"nl": "Filter over",
"da": "Filter tilbage",
"de": "Filter verbleibend",
"es": "Filtro restante",
"fr": "Filtre restant",
"it": "Filtro rimanente",
"no": "Filter gjenstår",
"sv": "Filter kvar",
"pl": "Filtr pozostały",
"ru": "Фильтр остался",
"ko": "남은 필터"
},
"value": "0%"
},
{
"id": "cotton_life_remaining",
"type": "label",
"label": {
"en": "Cotton remaining",
"nl": "Cotton over",
"da": "Bomuld tilbage",
"de": "Baumwolle verbleibend",
"es": "Algodón restante",
"fr": "Coton restant",
"it": "Cotone rimanente",
"no": "Bomull gjenstår",
"sv": "Bomull kvar",
"pl": "Bawełna pozostała",
"ru": "Осталось хлопка",
"ko": "남은 면"
},
"value": "0%"
},
{
"id": "cleaning_time_remaining",
"type": "label",
"label": {
"en": "Cleaning time remaining",
"nl": "Opschoon tid over",
"da": "Rengøringstid tilbage",
"de": "Reinigungszeit verbleibend",
"es": "Tiempo de limpieza restante",
"fr": "Temps de nettoyage restant",
"it": "Tempo di pulizia rimanente",
"no": "Rengjøringstid gjenstår",
"sv": "Rengöringstid kvar",
"pl": "Pozostały czas czyszczenia",
"ru": "Осталось времени на уборку",
"ko": "남은 청소 시간"
},
"value": "6"
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "디바이스 데이터"
},
"children": [
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "디바이스 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/philips-bulb/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Philips Lights Generic (WiFi)",
"nl": "Philips Lights Generic (WiFi)",
"da": "Philips Lights Generisk (WiFi)",
"de": "Philips Licht Allgemein (WiFi)",
"es": "Philips Luces Genéricas (WiFi)",
"fr": "Philips Lumières Génériques (WiFi)",
"it": "Philips Luci Generiche (WiFi)",
"no": "Philips Lys Generisk (WiFi)",
"sv": "Philips Ljus Generisk (WiFi)",
"pl": "Philips Światła Ogólne (WiFi)",
"ru": "Philips Лампы Общие (WiFi)",
"ko": "필립스 조명 일반 (WiFi)"
},
"images": {
"large": "drivers/philips-bulb/assets/images/large.jpg",
"small": "drivers/philips-bulb/assets/images/small.jpg"
},
"class": "light",
"capabilities": [
"onoff",
"dim",
"light_temperature"
],
"id": "philips-bulb",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"ja": "デバイス設定",
"zh": "设备设置"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/philips-eyecare/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Philips Eyecare Lamp (WiFi)",
"nl": "Philips Eyecare Lamp (WiFi)",
"da": "Philips Eyecare Lampe (WiFi)",
"de": "Philips Eyecare Lampe (WiFi)",
"es": "Lámpara Philips Eyecare (WiFi)",
"fr": "Lampe Philips Eyecare (WiFi)",
"it": "Lampada Philips Eyecare (WiFi)",
"no": "Philips Eyecare Lampe (WiFi)",
"sv": "Philips Eyecare Lampa (WiFi)",
"pl": "Lampa Philips Eyecare (WiFi)",
"ru": "Лампа Philips Eyecare (WiFi)",
"ko": "필립스 아이케어 램프 (WiFi)"
},
"images": {
"large": "drivers/philips-eyecare/assets/images/large.jpg",
"small": "drivers/philips-eyecare/assets/images/small.jpg"
},
"class": "light",
"capabilities": [
"onoff",
"dim",
"onoff.eyecare",
"onoff.ambilight"
],
"capabilitiesOptions": {
"onoff.eyecare": {
"title": {
"en": "Eyecare",
"nl": "Eyecare",
"da": "Øjenpleje",
"de": "Augenpflege",
"es": "Cuidado de ojos",
"fr": "Soin des yeux",
"it": "Cura degli occhi",
"no": "Øyepleie",
"sv": "Ögonvård",
"pl": "Pielęgnacja oczu",
"ru": "Уход за глазами",
"ko": "아이케어"
}
},
"onoff.ambilight": {
"title": {
"en": "Ambilight",
"nl": "Ambilight",
"da": "Ambilight",
"de": "Ambilight",
"es": "Ambilight",
"fr": "Ambilight",
"it": "Ambilight",
"no": "Ambilight",
"sv": "Ambilight",
"pl": "Ambilight",
"ru": "Ambilight",
"ko": "Ambilight"
}
}
},
"id": "philips-eyecare",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "기기 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/philips_light_cbulb/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mijia Philips Color Bulb (WiFi)",
"nl": "Mijia Philips Kleur Lamp (WiFi)",
"da": "Mijia Philips Farve Pære (WiFi)",
"de": "Mijia Philips Farbige Glühbirne (WiFi)",
"es": "Mijia Philips Bombilla de Color (WiFi)",
"fr": "Mijia Philips Ampoule Couleur (WiFi)",
"it": "Mijia Philips Lampadina Colorata (WiFi)",
"no": "Mijia Philips Farget Lyspære (WiFi)",
"sv": "Mijia Philips Färglampa (WiFi)",
"pl": "Mijia Philips Kolorowa Żarówka (WiFi)",
"ru": "Mijia Philips Цветная Лампочка (WiFi)",
"ko": "Mijia Philips 컬러 전구 (WiFi)"
},
"images": {
"large": "drivers/philips_light_cbulb/assets/images/large.jpg",
"small": "drivers/philips_light_cbulb/assets/images/small.jpg"
},
"class": "light",
"capabilities": [
"onoff",
"dim",
"light_hue",
"light_temperature"
],
"capabilitiesOptions": {
"dim": {
"min": 0.01
}
},
"id": "philips_light_cbulb",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"pt": "Configurações do dispositivo",
"zh": "设备设置",
"ja": "デバイス設定",
"hi": "डिवाइस सेटिंग्स"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/philips_light_moonlight/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Philips Bedside Lamp (WiFi)",
"nl": "Philips Bedside Lamp (WiFi)",
"da": "Philips Sengelampe (WiFi)",
"de": "Philips Nachttischlampe (WiFi)",
"es": "Lámpara de Noche Philips (WiFi)",
"fr": "Lampe de Chevet Philips (WiFi)",
"it": "Lampada da Comodino Philips (WiFi)",
"no": "Philips Nattbordslampe (WiFi)",
"sv": "Philips Sänglampa (WiFi)",
"pl": "Lampka Nocna Philips (WiFi)",
"ru": "Прикроватная лампа Philips (WiFi)",
"ko": "필립스 침대 옆 램프 (WiFi)"
},
"images": {
"large": "drivers/philips_light_moonlight/assets/images/large.jpg",
"small": "drivers/philips_light_moonlight/assets/images/small.jpg"
},
"class": "light",
"capabilities": [
"onoff",
"dim",
"light_hue",
"light_saturation",
"light_temperature",
"light_mode"
],
"id": "philips_light_moonlight",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/philips_light_strip/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Philips / Xiaomi Light Strip (WiFi)",
"nl": "Philips Xiaomi Light Strip (WiFi)",
"da": "Philips / Xiaomi Lysstrimmel (WiFi)",
"de": "Philips / Xiaomi Lichtleiste (WiFi)",
"es": "Philips / Xiaomi Tira de Luces (WiFi)",
"fr": "Philips / Xiaomi Bande Lumineuse (WiFi)",
"it": "Philips / Xiaomi Striscia Luminosa (WiFi)",
"no": "Philips / Xiaomi Lyslist (WiFi)",
"sv": "Philips / Xiaomi Ljusremsa (WiFi)",
"pl": "Philips / Xiaomi Pasek LED (WiFi)",
"ru": "Philips / Xiaomi Светодиодная лента (WiFi)",
"ko": "필립스 / 샤오미 라이트 스트립 (WiFi)"
},
"images": {
"large": "drivers/philips_light_strip/assets/images/large.jpg",
"small": "drivers/philips_light_strip/assets/images/small.jpg"
},
"class": "light",
"capabilities": [
"onoff",
"dim",
"light_hue",
"light_saturation"
],
"id": "philips_light_strip",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"ja": "デバイス設定",
"zh": "设备设置"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/plug_chuangmi_plug_m1/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Smart Plug (WiFi)",
"nl": "Mi Smart Plug (WiFi)",
"da": "Mi Smart Plug (WiFi)",
"de": "Mi Smart Plug (WiFi)",
"es": "Mi Smart Plug (WiFi)",
"fr": "Mi Smart Plug (WiFi)",
"it": "Mi Smart Plug (WiFi)",
"no": "Mi Smart Plug (WiFi)",
"sv": "Mi Smart Plug (WiFi)",
"pl": "Mi Smart Plug (WiFi)",
"ru": "Mi Smart Plug (WiFi)",
"ko": "Mi Smart Plug (WiFi)"
},
"images": {
"large": "drivers/plug_chuangmi_plug_m1/assets/images/large.jpg",
"small": "drivers/plug_chuangmi_plug_m1/assets/images/small.jpg"
},
"class": "socket",
"capabilities": [
"onoff",
"measure_temperature",
"onoff.led"
],
"capabilitiesOptions": {
"onoff.led": {
"title": {
"en": "WiFi LED",
"nl": "WiFi LED",
"da": "WiFi LED",
"de": "WiFi LED",
"es": "WiFi LED",
"fr": "WiFi LED",
"it": "WiFi LED",
"no": "WiFi LED",
"sv": "WiFi LED",
"pl": "WiFi LED",
"ru": "WiFi LED",
"ko": "WiFi LED"
}
}
},
"id": "plug_chuangmi_plug_m1",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "기기 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/plug_chuangmi_plug_v1_v3/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Smart Plug With 1 or 2 USB (WiFi)",
"nl": "Mi Smart Plug met 1 of 2 USB (WiFi)",
"da": "Mi Smart Plug med 1 eller 2 USB (WiFi)",
"de": "Mi Smart Plug mit 1 oder 2 USB (WiFi)",
"es": "Mi Smart Plug con 1 o 2 USB (WiFi)",
"fr": "Mi Smart Plug avec 1 ou 2 USB (WiFi)",
"it": "Mi Smart Plug con 1 o 2 USB (WiFi)",
"no": "Mi Smart Plug med 1 eller 2 USB (WiFi)",
"sv": "Mi Smart Plug med 1 eller 2 USB (WiFi)",
"pl": "Mi Smart Plug z 1 lub 2 USB (WiFi)",
"ru": "Mi Smart Plug с 1 или 2 USB (WiFi)",
"ko": "1 또는 2 USB(와이파이)를 갖춘 Mi 스마트 플러그"
},
"images": {
"large": "drivers/plug_chuangmi_plug_v1_v3/assets/images/large.jpg",
"small": "drivers/plug_chuangmi_plug_v1_v3/assets/images/small.jpg"
},
"class": "socket",
"capabilities": [
"onoff",
"measure_temperature",
"onoff.usb",
"onoff.led"
],
"capabilitiesOptions": {
"onoff.usb": {
"title": {
"en": "USB power",
"nl": "USB stroom",
"da": "USB strøm",
"de": "USB Strom",
"es": "Potencia USB",
"fr": "Alimentation USB",
"it": "Alimentazione USB",
"no": "USB-strøm",
"sv": "USB-ström",
"pl": "Zasilanie USB",
"ru": "Питание USB",
"ko": "USB 전원"
}
},
"onoff.led": {
"title": {
"en": "WiFi LED",
"nl": "WiFi LED",
"da": "WiFi LED",
"de": "WiFi LED",
"es": "WiFi LED",
"fr": "WiFi LED",
"it": "WiFi LED",
"no": "WiFi LED",
"sv": "WiFi LED",
"pl": "WiFi LED",
"ru": "WiFi LED",
"ko": "와이파이 LED"
}
}
},
"id": "plug_chuangmi_plug_v1_v3",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/plug_cuco_plug/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Xiaomi Smart Plug (WiFi)",
"nl": "Xiaomi Smart Plug (WiFi)",
"da": "Xiaomi Smart Plug (WiFi)",
"de": "Xiaomi Smart Plug (WiFi)",
"es": "Xiaomi Smart Plug (WiFi)",
"fr": "Xiaomi Smart Plug (WiFi)",
"it": "Xiaomi Smart Plug (WiFi)",
"no": "Xiaomi Smart Plug (WiFi)",
"sv": "Xiaomi Smart Plug (WiFi)",
"pl": "Xiaomi Smart Plug (WiFi)",
"ru": "Xiaomi Smart Plug (WiFi)",
"ko": "Xiaomi Smart Plug (WiFi)"
},
"images": {
"large": "drivers/plug_cuco_plug/assets/images/large.jpg",
"small": "drivers/plug_cuco_plug/assets/images/small.jpg"
},
"class": "socket",
"capabilities": [
"onoff",
"measure_power",
"meter_power",
"measure_voltage"
],
"id": "plug_cuco_plug",
"settings": [
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración del usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "LED",
"ko": "LED"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnesikring",
"de": "Kindersicherung",
"es": "Bloqueo para niños",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada dla dzieci",
"ru": "Блокировка от детей",
"ko": "어린이 잠금"
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/powerstrip_qmi_powerstrip_v1/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Chingmi Smart Power Strip (WiFi)",
"es": "Toma de Corriente Inteligente Chingmi (WiFi)",
"fr": "Multiprise Intelligente Chingmi (WiFi)",
"it": "Ciabatta Intelligente Chingmi (WiFi)",
"no": "Chingmi Smart Strømuttak (WiFi)",
"sv": "Chingmi Smart Strömbrytare (WiFi)",
"pl": "Inteligentna Listwa Zasilająca Chingmi (WiFi)",
"ru": "Умная Линия Электропитания Chingmi (WiFi)",
"ko": "칭미 스마트 전원 스트립 (WiFi)"
},
"images": {
"large": "drivers/powerstrip_qmi_powerstrip_v1/assets/images/large.jpg",
"small": "drivers/powerstrip_qmi_powerstrip_v1/assets/images/small.jpg"
},
"class": "socket",
"capabilities": [
"onoff",
"measure_power",
"measure_temperature",
"measure_voltage"
],
"id": "powerstrip_qmi_powerstrip_v1",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/relay_c2acn01/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Aqara 2 Channel Relay (Gateway)",
"nl": "Aqara 2 Channel Relay (Gateway)",
"da": "Aqara 2-kanals relæ (Gateway)",
"de": "Aqara 2-Kanal-Relais (Gateway)",
"es": "Relé de 2 canales Aqara (Gateway)",
"fr": "Relais 2 canaux Aqara (Gateway)",
"it": "Relè a 2 canali Aqara (Gateway)",
"no": "Aqara 2-kanals relé (Gateway)",
"sv": "Aqara 2-kanals relä (Gateway)",
"pl": "Przekaźnik 2-kanałowy Aqara (Gateway)",
"ru": "Реле Aqara на 2 канала (Шлюз)",
"ko": "Aqara 2채널 릴레이 (게이트웨이)"
},
"images": {
"large": "/drivers/relay_c2acn01/assets/images/large.jpg",
"small": "/drivers/relay_c2acn01/assets/images/small.jpg"
},
"class": "socket",
"capabilities": [
"onoff.0",
"onoff.1",
"measure_power"
],
"capabilitiesOptions": {
"onoff.0": {
"title": {
"en": "Left Switch",
"nl": "Linkerschakelaar",
"da": "Venstre kontakt",
"de": "Linker Schalter",
"es": "Interruptor izquierdo",
"fr": "Commutateur gauche",
"it": "Interruttore sinistro",
"no": "Venstre bryter",
"sv": "Vänster brytare",
"pl": "Lewy włącznik",
"ru": "Левый переключатель",
"ko": "왼쪽 스위치"
}
},
"onoff.1": {
"title": {
"en": "Right Switch",
"nl": "Rechterschakelaar",
"da": "Højre kontakt",
"de": "Rechter Schalter",
"es": "Interruptor derecho",
"fr": "Commutateur droit",
"it": "Interruttore destro",
"no": "Høyre bryter",
"sv": "Höger brytare",
"pl": "Prawy włącznik",
"ru": "Правый переключатель",
"ko": "오른쪽 스위치"
}
}
},
"id": "relay_c2acn01",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/remote_chuangmi_remote_v2/assets/icon.svg",
"pair": [
{
"id": "deviceTypes"
},
{
"id": "devices",
"navigation": {
"prev": "deviceTypes"
}
},
{
"id": "deviceCharacteristics",
"navigation": {
"next": "keys",
"prev": "devices"
}
},
{
"id": "keys",
"navigation": {
"next": "done",
"prev": "deviceCharacteristics"
}
},
{
"id": "done",
"navigation": {
"prev": "devices"
}
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Universal Intelligent IR Remote Controller (WiFi)",
"nl": "Universal Intelligent IR Remote Controller (WiFi)",
"da": "Universel intelligent IR-fjernbetjening (WiFi)",
"de": "Universeller intelligenter IR-Fernbedienungscontroller (WiFi)",
"es": "Controlador de mando a distancia IR inteligente universal (WiFi)",
"fr": "Contrôleur de télécommande IR intelligent universel (WiFi)",
"it": "Controller universale intelligente IR (WiFi)",
"no": "Universal intelligent IR-fjernkontroll (WiFi)",
"sv": "Universell intelligent IR-fjärrkontroll (WiFi)",
"pl": "Uniwersalny inteligentny kontroler zdalny IR (WiFi)",
"ru": "Универсальный интеллектуальный ИК-пульт дистанционного управления (WiFi)",
"ko": "범용 지능형 IR 리모컨 컨트롤러 (WiFi)"
},
"images": {
"large": "drivers/remote_chuangmi_remote_v2/assets/images/large.jpg",
"small": "drivers/remote_chuangmi_remote_v2/assets/images/small.jpg"
},
"class": "other",
"capabilities": [
"onoff",
"channel_up",
"channel_down",
"volume_up",
"volume_down",
"volume_mute",
"dim"
],
"id": "remote_chuangmi_remote_v2",
"settings": [
{
"type": "group",
"label": {
"en": "Configure IR Codes",
"nl": "IR codes configureren",
"da": "Konfigurer IR-koder",
"de": "IR-Codes konfigurieren",
"es": "Configurar códigos IR",
"fr": "Configurer les codes IR",
"it": "Configura codici IR",
"no": "Konfigurer IR-koder",
"sv": "Konfigurera IR-koder",
"pl": "Konfiguruj kody IR",
"ru": "Настроить IR-коды",
"ko": "IR 코드 구성"
},
"children": [
{
"id": "replay",
"type": "number",
"label": {
"en": "Replay",
"nl": "Herhaal",
"da": "Genspil",
"de": "Wiederholen",
"es": "Repetir",
"fr": "Rejouer",
"it": "Rigioca",
"no": "Spill av igjen",
"sv": "Spela upp igen",
"pl": "Odtwórz ponownie",
"ru": "Повторить",
"ko": "재생"
},
"value": 1,
"min": 1,
"max": 10
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/smoke_sensor/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Smoke Sensor (Gateway)",
"nl": "Smoke Sensor (Gateway)",
"da": "Røgsensor (Gateway)",
"de": "Rauchsensor (Gateway)",
"es": "Sensor de Humo (Gateway)",
"fr": "Capteur de Fumée (Gateway)",
"it": "Sensore di Fumo (Gateway)",
"no": "Røykvarsler (Gateway)",
"sv": "Röksensor (Gateway)",
"pl": "Czujnik Dymu (Gateway)",
"ru": "Датчик дыма (Gateway)",
"ko": "연기 센서 (게이트웨이)"
},
"images": {
"large": "/drivers/smoke_sensor/assets/images/large.jpg",
"small": "/drivers/smoke_sensor/assets/images/small.jpg"
},
"class": "sensor",
"capabilities": [
"alarm_smoke",
"measure_smoke_density",
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR123A"
]
},
"id": "smoke_sensor",
"settings": [
{
"type": "group",
"label": {
"en": "Duration of the sensor alarm",
"nl": "Duur van het sensor alarm",
"da": "Varighed af sensoralarmen",
"de": "Dauer des Sensoralarms",
"es": "Duración de la alarma del sensor",
"fr": "Durée de l'alarme du capteur",
"it": "Durata dell'allarme del sensore",
"no": "Varighet av sensoralarmen",
"sv": "Varaktighet av sensorsignalen",
"pl": "Czas trwania alarmu czujnika",
"ru": "Длительность сигнала тревоги датчика",
"ko": "센서 알람 시간"
},
"children": [
{
"id": "alarm_duration_number",
"type": "number",
"label": {
"en": "Disable after",
"nl": "Uitschakelen na",
"da": "Deaktiver efter",
"de": "Deaktivieren nach",
"es": "Desactivar después de",
"fr": "Désactiver après",
"it": "Disattiva dopo",
"no": "Deaktiver etter",
"sv": "Inaktivera efter",
"pl": "Wyłącz po",
"ru": "Отключить после",
"ko": "다음 후 비활성화"
},
"value": 60,
"attr": {
"min": 60,
"max": 86400
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/vacuum_dreame_vacuum/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Advanced Dreame Vacuum Cleaner MIoT (WiFi)",
"nl": "Geavanceerde Dreame stofzuiger MIoT (WiFi)",
"da": "Avanceret Dreame-støvsuger MIoT (WiFi)",
"de": "Erweiterter Dreame-Staubsauger MIoT (WiFi)",
"es": "Aspiradora Dreame Avanzada MIoT (WiFi)",
"fr": "Aspirateur Dreame Avancé MIoT (WiFi)",
"it": "Aspirapolvere Dreame Avanzato MIoT (WiFi)",
"no": "Avansert Dreame-støvsuger MIoT (WiFi)",
"sv": "Avancerad Dreame-städare MIoT (WiFi)",
"pl": "Zaawansowany odkurzacz Dreame MIoT (WiFi)",
"ru": "Продвинутый пылесос Dreame MIoT (WiFi)",
"ko": "고급 Dreame 진공 청소기 MIoT (WiFi)"
},
"images": {
"large": "drivers/vacuum_dreame_vacuum/assets/images/large.jpg",
"small": "drivers/vacuum_dreame_vacuum/assets/images/small.jpg"
},
"class": "vacuumcleaner",
"capabilities": [
"onoff",
"vacuumcleaner_state",
"vacuum_dreame_fanspeed",
"button.consumable",
"measure_battery",
"alarm_battery",
"alarm_main_brush_work_time",
"alarm_side_brush_work_time",
"alarm_filter_work_time"
],
"capabilitiesOptions": {
"button.consumable": {
"maintenanceAction": true,
"title": {
"en": "Reset consumables",
"nl": "Reset verbruiksartikelen",
"da": "Nulstil forbrugsstoffer",
"de": "Verbrauchsmaterialien zurücksetzen",
"es": "Restablecer consumibles",
"fr": "Réinitialiser les consommables",
"it": "Reimposta consumabili",
"no": "Tilbakestill forbruksvarer",
"sv": "Återställ förbrukningsvaror",
"pl": "Zresetuj materiały eksploatacyjne",
"ru": "Сбросить расходные материалы",
"ko": "소모품 재설정"
},
"desc": {
"en": "Reset the usage of vacuum cleaner consumables.",
"nl": "Reset het gebruik van de verbruiksartikelen",
"da": "Nulstil brugen af støvsugerens forbrugsstoffer.",
"de": "Verwendung der Staubsauger-Verbrauchsmaterialien zurücksetzen.",
"es": "Restablecer el uso de los consumibles de la aspiradora.",
"fr": "Réinitialiser l'utilisation des consommables de l'aspirateur.",
"it": "Reimposta l'uso dei consumabili dell'aspirapolvere.",
"no": "Tilbakestill bruken av støvsugerens forbruksvarer.",
"sv": "Återställ användningen av förbrukningsartiklar för dammsugaren.",
"pl": "Zresetuj użycie materiałów eksploatacyjnych odkurzacza.",
"ru": "Сбросить использование расходных материалов пылесоса.",
"ko": "진공 청소기 소모품 사용량 재설정."
}
}
},
"energy": {
"batteries": [
"INTERNAL"
]
},
"id": "vacuum_dreame_vacuum",
"settings": [
{
"type": "group",
"label": {
"en": "Consumables",
"nl": "Verbruiksartikelen",
"da": "Forbrugsvarer",
"de": "Verbrauchsmaterialien",
"es": "Consumibles",
"fr": "Consommables",
"it": "Materiali di consumo",
"no": "Forbruksvarer",
"sv": "Förbrukningsvaror",
"pl": "Materiały eksploatacyjne",
"ru": "Расходные материалы",
"ko": "소모품"
},
"children": [
{
"id": "alarm_threshold",
"type": "number",
"label": {
"en": "Alarm threshold",
"nl": "Alarm ondergrens",
"da": "Alarmgrænse",
"de": "Alarmgrenze",
"es": "Umbral de alarma",
"fr": "Seuil d'alarme",
"it": "Soglia di allarme",
"no": "Alarmterskel",
"sv": "Larmpådragning",
"pl": "Próg alarmowy",
"ru": "Порог срабатывания сигнализации",
"ko": "경보 임계값"
},
"hint": {
"en": "Threshold below which the alarm will be activated.",
"nl": "Ondergrens voor het triggeren van het alarm",
"da": "Grænse under hvilken alarmen vil blive aktiveret.",
"de": "Schwelle, unter der der Alarm ausgelöst wird.",
"es": "Umbral por debajo del cual se activará la alarma.",
"fr": "Seuil en dessous duquel l'alarme sera activée.",
"it": "Soglia al di sotto della quale verrà attivato l'allarme.",
"no": "Terskel under hvilket alarmen vil bli aktivert.",
"sv": "Tröskel under vilken larmet aktiveras.",
"pl": "Próg poniżej którego alarm zostanie włączony.",
"ru": "Порог, ниже которого срабатывает сигнализация.",
"ko": "경보가 활성화되는 임계값."
},
"value": 20,
"attr": {
"min": 1,
"max": 90
}
},
{
"id": "main_brush_work_time",
"type": "label",
"label": {
"en": "Main brush remaining (%)",
"nl": "Hoofdborstel over (%)",
"da": "Hovede børste resterende (%)",
"de": "Hauptbürste verbleibend (%)",
"es": "Cepillo principal restante (%)",
"fr": "Brosse principale restante (%)",
"it": "Spazzola principale restante (%)",
"no": "Hovedbørste gjenværende (%)",
"sv": "Huvudborste återstående (%)",
"pl": "Główna szczotka pozostało (%)",
"ru": "Оставшаяся основная щетка (%)",
"ko": "메인 브러시 남은 (%)"
},
"value": "0%"
},
{
"id": "side_brush_work_time",
"type": "label",
"label": {
"en": "Side brush remaining",
"nl": "Zijborstel over",
"da": "Sidebørste resterende",
"de": "Seitenbürste verbleibend",
"es": "Cepillo lateral restante",
"fr": "Brosse latérale restante",
"it": "Spazzola laterale restante",
"no": "Sidebørste gjenværende",
"sv": "Sidoborste återstående",
"pl": "Boczna szczotka pozostało",
"ru": "Оставшаяся боковая щетка",
"ko": "사이드 브러시 남은"
},
"value": "0%"
},
{
"id": "filter_work_time",
"type": "label",
"label": {
"en": "Filter remaining",
"nl": "Filter over",
"da": "Filter resterende",
"de": "Filter verbleibend",
"es": "Filtro restante",
"fr": "Filtre restant",
"it": "Filtro restante",
"no": "Filter gjenværende",
"sv": "Filter återstående",
"pl": "Pozostały filtr",
"ru": "Оставшийся фильтр",
"ko": "필터 남은"
},
"value": "0%"
},
{
"id": "total_work_time",
"type": "label",
"label": {
"en": "Total work time",
"nl": "Totale gebruikstijd",
"da": "Total arbejdstid",
"de": "Gesamtarbeitszeit",
"es": "Tiempo total de trabajo",
"fr": "Temps de travail total",
"it": "Tempo totale di lavoro",
"no": "Total arbeidstid",
"sv": "Total arbetstid",
"pl": "Całkowity czas pracy",
"ru": "Общее рабочее время",
"ko": "총 작업 시간"
},
"value": "0"
},
{
"id": "total_cleared_area",
"type": "label",
"label": {
"en": "Total cleaned area",
"nl": "Totaal geschoont",
"da": "Samlet rengjort areal",
"de": "Gesamte gereinigte Fläche",
"es": "Área total limpiada",
"fr": "Surface totale nettoyée",
"it": "Area totale pulita",
"no": "Total rengjort område",
"sv": "Total rengjord yta",
"pl": "Całkowita czyszczona powierzchnia",
"ru": "Общая убранная площадь",
"ko": "총 청소된 면적"
},
"value": "0"
},
{
"id": "total_clean_count",
"type": "label",
"label": {
"en": "Total clean count",
"nl": "Totaal aantal opschoningen",
"da": "Samlet rengøringsantal",
"de": "Gesamte Reinigungsanzahl",
"es": "Conteo total de limpiezas",
"fr": "Compte total de nettoyages",
"it": "Conteggio totale delle pulizie",
"no": "Totalt rengjøringsantall",
"sv": "Total rengöringsräkning",
"pl": "Całkowita liczba czyszczeń",
"ru": "Общее количество уборок",
"ko": "총 청소 횟수"
},
"value": "0"
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "장치 데이터"
},
"children": [
{
"id": "rooms",
"type": "label",
"label": {
"en": "Room cleaning segments",
"nl": "Kamer stofzuig segmenten",
"da": "Rengrumssegmenter",
"de": "Raumreinigungssegmente",
"es": "Segmentos de limpieza de habitaciones",
"fr": "Segments de nettoyage de la pièce",
"it": "Segmenti di pulizia della stanza",
"no": "Romrengjøringssegmenter",
"sv": "Rumstädningssegment",
"pl": "Segmenty sprzątania pomieszczeń",
"ru": "Сегменты очищения помещений",
"ko": "방 청소 세그먼트"
},
"value": "[[17,20,21]]"
},
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/vacuum_mi_rockrobo_vacuum_advanced/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Advanced Roborock Vacuum Cleaner (WiFi)",
"nl": "Geavanceerde Roborock stofzuiger (WiFi)",
"da": "Avanceret Roborock Støvsuger (WiFi)",
"de": "Fortschrittlicher Roborock Staubsauger (WLAN)",
"es": "Aspiradora Roborock Avanzada (WiFi)",
"fr": "Aspirateur Roborock Avancé (WiFi)",
"it": "Aspirapolvere Roborock Avanzato (WiFi)",
"no": "Avansert Roborock Støvsuger (WiFi)",
"sv": "Avancerad Roborock Dammsugare (WiFi)",
"pl": "Zaawansowany Odkurzacz Roborock (WiFi)",
"ru": "Продвинутый Робот-пылесос Roborock (WiFi)",
"ko": "고급 Roborock 진공 청소기 (WiFi)"
},
"images": {
"large": "drivers/vacuum_mi_rockrobo_vacuum_advanced/assets/images/large.jpg",
"small": "drivers/vacuum_mi_rockrobo_vacuum_advanced/assets/images/small.jpg"
},
"class": "vacuumcleaner",
"capabilities": [
"onoff",
"vacuumcleaner_state",
"button.consumable",
"vacuum_roborock_fanspeed",
"measure_battery",
"alarm_battery",
"alarm_main_brush_work_time",
"alarm_side_brush_work_time",
"alarm_filter_work_time",
"alarm_sensor_dirty_time"
],
"capabilitiesOptions": {
"button.consumable": {
"maintenanceAction": true,
"title": {
"en": "Reset consumables",
"nl": "Reset verbruiksartikelen",
"da": "Nulstil forbrugsvarer",
"de": "Verbrauchsmaterialien zurücksetzen",
"es": "Restablecer consumibles",
"fr": "Réinitialiser les consommables",
"it": "Resetta i materiali di consumo",
"no": "Tilbakestill forbruksvarer",
"sv": "Återställ förbrukningsvaror",
"pl": "Zresetuj materiały eksploatacyjne",
"ru": "Сбросить расходные материалы",
"ko": "소모품 초기화"
},
"desc": {
"en": "Reset the usage of vacuum cleaner consumables.",
"nl": "Reset het gebruik van de verbruiksartikelen",
"da": "Nulstil brugen af støvsugerens forbrugsvarer.",
"de": "Setzen Sie die Verwendung von Staubsauger-Verbrauchsmaterialien zurück.",
"es": "Restablezca el uso de los consumibles de la aspiradora.",
"fr": "Réinitialisez l'utilisation des consommables de l'aspirateur.",
"it": "Reimposta l'uso dei materiali di consumo dell'aspirapolvere.",
"no": "Tilbakestill bruken av støvsugerens forbruksvarer.",
"sv": "Återställ användningen av dammsugarens förbrukningsvaror.",
"pl": "Zresetuj użycie materiałów eksploatacyjnych odkurzacza.",
"ru": "Сбросить использование расходных материалов для пылесоса.",
"ko": "진공 청소기 소모품 사용 초기화."
}
}
},
"energy": {
"batteries": [
"INTERNAL"
]
},
"id": "vacuum_mi_rockrobo_vacuum_advanced",
"settings": [
{
"type": "group",
"label": {
"en": "Consumables",
"nl": "Verbruiksartikelen",
"da": "Forbrugsstoffer",
"de": "Verbrauchsmaterialien",
"es": "Consumibles",
"fr": "Consommables",
"it": "Materiali di consumo",
"no": "Forbruksvarer",
"sv": "Förbrukningsvaror",
"pl": "Materiały eksploatacyjne",
"ru": "Расходные материалы",
"ko": "소모품"
},
"children": [
{
"id": "alarm_threshold",
"type": "number",
"label": {
"en": "Alarm threshold",
"nl": "Alarm ondergrens",
"da": "Alarmgrænse",
"de": "Alarmschwelle",
"es": "Umbral de alarma",
"fr": "Seuil d'alarme",
"it": "Soglia di allarme",
"no": "Alarmterskel",
"sv": "Larmtröskel",
"pl": "Próg alarmowy",
"ru": "Порог тревоги",
"ko": "알람 임계값"
},
"hint": {
"en": "Threshold below which the alarm will be activated.",
"nl": "Ondergrens voor het triggeren van het alarm",
"da": "Grænse under hvilken alarmen aktiveres.",
"de": "Schwellenwert, unter dem der Alarm ausgelöst wird.",
"es": "Umbral por debajo del cual se activará la alarma.",
"fr": "Seuil en dessous duquel l'alarme sera activée.",
"it": "Soglia al di sotto della quale verrà attivato l'allarme.",
"no": "Terskel under hvilken alarmen utløses.",
"sv": "Tröskel under vilken larmet aktiveras.",
"pl": "Próg, poniżej którego zostanie aktywowany alarm.",
"ru": "Порог, ниже которого сработает сигнализация.",
"ko": "알람이 활성화될 임계값입니다."
},
"value": 20,
"attr": {
"min": 1,
"max": 90
}
},
{
"id": "main_brush_work_time",
"type": "label",
"label": {
"en": "Main brush remaining (%)",
"nl": "Hoofdborstel over (%)",
"da": "Hovedbørste tilbage (%)",
"de": "Hauptbürste verbleibend (%)",
"es": "Cepillo principal restante (%)",
"fr": "Brosse principale restante (%)",
"it": "Spazzola principale rimanente (%)",
"no": "Hovedbørste gjenværende (%)",
"sv": "Huvudborste kvar (%)",
"pl": "Główna szczotka pozostało (%)",
"ru": "Основная щетка оставшаяся (%)",
"ko": "메인 브러시 남은 수명 (%)"
},
"value": "0%"
},
{
"id": "side_brush_work_time",
"type": "label",
"label": {
"en": "Side brush remaining",
"nl": "Zijborstel over",
"da": "Sidebørste tilbage",
"de": "Seitenbürste verbleibend",
"es": "Cepillo lateral restante",
"fr": "Brosse latérale restante",
"it": "Spazzola laterale rimanente",
"no": "Sidebørste gjenværende",
"sv": "Sidoborste kvar",
"pl": "Boczna szczotka pozostało",
"ru": "Остаток боковой щетки",
"ko": "사이드 브러시 남은 수명"
},
"value": "0%"
},
{
"id": "filter_work_time",
"type": "label",
"label": {
"en": "Filter remaining",
"nl": "Filter over",
"da": "Filter tilbage",
"de": "Verbleibender Filter",
"es": "Filtro restante",
"fr": "Filtre restant",
"it": "Filtro rimanente",
"no": "Filter gjenværende",
"sv": "Filter kvar",
"pl": "Filtr pozostałość",
"ru": "Остаток фильтра",
"ko": "필터 남은 수명"
},
"value": "0%"
},
{
"id": "sensor_dirty_time",
"type": "label",
"label": {
"en": "Sensors dirty remaining",
"nl": "Sensor vuil over",
"da": "Sensorer beskidte tilbage",
"de": "Sensoren verschmutzt verbleibend",
"es": "Sensores sucios restantes",
"fr": "Capteurs sales restants",
"it": "Sensori sporchi rimanenti",
"no": "Sensorer skitne gjenværende",
"sv": "Smutsiga sensorer kvar",
"pl": "Pozostałe brudne czujniki",
"ru": "Остаток загрязненных датчиков",
"ko": "센서 더러움 남은 시간"
},
"value": "0%"
},
{
"id": "total_work_time",
"type": "label",
"label": {
"en": "Total work time",
"nl": "Totale gebruikstijd",
"da": "Samlet arbejdstid",
"de": "Gesamte Arbeitszeit",
"es": "Tiempo total de trabajo",
"fr": "Temps de travail total",
"it": "Tempo di lavoro totale",
"no": "Total arbeidstid",
"sv": "Total arbetstid",
"pl": "Całkowity czas pracy",
"ru": "Общее время работы",
"ko": "총 작업 시간"
},
"value": "0"
},
{
"id": "total_cleared_area",
"type": "label",
"label": {
"en": "Total cleaned area",
"nl": "Totaal geschoont",
"da": "Samlet rengjort areal",
"de": "Gesamt gereinigte Fläche",
"es": "Área total limpiada",
"fr": "Surface nettoyée totale",
"it": "Area totale pulita",
"no": "Totalt rengjort område",
"sv": "Totalt rengjort område",
"pl": "Całkowicie oczyszczony obszar",
"ru": "Общая очищенная площадь",
"ko": "총 청소 면적"
},
"value": "0"
},
{
"id": "total_clean_count",
"type": "label",
"label": {
"en": "Total clean count",
"nl": "Totaal aantal opschoningen",
"da": "Samlet rengøringsantal",
"de": "Gesamtanzahl der Reinigungen",
"es": "Cantidad total de limpiezas",
"fr": "Compte total de nettoyage",
"it": "Numero totale di pulizie",
"no": "Total rengjøringstellcount",
"sv": "Total städräkning",
"pl": "Całkowita liczba czyszczeń",
"ru": "Общее количество уборок",
"ko": "총 청소 횟수"
},
"value": "0"
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "장치 데이터"
},
"children": [
{
"id": "rooms",
"type": "label",
"label": {
"en": "Room cleaning segments",
"nl": "Kamer stofzuig segmenten",
"da": "Rensegmenter i rum",
"de": "Raumreinigungssegmente",
"es": "Segmentos de limpieza de habitaciones",
"fr": "Segments de nettoyage de pièce",
"it": "Segmenti di pulizia delle stanze",
"no": "Rom rengjøringssegmenter",
"sv": "Rengöringssegment i rum",
"pl": "Segmenty sprzątania pomieszczeń",
"ru": "Сегменты уборки комнаты",
"ko": "방 청소 구역"
},
"value": "[[17,20,21]]"
},
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuraciones del dispositivo",
"fr": "Paramètres du dispositif",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/vacuum_mija_vacuum_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mija/Ijai Vacuum Cleaner MIoT (WiFi)",
"nl": "Mija/Ijai stofzuiger MIoT (WiFi)",
"da": "Mija/Ijai støvsuger MIoT (WiFi)",
"de": "Mija/Ijai Staubsauger MIoT (WiFi)",
"es": "Mija/Ijai aspiradora MIoT (WiFi)",
"fr": "Mija/Ijai Aspirateur MIoT (WiFi)",
"it": "Mija/Ijai Aspirapolvere MIoT (WiFi)",
"no": "Mija/Ijai støvsuger MIoT (WiFi)",
"sv": "Mija/Ijai dammsugare MIoT (WiFi)",
"pl": "Mija/Ijai Odkurzacz MIoT (WiFi)",
"ru": "Mija/Ijai пылесос MIoT (WiFi)",
"ko": "Mija/Ijai 진공 청소기 MIoT (WiFi)"
},
"images": {
"large": "drivers/vacuum_mija_vacuum_miot/assets/images/large.jpg",
"small": "drivers/vacuum_mija_vacuum_miot/assets/images/small.jpg"
},
"class": "vacuumcleaner",
"capabilities": [
"onoff",
"vacuumcleaner_state",
"vacuum_dreame_fanspeed",
"measure_battery",
"alarm_battery",
"alarm_main_brush_work_time",
"alarm_side_brush_work_time",
"alarm_filter_work_time"
],
"energy": {
"batteries": [
"INTERNAL"
]
},
"id": "vacuum_mija_vacuum_miot",
"settings": [
{
"type": "group",
"label": {
"en": "Consumables",
"nl": "Verbruiksartikelen",
"da": "Forbrugsmaterialer",
"de": "Verbrauchsmaterialien",
"es": "Consumibles",
"fr": "Consommables",
"it": "Consumabili",
"no": "Forbruksmateriell",
"sv": "Förbrukningsvaror",
"pl": "Materiały eksploatacyjne",
"ru": "Расходные материалы",
"ko": "소모품"
},
"children": [
{
"id": "alarm_threshold",
"type": "number",
"label": {
"en": "Alarm threshold",
"nl": "Alarm ondergrens",
"da": "Alarmtærskel",
"de": "Alarmschwelle",
"es": "Umbral de alarma",
"fr": "Seuil d'alarme",
"it": "Soglia di allarme",
"no": "Alarmterskel",
"sv": "Alarmtröskel",
"pl": "Próg alarmowy",
"ru": "Порог сигнала тревоги",
"ko": "알람 임계값"
},
"hint": {
"en": "Threshold below which the alarm will be activated.",
"nl": "Ondergrens voor het triggeren van het alarm",
"da": "Tærskel under hvilken alarmen aktiveres.",
"de": "Schwellwert, unter dem der Alarm ausgelöst wird.",
"es": "Umbral por debajo del cual se activará la alarma.",
"fr": "Seuil en dessous duquel l'alarme sera activée.",
"it": "Soglia sotto la quale verrà attivato l'allarme.",
"no": "Terskel under hvilken alarmen vil bli aktivert.",
"sv": "Tröskel under vilken larmet aktiveras.",
"pl": "Próg, poniżej którego alarm zostanie włączony.",
"ru": "Порог, ниже которого будет активирован сигнал тревоги.",
"ko": "알람이 활성화되는 임계값 이하."
},
"value": 20,
"attr": {
"min": 1,
"max": 90
}
},
{
"id": "main_brush_work_time",
"type": "label",
"label": {
"en": "Main brush remaining (%)",
"nl": "Hoofdborstel over (%)",
"da": "Hovedbørste tilbage (%)",
"de": "Hauptbürste verbleibend (%)",
"es": "Cepillo principal restante (%)",
"fr": "Brosse principale restante (%)",
"it": "Percentuale residua della spazzola principale (%)",
"no": "Hovedbørste gjenstår (%)",
"sv": "Huvudborste återstår (%)",
"pl": "Pozostałość głównej szczotki (%)",
"ru": "Осталось основной щетки (%)",
"ko": "메인 브러시 남음 (%)"
},
"value": "0%"
},
{
"id": "side_brush_work_time",
"type": "label",
"label": {
"en": "Side brush remaining",
"nl": "Zijborstel over",
"da": "Sidebørste tilbage",
"de": "Seitenbürste verbleibend",
"es": "Cepillo lateral restante",
"fr": "Brosse latérale restante",
"it": "Percentuale residua della spazzola laterale",
"no": "Sidebørste gjenstår",
"sv": "Sidoborste återstår",
"pl": "Pozostałość szczotki bocznej",
"ru": "Осталось боковой щетки",
"ko": "사이드 브러시 남음"
},
"value": "0%"
},
{
"id": "filter_work_time",
"type": "label",
"label": {
"en": "Filter remaining",
"nl": "Filter over",
"da": "Filter tilbage",
"de": "Filter verbleibend",
"es": "Filtro restante",
"fr": "Filtre restant",
"it": "Percentuale residua del filtro",
"no": "Filter gjenstår",
"sv": "Filter återstår",
"pl": "Pozostałość filtra",
"ru": "Осталось фильтра",
"ko": "필터 남음"
},
"value": "0%"
},
{
"id": "total_work_time",
"type": "label",
"label": {
"en": "Total work time",
"nl": "Totale gebruikstijd",
"da": "Samlet arbejdstid",
"de": "Gesamtarbeitszeit",
"es": "Tiempo total de trabajo",
"fr": "Temps de travail total",
"it": "Tempo totale di lavoro",
"no": "Total arbeidstid",
"sv": "Total arbetstid",
"pl": "Całkowity czas pracy",
"ru": "Общее время работы",
"ko": "총 작업 시간"
},
"value": "0"
},
{
"id": "total_cleared_area",
"type": "label",
"label": {
"en": "Total cleaned area",
"nl": "Totaal geschoont",
"da": "Samlet renset område",
"de": "Gesamtfläche gereinigt",
"es": "Área total limpiada",
"fr": "Surface totale nettoyée",
"it": "Area pulita totale",
"no": "Total rengjort område",
"sv": "Total rengjord yta",
"pl": "Całkowita oczyszczona powierzchnia",
"ru": "Общая очищенная площадь",
"ko": "총 청소된 면적"
},
"value": "0"
},
{
"id": "total_clean_count",
"type": "label",
"label": {
"en": "Total clean count",
"nl": "Totaal aantal opschoningen",
"da": "Samlet rengøringsantal",
"de": "Gesamte Reinigungsanzahl",
"es": "Recuento total de limpiezas",
"fr": "Nombre total de nettoyages",
"it": "Conteggio totale delle pulizie",
"no": "Total rengjøringsteller",
"sv": "Total rengöringsräkning",
"pl": "Całkowita liczba oczyszczeń",
"ru": "Общее количество уборок",
"ko": "총 청소 횟수"
},
"value": "0"
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "장치 데이터"
},
"children": [
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/vacuum_roidmi_vacuum_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Roidmi Vacuum Cleaner MIoT (WiFi)",
"nl": "Roidmi stofzuiger MIoT (WiFi)",
"da": "Roidmi støvsuger MIoT (WiFi)",
"de": "Roidmi Staubsauger MIoT (WiFi)",
"es": "Aspiradora Roidmi MIoT (WiFi)",
"fr": "Aspirateur Roidmi MIoT (WiFi)",
"it": "Aspirapolvere Roidmi MIoT (WiFi)",
"no": "Roidmi støvsuger MIoT (WiFi)",
"sv": "Roidmi dammsugare MIoT (WiFi)",
"pl": "Odkurzacz Roidmi MIoT (WiFi)",
"ru": "Пылесос Roidmi MIoT (WiFi)",
"ko": "로이디미 진공 청소기 MIoT (WiFi)"
},
"images": {
"large": "drivers/vacuum_roidmi_vacuum_miot/assets/images/large.jpg",
"small": "drivers/vacuum_roidmi_vacuum_miot/assets/images/small.jpg"
},
"class": "vacuumcleaner",
"capabilities": [
"onoff",
"vacuumcleaner_state",
"vacuum_roidmi_fanspeed",
"vacuum_roidmi_mop_mode",
"vacuum_roidmi_waterlevel",
"measure_battery",
"alarm_battery",
"alarm_main_brush_work_time",
"alarm_side_brush_work_time",
"alarm_filter_work_time",
"alarm_sensor_dirty_time"
],
"energy": {
"batteries": [
"INTERNAL"
]
},
"id": "vacuum_roidmi_vacuum_miot",
"settings": [
{
"type": "group",
"label": {
"en": "Consumables",
"nl": "Verbruiksartikelen",
"da": "Forbrugsvarer",
"de": "Verbrauchsmaterialien",
"es": "Consumibles",
"fr": "Consommables",
"it": "Consumabili",
"no": "Forbruksvarer",
"sv": "Förbrukningsartiklar",
"pl": "Materiały eksploatacyjne",
"ru": "Расходные материалы",
"ko": "소모품"
},
"children": [
{
"id": "alarm_threshold",
"type": "number",
"label": {
"en": "Alarm threshold",
"nl": "Alarm ondergrens",
"da": "Alarmgrænse",
"de": "Alarmschwelle",
"es": "Umbral de alarma",
"fr": "Seuil d'alarme",
"it": "Soglia di allarme",
"no": "Alarmterskel",
"sv": "Larmgräns",
"pl": "Próg alarmowy",
"ru": "Порог тревоги",
"ko": "알람 임계값"
},
"hint": {
"en": "Threshold below which the alarm will be activated.",
"nl": "Ondergrens voor het triggeren van het alarm",
"da": "Tærskel under hvilken alarmen vil blive aktiveret.",
"de": "Schwelle, unter der der Alarm ausgelöst wird.",
"es": "Umbral por debajo del cual se activará la alarma.",
"fr": "Seuil en dessous duquel l'alarme sera activée.",
"it": "Soglia al di sotto della quale verrà attivato l'allarme.",
"no": "Terskel under hvilken alarmen vil bli aktivert.",
"sv": "Tröskel under vilket larmet aktiveras.",
"pl": "Próg, poniżej którego zostanie uruchomiony alarm.",
"ru": "Порог, ниже которого будет активирована тревога.",
"ko": "알람이 활성화되는 임계값입니다."
},
"value": 20,
"attr": {
"min": 1,
"max": 90
}
},
{
"id": "main_brush_time_remaining",
"type": "label",
"label": {
"en": "Main brush remaining (%)",
"nl": "Hoofdborstel over (%)",
"da": "Hovedbørste resterende (%)",
"de": "Hauptbürste verbleibend (%)",
"es": "Cepillo principal restante (%)",
"fr": "Brosse principale restante (%)",
"it": "Spazzola principale rimanente (%)",
"no": "Hovedbørste gjenværende (%)",
"sv": "Huvudborste kvar (%)",
"pl": "Pozostało głównej szczotki (%)",
"ru": "Осталось основной щетки (%)",
"ko": "메인 브러쉬 남음 (%)"
},
"value": "0%"
},
{
"id": "side_brush_time_remaining",
"type": "label",
"label": {
"en": "Side brush remaining",
"nl": "Zijborstel over",
"da": "Sidebørste resterende",
"de": "Seitenbürste verbleibend",
"es": "Cepillo lateral restante",
"fr": "Brosse latérale restante",
"it": "Spazzola laterale rimanente",
"no": "Sidebørste gjenværende",
"sv": "Sidoborste kvar",
"pl": "Pozostało bocznej szczotki",
"ru": "Осталось боковой щетки",
"ko": "사이드 브러쉬 남음"
},
"value": "0%"
},
{
"id": "filter_time_remaining",
"type": "label",
"label": {
"en": "Filter remaining",
"nl": "Filter over",
"da": "Filter tilbage",
"de": "Filter verbleibend",
"es": "Filtro restante",
"fr": "Filtre restant",
"it": "Filtro rimanente",
"no": "Filter igjen",
"sv": "Filter kvar",
"pl": "Pozostało filtra",
"ru": "Осталось фильтра",
"ko": "필터 남음"
},
"value": "0%"
},
{
"id": "total_work_time",
"type": "label",
"label": {
"en": "Total work time",
"nl": "Totale gebruikstijd",
"da": "Samlet arbejdstid",
"de": "Gesamtarbeitszeit",
"es": "Tiempo total de trabajo",
"fr": "Temps de travail total",
"it": "Tempo totale di lavoro",
"no": "Total arbeidstid",
"sv": "Total arbetstid",
"pl": "Całkowity czas pracy",
"ru": "Общее время работы",
"ko": "총 작업 시간"
},
"value": "0"
},
{
"id": "sensor_dirty_time",
"type": "label",
"label": {
"en": "Sensors dirty remaining",
"nl": "Sensor vuil over",
"da": "Sensorer beskidte resterende",
"de": "Sensoren verschmutzt verbleibend",
"es": "Sensores sucios restantes",
"fr": "Capteurs sales restants",
"it": "Sensori sporchi rimanenti",
"no": "Sensorer skitne gjenværende",
"sv": "Smutsiga sensorer kvar",
"pl": "Pozostało zabrudzonych czujników",
"ru": "Осталось грязных датчиков",
"ko": "오염 센서 남음"
},
"value": "0%"
},
{
"id": "total_cleared_area",
"type": "label",
"label": {
"en": "Total cleaned area",
"nl": "Totaal geschoont",
"da": "Samlet rengjort område",
"de": "Gesamt gereinigte Fläche",
"es": "Área total limpiada",
"fr": "Zone totale nettoyée",
"it": "Area totale pulita",
"no": "Total rengjort område",
"sv": "Totalt rensat område",
"pl": "Całkowity wyczyszczony obszar",
"ru": "Общая очищенная площадь",
"ko": "청소된 총 면적"
},
"value": "0"
},
{
"id": "total_clean_count",
"type": "label",
"label": {
"en": "Total clean count",
"nl": "Totaal aantal opschoningen",
"da": "Samlet renseoptælling",
"de": "Gesamte Reinigungsanzahl",
"es": "Conteo total de limpiezas",
"fr": "Compte total de nettoyage",
"it": "Conteggio totale delle pulizie",
"no": "Total rensetelling",
"sv": "Total rengöringsantal",
"pl": "Całkowita liczba czyszczeń",
"ru": "Общее количество очисток",
"ko": "총 청소 횟수"
},
"value": "0"
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "장치 데이터"
},
"children": [
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuraciones del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/vacuum_viomi_vacuum_v7/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Mi Robot Vacuum-Mop P (WiFi)",
"nl": "Mi Robot Vacuum-Mop P (WiFi)",
"da": "Mi Robot Vacuum-Mop P (WiFi)",
"de": "Mi Robot Vacuum-Mop P (WiFi)",
"es": "Mi Robot Vacuum-Mop P (WiFi)",
"fr": "Mi Robot Vacuum-Mop P (WiFi)",
"it": "Mi Robot Vacuum-Mop P (WiFi)",
"no": "Mi Robot Vacuum-Mop P (WiFi)",
"sv": "Mi Robot Vacuum-Mop P (WiFi)",
"pl": "Mi Robot Vacuum-Mop P (WiFi)",
"ru": "Mi Robot Vacuum-Mop P (WiFi)",
"ko": "Mi Robot Vacuum-Mop P (WiFi)"
},
"images": {
"large": "drivers/vacuum_viomi_vacuum_v7/assets/images/large.jpg",
"small": "drivers/vacuum_viomi_vacuum_v7/assets/images/small.jpg"
},
"class": "vacuumcleaner",
"capabilities": [
"onoff",
"dim",
"dim.water",
"vacuum_viomi_mop_mode",
"measure_battery",
"alarm_battery"
],
"capabilitiesOptions": {
"dim": {
"title": {
"en": "Speed",
"nl": "Snelheid",
"da": "Hastighed",
"de": "Geschwindigkeit",
"es": "Velocidad",
"fr": "Vitesse",
"it": "Velocità",
"no": "Hastighet",
"sv": "Hastighet",
"pl": "Prędkość",
"ru": "Скорость",
"ko": "속도"
},
"min": 0,
"max": 3,
"step": 1
},
"dim.water": {
"title": {
"en": "Mop mode",
"nl": "Dweil modus",
"da": "Moppe tilstand",
"de": "Wischmodus",
"es": "Modo de fregona",
"fr": "Mode serpillière",
"it": "Modalità mocio",
"no": "Moppemodus",
"sv": "Mopp-läge",
"pl": "Tryb mopa",
"ru": "Режим швабры",
"ko": "물걸레 모드"
},
"min": 0,
"max": 3,
"step": 1
},
"button.consumable": {
"maintenanceAction": true,
"title": {
"en": "Reset consumables",
"nl": "Reset verbruiksartikelen",
"da": "Nulstil forbrugsvarer",
"de": "Verbrauchsmaterialien zurücksetzen",
"es": "Restablecer consumibles",
"fr": "Réinitialiser les consommables",
"it": "Reimposta i consumabili",
"no": "Tilbakestill forbruksvarer",
"sv": "Återställ förbrukningsvaror",
"pl": "Resetuj materiały eksploatacyjne",
"ru": "Сбросить расходные материалы",
"ko": "소모품 초기화"
},
"desc": {
"en": "Reset the usage of vacuum cleaner consumables.",
"nl": "Reset het gebruik van de verbruiksartikelen",
"da": "Nulstil brugen af støvsugerens forbrugsvarer.",
"de": "Verwendungsdauer der Staubsauger-Verbrauchsmaterialien zurücksetzen.",
"es": "Restablecer el uso de los consumibles de la aspiradora.",
"fr": "Réinitialiser l'utilisation des consommables de l'aspirateur.",
"it": "Reimposta l'uso dei consumabili dell'aspirapolvere.",
"no": "Tilbakestill bruken av støvsugerens forbruksvarer.",
"sv": "Återställ användningen av dammsugarens förbrukningsvaror.",
"pl": "Resetuj użycie materiałów eksploatacyjnych odkurzacza.",
"ru": "Сбросить использование расходных материалов пылесоса.",
"ko": "진공 청소기 소모품 사용량 재설정."
}
}
},
"energy": {
"batteries": [
"INTERNAL"
]
},
"id": "vacuum_viomi_vacuum_v7",
"settings": [
{
"type": "group",
"label": {
"en": "Vacuum Consumables",
"nl": "Stofzuiger verbruiksartikelen",
"da": "Støvsuger forbrugsstoffer",
"de": "Staubsauger Verbrauchsmaterialien",
"es": "Consumibles de aspiradora",
"fr": "Consommables pour aspirateur",
"it": "Consumi aspirapolvere",
"no": "Støvsuger forbruksvarer",
"sv": "Dammsugare förbrukningsvaror",
"pl": "Materiały eksploatacyjne odkurzacza",
"ru": "Расходные материалы для пылесоса",
"ko": "진공 청소기 소모품"
},
"children": [
{
"id": "alarm_threshold",
"type": "number",
"label": {
"en": "Alarm threshold",
"nl": "Alarm ondergrens",
"da": "Alarmgrænse",
"de": "Alarmschwelle",
"es": "Umbral de alarma",
"fr": "Seuil d'alarme",
"it": "Soglia d'allarme",
"no": "Alarmterskel",
"sv": "Alarmtröskel",
"pl": "Próg alarmowy",
"ru": "Порог срабатывания сигнала тревоги",
"ko": "알람 임계값"
},
"hint": {
"en": "Threshold below which the alarm will be activated.",
"nl": "Ondergrens voor het triggeren van het alarm",
"da": "Grænse, under hvilken alarmen vil blive aktiveret.",
"de": "Schwelle, unter der der Alarm ausgelöst wird.",
"es": "Umbral por debajo del cual se activará la alarma.",
"fr": "Seuil en dessous duquel l'alarme sera activée.",
"it": "Soglia al di sotto della quale si attiverà l'allarme.",
"no": "Terskel under hvilket alarmen vil bli aktivert.",
"sv": "Tröskel under vilken larmet aktiveras.",
"pl": "Próg, poniżej którego uruchomi się alarm.",
"ru": "Порог, при котором сработает сигнал тревоги.",
"ko": "경보가 활성화되는 임계값입니다."
},
"value": 20,
"attr": {
"min": 1,
"max": 90
}
},
{
"id": "main_brush_work_time",
"type": "label",
"label": {
"en": "Main brush remaining (%)",
"nl": "Hoofdborstel over (%)",
"da": "Resterende hovedbørste (%)",
"de": "Verbleibende Hauptbürste (%)",
"es": "Cepillo principal restante (%)",
"fr": "Brosse principale restante (%)",
"it": "Spazzola principale rimanente (%)",
"no": "Gjenværende hovedbørste (%)",
"sv": "Huvudborste kvar (%)",
"pl": "Pozostało głównego pędzla (%)",
"ru": "Оставшаяся основная щетка (%)",
"ko": "남은 메인 브러쉬 (%)"
},
"value": "0%"
},
{
"id": "side_brush_work_time",
"type": "label",
"label": {
"en": "Side brush remaining (%)",
"nl": "Zijborstel over (%)",
"da": "Resterende sidebørste (%)",
"de": "Verbleibende Seitenbürste (%)",
"es": "Cepillo lateral restante (%)",
"fr": "Brosse latérale restante (%)",
"it": "Spazzola laterale rimanente (%)",
"no": "Gjenværende sidebørste (%)",
"sv": "Sidoborste kvar (%)",
"pl": "Pozostało bocznego pędzla (%)",
"ru": "Оставшаяся боковая щетка (%)",
"ko": "남은 사이드 브러쉬 (%)"
},
"value": "0%"
},
{
"id": "filter_work_time",
"type": "label",
"label": {
"en": "Filter over (%)",
"nl": "Filter over (%)",
"da": "Filter over (%)",
"de": "Filter übrig (%)",
"es": "Filtro restante (%)",
"fr": "Filtre restant (%)",
"it": "Filtro rimanente (%)",
"no": "Filter over (%)",
"sv": "Filter kvar (%)",
"pl": "Pozostało filtra (%)",
"ru": "Фильтр оставшийся (%)",
"ko": "남은 필터 (%)"
},
"value": "0%"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/vacuum_xiaomi_vacuum_max/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Xiaomi Vacuum Cleaner MIoT MAX (WiFi)",
"nl": "Xiaomi stofzuiger MIoT MAX (WiFi)",
"da": "Xiaomi Støvsuger MIoT MAX (WiFi)",
"de": "Xiaomi Staubsauger MIoT MAX (WiFi)",
"es": "Aspiradora Xiaomi MIoT MAX (WiFi)",
"fr": "Aspirateur Xiaomi MIoT MAX (WiFi)",
"it": "Aspirapolvere Xiaomi MIoT MAX (WiFi)",
"no": "Xiaomi Støvsuger MIoT MAX (WiFi)",
"sv": "Xiaomi Dammsugare MIoT MAX (WiFi)",
"pl": "Odkurzacz Xiaomi MIoT MAX (WiFi)",
"ru": "Пылесос Xiaomi MIoT MAX (WiFi)",
"ko": "샤오미 진공 청소기 MIoT MAX (WiFi)"
},
"images": {
"large": "drivers/vacuum_xiaomi_vacuum_miot/assets/images/large.jpg",
"small": "drivers/vacuum_xiaomi_vacuum_miot/assets/images/small.jpg"
},
"class": "vacuumcleaner",
"capabilities": [
"onoff",
"vacuumcleaner_state",
"vacuum_xiaomi_mop_mode_max",
"vacuum_xiaomi_cleaning_mode_max",
"vacuum_xiaomi_water_level_max",
"vacuum_xiaomi_path_mode_max",
"vacuum_xiaomi_carpet_mode_max",
"vacuum_xiaomi_status",
"measure_battery",
"alarm_battery",
"alarm_main_brush_work_time",
"alarm_side_brush_work_time",
"alarm_filter_work_time",
"alarm_water_shortage"
],
"energy": {
"batteries": [
"INTERNAL"
]
},
"id": "vacuum_xiaomi_vacuum_max",
"settings": [
{
"type": "group",
"label": {
"en": "Rooms",
"nl": "Kamers",
"da": "Rum",
"de": "Räume",
"es": "Habitaciones",
"fr": "Pièces",
"it": "Stanze",
"no": "Rom",
"sv": "Rum",
"pl": "Pokoje",
"ru": "Комнаты",
"ko": "방"
},
"children": [
{
"id": "rooms",
"type": "text",
"label": {
"en": "Rooms JSON (e.g. [{\"id\":1,\"name\":\"Kitchen\"}])",
"nl": "Kamers JSON",
"da": "Rum JSON",
"de": "Räume JSON",
"es": "Habitaciones JSON",
"fr": "Pièces JSON",
"it": "Stanze JSON",
"no": "Rom JSON",
"sv": "Rum JSON",
"pl": "Pokoje JSON",
"ru": "Комнаты JSON",
"ko": "방 JSON"
},
"hint": {
"en": "Manual list if auto-fetch fails. Each item requires an id and name.",
"nl": "Handmatige lijst als automatisch ophalen mislukt.",
"da": "Manuel liste hvis auto-hent fejler.",
"de": "Manuelle Liste, wenn Auto-Abruf fehlschlägt.",
"es": "Lista manual si la obtención automática falla.",
"fr": "Liste manuelle si l'auto-récupération échoue.",
"it": "Elenco manuale se l'acquisizione automatica fallisce.",
"no": "Manuell liste hvis auto-henting feiler.",
"sv": "Manuell lista om auto-hämtning misslyckas.",
"pl": "Lista ręczna, jeśli auto-pobieranie zawiedzie.",
"ru": "Список вручную, если авто-выгрузка не работает.",
"ko": "자동 가져오기가 실패할 경우 수동 목록."
},
"value": "[]"
},
{
"id": "rooms_display",
"type": "label",
"label": {
"en": "Detected rooms",
"nl": "Gedetecteerde kamers",
"da": "Registrerede rum",
"de": "Erkannte Räume",
"es": "Habitaciones detectadas",
"fr": "Pièces détectées",
"it": "Stanze rilevate",
"no": "Oppdagede rom",
"sv": "Upptäckta rum",
"pl": "Wykryte pokoje",
"ru": "Обнаруженные комнаты",
"ko": "감지된 방"
},
"value": "No rooms fetched yet"
}
]
},
{
"type": "group",
"label": {
"en": "Consumables",
"nl": "Verbruiksartikelen",
"da": "Forbrugsvarer",
"de": "Verbrauchsmaterialien",
"es": "Consumibles",
"fr": "Consommables",
"it": "Consumabili",
"no": "Forbruksvarer",
"sv": "Förbrukningsvaror",
"pl": "Materiały eksploatacyjne",
"ru": "Расходные материалы",
"ko": "소모품"
},
"children": [
{
"id": "alarm_threshold",
"type": "number",
"label": {
"en": "Alarm threshold",
"nl": "Alarm ondergrens",
"da": "Alarmgrænse",
"de": "Alarmschwelle",
"es": "Umbral de alarma",
"fr": "Seuil d'alarme",
"it": "Soglia di allarme",
"no": "Alarm terskel",
"sv": "Alarmtröskel",
"pl": "Próg alarmowy",
"ru": "Порог тревоги",
"ko": "알람 임계 값"
},
"hint": {
"en": "Threshold below which the alarm will be activated.",
"nl": "Ondergrens voor het triggeren van het alarm",
"da": "Grænse under hvilken alarmen aktiveres.",
"de": "Schwelle, unter der der Alarm aktiviert wird.",
"es": "Umbral por debajo del cual se activará la alarma.",
"fr": "Seuil en dessous duquel l'alarme sera activée.",
"it": "Soglia al di sotto della quale l'allarme verrà attivato.",
"no": "Grensen under hvilken alarmen blir aktivert.",
"sv": "Tröskeln under vilken larmet aktiveras.",
"pl": "Próg, poniżej którego alarm zostanie aktywowany.",
"ru": "Порог, ниже которого будет активирована тревога.",
"ko": "알람이 활성화되는 임계 값"
},
"value": 20,
"attr": {
"min": 1,
"max": 90
}
},
{
"id": "main_brush_work_time",
"type": "label",
"label": {
"en": "Main brush remaining (%)",
"nl": "Hoofdborstel over (%)",
"da": "Hovedbørste tilbage (%)",
"de": "Verbleibende Hauptbürste (%)",
"es": "Cepillo principal restante (%)",
"fr": "Brosse principale restante (%)",
"it": "Spazzola principale rimanente (%)",
"no": "Hovedbørste gjenstår (%)",
"sv": "Huvudborste återstående (%)",
"pl": "Pozostało głównej szczotki (%)",
"ru": "Осталось главной щетки (%)",
"ko": "남은 주요 브러시 (%)"
},
"value": "0%"
},
{
"id": "side_brush_work_time",
"type": "label",
"label": {
"en": "Side brush remaining",
"nl": "Zijborstel over",
"da": "Sidebørste tilbage",
"de": "Verbleibende Seitenbürste",
"es": "Cepillo lateral restante",
"fr": "Brosse latérale restante",
"it": "Spazzola laterale rimanente",
"no": "Sidebørste gjenstår",
"sv": "Sidoborste återstående",
"pl": "Pozostało szczotki bocznej",
"ru": "Осталось боковой щетки",
"ko": "남은 사이드 브러시"
},
"value": "0%"
},
{
"id": "filter_work_time",
"type": "label",
"label": {
"en": "Filter remaining",
"nl": "Filter over",
"da": "Filter tilbage",
"de": "Verbleibender Filter",
"es": "Filtro restante",
"fr": "Filtre restant",
"it": "Filtro rimanente",
"no": "Filter gjenstår",
"sv": "Filter kvar",
"pl": "Pozostało filtra",
"ru": "Осталось фильтра",
"ko": "남은 필터"
},
"value": "0%"
},
{
"id": "total_work_time",
"type": "number",
"label": {
"en": "Total work time (h)",
"nl": "Totale gebruikstijd (u)",
"da": "Samlet arbejdstid (t)",
"de": "Gesamtarbeitszeit (h)",
"es": "Tiempo total de trabajo (h)",
"fr": "Temps de travail total (h)",
"it": "Tempo di lavoro totale (h)",
"no": "Total arbeidstid (t)",
"sv": "Total arbetstid (h)",
"pl": "Całkowity czas pracy (h)",
"ru": "Общее время работы (ч)",
"ko": "총 작업 시간 (h)"
},
"value": 0,
"attr": {
"min": 0,
"step": 0.1
}
},
{
"id": "total_cleared_area",
"type": "number",
"label": {
"en": "Total cleaned area (m²)",
"nl": "Totaal geschoont (m²)",
"da": "Samlet rengjort område (m²)",
"de": "Gesamt gereinigte Fläche (m²)",
"es": "Área total limpia (m²)",
"fr": "Surface totale nettoyée (m²)",
"it": "Area totale pulita (m²)",
"no": "Totalt rengjort område (m²)",
"sv": "Totalt rengjort område (m²)",
"pl": "Całkowita oczyszczona powierzchnia (m²)",
"ru": "Общая очищенная площадь (м²)",
"ko": "총 청소 면적 (m²)"
},
"value": 0,
"attr": {
"min": 0,
"step": 0.1
}
},
{
"id": "total_clean_count",
"type": "number",
"label": {
"en": "Total clean count",
"nl": "Totaal aantal opschoningen",
"da": "Samlet rengøringsantal",
"de": "Gesamt Reinigungsanzahl",
"es": "Conteo total de limpiezas",
"fr": "Nombre total de nettoyages",
"it": "Conteggio totale pulizie",
"no": "Total rengjøringsteller",
"sv": "Totalstädningsräkning",
"pl": "Całkowita liczba sprzątań",
"ru": "Общее количество уборок",
"ko": "총 청소 횟수"
},
"value": 0,
"attr": {
"min": 0,
"step": 1
}
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "장치 데이터"
},
"children": [
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/vacuum_xiaomi_vacuum_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Xiaomi Vacuum Cleaner MIoT (WiFi)",
"nl": "Xiaomi stofzuiger MIoT (WiFi)",
"da": "Xiaomi Støvsuger MIoT (WiFi)",
"de": "Xiaomi Staubsauger MIoT (WiFi)",
"es": "Aspiradora Xiaomi MIoT (WiFi)",
"fr": "Aspirateur Xiaomi MIoT (WiFi)",
"it": "Aspirapolvere Xiaomi MIoT (WiFi)",
"no": "Xiaomi Støvsuger MIoT (WiFi)",
"sv": "Xiaomi Dammsugare MIoT (WiFi)",
"pl": "Odkurzacz Xiaomi MIoT (WiFi)",
"ru": "Пылесос Xiaomi MIoT (WiFi)",
"ko": "샤오미 진공 청소기 MIoT (WiFi)"
},
"images": {
"large": "drivers/vacuum_xiaomi_vacuum_miot/assets/images/large.jpg",
"small": "drivers/vacuum_xiaomi_vacuum_miot/assets/images/small.jpg"
},
"class": "vacuumcleaner",
"capabilities": [
"onoff",
"vacuumcleaner_state",
"vacuum_xiaomi_mop_mode",
"measure_battery",
"alarm_battery",
"alarm_main_brush_work_time",
"alarm_side_brush_work_time",
"alarm_filter_work_time"
],
"energy": {
"batteries": [
"INTERNAL"
]
},
"id": "vacuum_xiaomi_vacuum_miot",
"settings": [
{
"type": "group",
"label": {
"en": "Consumables",
"nl": "Verbruiksartikelen",
"da": "Forbrugsvarer",
"de": "Verbrauchsmaterialien",
"es": "Consumibles",
"fr": "Consommables",
"it": "Consumabili",
"no": "Forbruksvarer",
"sv": "Förbrukningsvaror",
"pl": "Materiały eksploatacyjne",
"ru": "Расходные материалы",
"ko": "소모품"
},
"children": [
{
"id": "alarm_threshold",
"type": "number",
"label": {
"en": "Alarm threshold",
"nl": "Alarm ondergrens",
"da": "Alarmgrænse",
"de": "Alarmschwelle",
"es": "Umbral de alarma",
"fr": "Seuil d'alarme",
"it": "Soglia di allarme",
"no": "Alarm terskel",
"sv": "Alarmtröskel",
"pl": "Próg alarmowy",
"ru": "Порог тревоги",
"ko": "알람 임계 값"
},
"hint": {
"en": "Threshold below which the alarm will be activated.",
"nl": "Ondergrens voor het triggeren van het alarm",
"da": "Grænse under hvilken alarmen aktiveres.",
"de": "Schwelle, unter der der Alarm aktiviert wird.",
"es": "Umbral por debajo del cual se activará la alarma.",
"fr": "Seuil en dessous duquel l'alarme sera activée.",
"it": "Soglia al di sotto della quale l'allarme verrà attivato.",
"no": "Grensen under hvilken alarmen blir aktivert.",
"sv": "Tröskeln under vilken larmet aktiveras.",
"pl": "Próg, poniżej którego alarm zostanie aktywowany.",
"ru": "Порог, ниже которого будет активирована тревога.",
"ko": "알람이 활성화되는 임계 값"
},
"value": 20,
"attr": {
"min": 1,
"max": 90
}
},
{
"id": "main_brush_work_time",
"type": "label",
"label": {
"en": "Main brush remaining (%)",
"nl": "Hoofdborstel over (%)",
"da": "Hovedbørste tilbage (%)",
"de": "Verbleibende Hauptbürste (%)",
"es": "Cepillo principal restante (%)",
"fr": "Brosse principale restante (%)",
"it": "Spazzola principale rimanente (%)",
"no": "Hovedbørste gjenstår (%)",
"sv": "Huvudborste återstående (%)",
"pl": "Pozostało głównej szczotki (%)",
"ru": "Осталось главной щетки (%)",
"ko": "남은 주요 브러시 (%)"
},
"value": "0%"
},
{
"id": "side_brush_work_time",
"type": "label",
"label": {
"en": "Side brush remaining",
"nl": "Zijborstel over",
"da": "Sidebørste tilbage",
"de": "Verbleibende Seitenbürste",
"es": "Cepillo lateral restante",
"fr": "Brosse latérale restante",
"it": "Spazzola laterale rimanente",
"no": "Sidebørste gjenstår",
"sv": "Sidoborste återstående",
"pl": "Pozostało szczotki bocznej",
"ru": "Осталось боковой щетки",
"ko": "남은 사이드 브러시"
},
"value": "0%"
},
{
"id": "filter_work_time",
"type": "label",
"label": {
"en": "Filter remaining",
"nl": "Filter over",
"da": "Filter tilbage",
"de": "Verbleibender Filter",
"es": "Filtro restante",
"fr": "Filtre restant",
"it": "Filtro rimanente",
"no": "Filter gjenstår",
"sv": "Filter kvar",
"pl": "Pozostało filtra",
"ru": "Осталось фильтра",
"ko": "남은 필터"
},
"value": "0%"
},
{
"id": "total_work_time",
"type": "label",
"label": {
"en": "Total work time",
"nl": "Totale gebruikstijd",
"da": "Samlet arbejdstid",
"de": "Gesamtarbeitszeit",
"es": "Tiempo total de trabajo",
"fr": "Temps de travail total",
"it": "Tempo di lavoro totale",
"no": "Total arbeidstid",
"sv": "Total arbetstid",
"pl": "Całkowity czas pracy",
"ru": "Общее время работы",
"ko": "총 작업 시간"
},
"value": "0"
},
{
"id": "total_cleared_area",
"type": "label",
"label": {
"en": "Total cleaned area",
"nl": "Totaal geschoont",
"da": "Samlet rengjort område",
"de": "Gesamt gereinigte Fläche",
"es": "Área total limpia",
"fr": "Surface totale nettoyée",
"it": "Area totale pulita",
"no": "Totalt rengjort område",
"sv": "Totalt rengjort område",
"pl": "Całkowita oczyszczona powierzchnia",
"ru": "Общая очищенная площадь",
"ko": "총 청소 면적"
},
"value": "0"
},
{
"id": "total_clean_count",
"type": "label",
"label": {
"en": "Total clean count",
"nl": "Totaal aantal opschoningen",
"da": "Samlet rengøringsantal",
"de": "Gesamt Reinigungsanzahl",
"es": "Conteo total de limpiezas",
"fr": "Nombre total de nettoyages",
"it": "Conteggio totale pulizie",
"no": "Total rengjøringsteller",
"sv": "Totalstädningsräkning",
"pl": "Całkowita liczba sprzątań",
"ru": "Общее количество уборок",
"ko": "총 청소 횟수"
},
"value": "0"
}
]
},
{
"type": "group",
"label": {
"en": "Device data",
"nl": "Apparaat data",
"da": "Enhedsdata",
"de": "Gerätedaten",
"es": "Datos del dispositivo",
"fr": "Données de l'appareil",
"it": "Dati del dispositivo",
"no": "Enhetsdata",
"sv": "Enhetsdata",
"pl": "Dane urządzenia",
"ru": "Данные устройства",
"ko": "장치 데이터"
},
"children": [
{
"id": "error",
"type": "label",
"label": {
"en": "Error",
"nl": "Error",
"da": "Fejl",
"de": "Fehler",
"es": "Error",
"fr": "Erreur",
"it": "Errore",
"no": "Feil",
"sv": "Fel",
"pl": "Błąd",
"ru": "Ошибка",
"ko": "오류"
},
"value": "No error"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/vibration_sensor/assets/icon.svg",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
},
"options": {
"singular": false
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Vibration Sensor (Gateway)",
"nl": "Vibration Sensor (Gateway)",
"da": "Vibrationssensor (Gateway)",
"de": "Vibrationssensor (Gateway)",
"es": "Sensor de Vibración (Gateway)",
"fr": "Capteur de Vibration (Passerelle)",
"it": "Sensore di Vibrazione (Gateway)",
"no": "Vibrasjonssensor (Gateway)",
"sv": "Vibrationssensor (Gateway)",
"pl": "Czujnik Wibracji (Gateway)",
"ru": "Датчик Вибрации (Шлюз)",
"ko": "진동 센서 (게이트웨이)"
},
"images": {
"large": "/drivers/vibration_sensor/assets/images/large.jpg",
"small": "/drivers/vibration_sensor/assets/images/small.jpg"
},
"class": "sensor",
"capabilities": [
"alarm_tamper",
"alarm_motion.tilt",
"alarm_motion.freefall",
"measure_battery",
"alarm_battery"
],
"capabilitiesOptions": {
"alarm_tamper": {
"title": {
"en": "Vibrate",
"nl": "Vibratie",
"da": "Vibrering",
"de": "Vibrieren",
"es": "Vibrar",
"fr": "Vibrer",
"it": "Vibrare",
"no": "Vibrere",
"sv": "Vibrera",
"pl": "Wibracja",
"ru": "Вибрация",
"ko": "진동"
}
},
"alarm_motion.tilt": {
"title": {
"en": "Tilt",
"nl": "Tilt",
"da": "Vip",
"de": "Neigung",
"es": "Inclinación",
"fr": "Inclinaison",
"it": "Inclinazione",
"no": "Vippe",
"sv": "Lutning",
"pl": "Przechylenie",
"ru": "Наклон",
"ko": "기울기"
}
},
"alarm_motion.freefall": {
"title": {
"en": "Free fall",
"nl": "Vrije val",
"da": "Frit fald",
"de": "Freier Fall",
"es": "Caída libre",
"fr": "Chute libre",
"it": "Caduta libera",
"no": "Fritt fall",
"sv": "Fritt fall",
"pl": "Upadek swobodny",
"ru": "Свободное падение",
"ko": "자유 낙하"
}
}
},
"energy": {
"batteries": [
"CR2032"
]
},
"id": "vibration_sensor",
"settings": [
{
"type": "group",
"label": {
"en": "Duration of the sensor alarm",
"nl": "Duur van het sensor alarm",
"da": "Varighed af sensoralarmen",
"de": "Dauer des Sensoralarms",
"es": "Duración de la alarma del sensor",
"fr": "Durée de l'alarme du capteur",
"it": "Durata dell'allarme del sensore",
"no": "Varighet av sensoralarmen",
"sv": "Varaktighet för sensorlarmet",
"pl": "Czas trwania alarmu czujnika",
"ru": "Длительность сигнализации датчика",
"ko": "센서 알람 지속 시간"
},
"children": [
{
"id": "alarm_duration_number",
"type": "number",
"label": {
"en": "Disable after",
"nl": "Uitschakelen na",
"da": "Deaktiver efter",
"de": "Deaktivieren nach",
"es": "Desactivar después de",
"fr": "Désactiver après",
"it": "Disattiva dopo",
"no": "Deaktiver etter",
"sv": "Avaktivera efter",
"pl": "Wyłącz po",
"ru": "Отключить после",
"ko": "이후 비활성화"
},
"value": 60,
"attr": {
"min": 60,
"max": 86400
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"type": "label",
"value": "0123456789abcd",
"label": {
"en": "Device SID",
"nl": "Apparaat SID",
"da": "Enhed SID",
"de": "Gerät SID",
"es": "Dispositivo SID",
"fr": "Appareil SID",
"it": "Dispositivo SID",
"no": "Enhet SID",
"sv": "Enhet SID",
"pl": "Urządzenie SID",
"ru": "Устройство SID",
"ko": "장치 SID"
}
},
{
"id": "model",
"type": "label",
"value": "lumi.device",
"label": {
"en": "Model",
"nl": "Model",
"da": "Model",
"de": "Modell",
"es": "Modelo",
"fr": "Modèle",
"it": "Modello",
"no": "Modell",
"sv": "Modell",
"pl": "Model",
"ru": "Модель",
"ko": "모델"
}
},
{
"id": "modelCode",
"type": "label",
"value": "AABBCC01LM",
"label": {
"en": "Device Model Code",
"nl": "Apparaat modelcode",
"da": "Enhedsmodelkode",
"de": "Gerätemodellcode",
"es": "Código de modelo del dispositivo",
"fr": "Code modèle de l'appareil",
"it": "Codice modello del dispositivo",
"no": "Enhetsmodellkode",
"sv": "Enhetsmodellkod",
"pl": "Kod modelu urządzenia",
"ru": "Код модели устройства",
"ko": "장치 모델 코드"
}
}
]
}
]
},
{
"icon": "/drivers/yeelink_light_ceil43_miot/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Yeelight Arwen Ceiling Light D (WiFi)",
"nl": "Yeelight Arwen Plafondlamp D (WiFi)",
"da": "Yeelight Arwen Loftslampe D (WiFi)",
"de": "Yeelight Arwen Deckenleuchte D (WiFi)",
"es": "Luz de techo Yeelight Arwen D (WiFi)",
"fr": "Plafonnier Yeelight Arwen D (WiFi)",
"it": "Plafoniera Yeelight Arwen D (WiFi)",
"no": "Yeelight Arwen Taklampe D (WiFi)",
"sv": "Yeelight Arwen Taklampa D (WiFi)",
"pl": "Lampa sufitowa Yeelight Arwen D (WiFi)",
"ru": "Потолочный светильник Yeelight Arwen D (WiFi)",
"ko": "Yeelight Arwen 천장 조명 D (WiFi)"
},
"images": {
"large": "drivers/yeelink_light_ceil43_miot/assets/images/large.jpg",
"small": "drivers/yeelink_light_ceil43_miot/assets/images/small.jpg"
},
"class": "light",
"capabilities": [
"onoff",
"dim",
"light_mode",
"yeelight_ceil43_mode",
"light_temperature",
"light_hue",
"light_saturation",
"onoff.ambient",
"dim.ambient",
"light_mode.ambient",
"light_temperature.ambient",
"light_hue.ambient",
"light_saturation.ambient"
],
"capabilitiesOptions": {
"dim": {
"min": 0.01
},
"onoff.ambient": {
"title": {
"en": "Ambient Light",
"nl": "Sfeerverlichting",
"da": "Stemningslys",
"de": "Ambiente-Licht",
"es": "Luz ambiental",
"fr": "Lumière d'ambiance",
"it": "Luce ambientale",
"no": "Stemningslys",
"sv": "Stämningsljus",
"pl": "Swiatlo otoczenia",
"ru": "Фоновая подсветка",
"ko": "무드등"
}
},
"dim.ambient": {
"title": {
"en": "Ambient Brightness"
},
"min": 0.01
},
"light_mode.ambient": {
"title": {
"en": "Ambient Mode"
}
},
"light_temperature.ambient": {
"title": {
"en": "Ambient Temperature"
}
},
"light_hue.ambient": {
"title": {
"en": "Ambient Hue"
}
},
"light_saturation.ambient": {
"title": {
"en": "Ambient Saturation"
}
}
},
"id": "yeelink_light_ceil43_miot",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"ja": "デバイス設定",
"zh": "设备设置"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
},
{
"icon": "/drivers/zhimi-fan/assets/icon.svg",
"pair": [
{
"id": "start",
"navigation": {
"next": "pair"
}
},
{
"id": "pair"
},
{
"id": "add_device"
}
],
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"name": {
"en": "Basic Smartmi/ZhiMi Fan (WiFi)",
"nl": "Basis Smartmi/ZhiMi Fan (WiFi)",
"da": "Basis Smartmi/ZhiMi Fan (WiFi)",
"de": "Basis Smartmi/ZhiMi Fan (WiFi)",
"es": "Ventilador Básico Smartmi/ZhiMi (WiFi)",
"fr": "Ventilateur Smartmi/ZhiMi de base (WiFi)",
"it": "Ventilatore Smartmi/ZhiMi Base (WiFi)",
"no": "Grunnleggende Smartmi/ZhiMi Vifte (WiFi)",
"sv": "Grundläggande Smartmi/ZhiMi Fläkt (WiFi)",
"pl": "Podstawowy wentylator Smartmi/ZhiMi (WiFi)",
"ru": "Базовый вентилятор Smartmi/ZhiMi (WiFi)",
"ko": "기본 Smartmi/ZhiMi 팬 (WiFi)"
},
"images": {
"large": "drivers/zhimi-fan/assets/images/large.jpg",
"small": "drivers/zhimi-fan/assets/images/small.jpg"
},
"class": "fan",
"capabilities": [
"onoff"
],
"id": "zhimi-fan",
"settings": [
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"type": "text",
"value": "0.0.0.0",
"label": {
"en": "IP Address",
"nl": "IP adres",
"da": "IP-adresse",
"de": "IP-Adresse",
"es": "Dirección IP",
"fr": "Adresse IP",
"it": "Indirizzo IP",
"no": "IP-adresse",
"sv": "IP-adress",
"pl": "Adres IP",
"ru": "IP-адрес",
"ko": "IP 주소"
}
},
{
"id": "token",
"type": "text",
"value": "",
"label": {
"en": "Mi Device Token",
"nl": "Mi Apparaat Token",
"da": "Mi Enheds Token",
"de": "Mi Gerätetoken",
"es": "Token del Dispositivo Mi",
"fr": "Jeton de l'Appareil Mi",
"it": "Token Dispositivo Mi",
"no": "Mi Enhet Token",
"sv": "Mi Enhetstoken",
"pl": "Token Urządzenia Mi",
"ru": "Токен Устройства Mi",
"ko": "Mi 기기 토큰"
}
},
{
"id": "polling",
"type": "number",
"value": 60,
"attr": {
"min": 5,
"max": 3600
},
"label": {
"en": "Polling Frequency",
"nl": "Polling frequentie",
"da": "Polling Frekvens",
"de": "Abfragefrequenz",
"es": "Frecuencia de sondeo",
"fr": "Fréquence de sondage",
"it": "Frequenza di polling",
"no": "Polling Frekvens",
"sv": "Pollingfrekvens",
"pl": "Częstotliwość odpytywania",
"ru": "Частота опроса",
"ko": "폴링 빈도"
}
}
]
}
]
}
],
"capabilities": {
"airfryer_careli_food_quantity": {
"type": "enum",
"title": {
"en": "Food Quantity",
"nl": "Voedselhoeveelheid",
"da": "Mad Kvantitet",
"de": "Lebensmittelmenge",
"es": "Cantidad de Comida",
"fr": "Quantité de Nourriture",
"it": "Quantità di Cibo",
"no": "Mat Mengde",
"sv": "Matmängd",
"pl": "Ilość Jedzenia",
"ru": "Количество Еды",
"ko": "음식 양"
},
"values": [
{
"id": "0",
"title": {
"en": "None",
"nl": "Geen",
"da": "Ingen",
"de": "Kein",
"es": "Ninguna",
"fr": "Aucun",
"it": "Nessuno",
"no": "Ingen",
"sv": "Inget",
"pl": "Brak",
"ru": "Нет",
"ko": "없음"
}
},
{
"id": "1",
"title": {
"en": "Single",
"nl": "Enkel",
"da": "Enkelt",
"de": "Einzeln",
"es": "Único",
"fr": "Simple",
"it": "Singolo",
"no": "Enkelt",
"sv": "Enkel",
"pl": "Pojedynczy",
"ru": "Одинарный",
"ko": "단일"
}
},
{
"id": "2",
"title": {
"en": "Double",
"nl": "Dubbel",
"da": "Dobbelt",
"de": "Doppelt",
"es": "Doble",
"fr": "Double",
"it": "Doppio",
"no": "Dobbel",
"sv": "Dubbel",
"pl": "Podwójny",
"ru": "Двойной",
"ko": "더블"
}
},
{
"id": "3",
"title": {
"en": "Half",
"nl": "Half",
"da": "Halv",
"de": "Halb",
"es": "Medio",
"fr": "Moitié",
"it": "Metà",
"no": "Halv",
"sv": "Halv",
"pl": "Połowa",
"ru": "Половина",
"ko": "반"
}
},
{
"id": "4",
"title": {
"en": "Full",
"nl": "Vol",
"da": "Fuldt",
"de": "Voll",
"es": "Completo",
"fr": "Complet",
"it": "Pieno",
"no": "Full",
"sv": "Full",
"pl": "Pełny",
"ru": "Полный",
"ko": "가득"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/food-quantity.svg"
},
"airfryer_careli_mode": {
"type": "enum",
"title": {
"en": "Air Fryer Mode",
"nl": "Air Fryer Mode",
"da": "Airfryer-tilstand",
"de": "Airfryer Modus",
"es": "Modo Freidora de Aire",
"fr": "Mode Friteuse à Air",
"it": "Modalità Friggitrice ad Aria",
"no": "Luftfrityrmodus",
"sv": "Luftfritösläge",
"pl": "Tryb Frytownicy Powietrznej",
"ru": "Режим Аэрофритюрницы",
"ko": "에어프라이어 모드"
},
"values": [
{
"id": "0",
"title": {
"en": "Shutdown",
"nl": "Uitgeschakeld",
"da": "Luk ned",
"de": "Abschalten",
"es": "Apagado",
"fr": "Arrêt",
"it": "Spegnimento",
"no": "Avslutte",
"sv": "Stänga av",
"pl": "Wyłączone",
"ru": "Выключение",
"ko": "종료"
}
},
{
"id": "1",
"title": {
"en": "Standby",
"nl": "Standby",
"da": "Stand-by",
"de": "Standby",
"es": "En Espera",
"fr": "Veille",
"it": "Standby",
"no": "Standby",
"sv": "Standby",
"pl": "Czekanie",
"ru": "Режим ожидания",
"ko": "대기 중"
}
},
{
"id": "2",
"title": {
"en": "Pause",
"nl": "Pauze",
"da": "Pause",
"de": "Pause",
"es": "Pausa",
"fr": "Pause",
"it": "Pausa",
"no": "Pause",
"sv": "Paus",
"pl": "Pauza",
"ru": "Пауза",
"ko": "일시 중지"
}
},
{
"id": "3",
"title": {
"en": "Schedule",
"nl": "Schema",
"da": "Planlægning",
"de": "Zeitplan",
"es": "Horario",
"fr": "Programme",
"it": "Programma",
"no": "Planlegge",
"sv": "Schema",
"pl": "Harmonogram",
"ru": "Расписание",
"ko": "일정"
}
},
{
"id": "4",
"title": {
"en": "Cooking",
"nl": "Bakken",
"da": "Madlavning",
"de": "Kochen",
"es": "Cocinando",
"fr": "Cuisson",
"it": "Cottura",
"no": "Matlaging",
"sv": "Matlagning",
"pl": "Gotowanie",
"ru": "Готовка",
"ko": "요리 중"
}
},
{
"id": "5",
"title": {
"en": "Preheat",
"nl": "Voorverwarmen",
"da": "Forvarm",
"de": "Vorheizen",
"es": "Precalentar",
"fr": "Préchauffage",
"it": "Preriscalda",
"no": "Forvarme",
"sv": "Förvärm",
"pl": "Rozgrzewanie",
"ru": "Предварительный нагрев",
"ko": "예열"
}
},
{
"id": "6",
"title": {
"en": "Cooked",
"nl": "Gebakken",
"da": "Tilberedt",
"de": "Gekocht",
"es": "Cocido",
"fr": "Cuit",
"it": "Cotto",
"no": "Kokt",
"sv": "Tillagad",
"pl": "Ugotowane",
"ru": "Приготовлено",
"ko": "조리 완료"
}
},
{
"id": "7",
"title": {
"en": "Preheat finished",
"nl": "Voorverwarmen klaar",
"da": "Forvarm færdig",
"de": "Vorheizen abgeschlossen",
"es": "Precalentamiento terminado",
"fr": "Préchauffage terminé",
"it": "Preriscaldamento finito",
"no": "Forvarming ferdig",
"sv": "Förvärmning klart",
"pl": "Rozgrzewanie zakończone",
"ru": "Предварительный нагрев завершен",
"ko": "예열 완료"
}
},
{
"id": "8",
"title": {
"en": "Preheat paused",
"nl": "Voorverwarmen gepauzeerd",
"da": "Forvarm sat på pause",
"de": "Vorheizen pausiert",
"es": "Precalentamiento en pausa",
"fr": "Préchauffage en pause",
"it": "Preriscaldamento in pausa",
"no": "Forvarming satt på pause",
"sv": "Förvärmning pausad",
"pl": "Rozgrzewanie wstrzymane",
"ru": "Предварительный нагрев приостановлен",
"ko": "예열 일시 중지"
}
},
{
"id": "9",
"title": {
"en": "Pause2",
"nl": "Pause2",
"da": "Pause2",
"de": "Pause2",
"es": "Pause2",
"fr": "Pause2",
"it": "Pause2",
"no": "Pause2",
"sv": "Pause2",
"pl": "Pause2",
"ru": "Pause2",
"ko": "Pause2"
}
}
],
"getable": true,
"setable": false,
"icon": "/assets/icons/airfryer-mode.svg"
},
"airfryer_careli_target_temperature": {
"type": "number",
"title": {
"en": "Target Temperature",
"nl": "Target Temperature",
"da": "Måltemperatur",
"de": "Zieltemperatur",
"es": "Temperatura Objetivo",
"fr": "Température Cible",
"it": "Temperatura Obiettivo",
"no": "Måltemperatur",
"sv": "Måltemperatur",
"pl": "Temperatura Docelowa",
"ru": "Целевая Температура",
"ko": "목표 온도"
},
"icon": "/assets/icons/target_temperature.svg",
"getable": true,
"setable": true,
"units": {
"en": "°C",
"nl": "°C",
"da": "°C",
"de": "°C",
"es": "°C",
"fr": "°C",
"it": "°C",
"no": "°C",
"sv": "°C",
"pl": "°C",
"ru": "°C",
"ko": "°C"
},
"min": 40,
"max": 200,
"decimals": 0,
"insights": false
},
"airfryer_careli_target_time": {
"type": "number",
"title": {
"en": "Target time",
"nl": "Target time",
"da": "Måletid",
"de": "Zielzeit",
"es": "Tiempo objetivo",
"fr": "Temps cible",
"it": "Tempo target",
"no": "Måletid",
"sv": "Måltid",
"pl": "Czas docelowy",
"ru": "Целевое время",
"ko": "목표 시간"
},
"icon": "/assets/icons/target_time.svg",
"getable": true,
"setable": true,
"units": {
"en": "minutes",
"nl": "minuten",
"da": "minutter",
"de": "Minuten",
"es": "minutos",
"fr": "minutes",
"it": "minuti",
"no": "minutter",
"sv": "minuter",
"pl": "minuty",
"ru": "минуты",
"ko": "분"
},
"min": 0,
"max": 1440,
"decimals": 0,
"insights": false
},
"airpurifier_heater_mode": {
"type": "enum",
"title": {
"en": "Air Purifier Heating Mode",
"nl": "Air Purifier verwarming modus",
"da": "Luftrenser opvarmningsfunktion",
"de": "Luftreiniger-Heizmodus",
"es": "Modo de calefacción del purificador de aire",
"fr": "Mode chauffage purificateur d'air",
"it": "Modalità riscaldamento purificatore d'aria",
"no": "Luftrenser oppvarmningsmodus",
"sv": "Luftrenare värmeläge",
"pl": "Tryb ogrzewania oczyszczacza powietrza",
"ru": "Режим обогрева воздухоочистителя",
"ko": "공기 청정기 난방 모드"
},
"values": [
{
"id": "off",
"title": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wył.",
"ru": "Выкл.",
"ko": "끄기"
}
},
{
"id": "low",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Faible",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "medium",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Mellem",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Mellan",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "high",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/heater-mode.svg"
},
"airpurifier_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"getable": true,
"setable": true,
"values": [
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Automático",
"fr": "Auto",
"it": "Automatico",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "silent",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "무음"
}
},
{
"id": "favorite",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"da": "Favorit",
"de": "Favorit",
"es": "Favorito",
"fr": "Favori",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Любимый",
"ko": "즐겨찾기"
}
},
{
"id": "idle",
"title": {
"en": "Idle",
"nl": "Standby",
"da": "Inaktiv",
"de": "Leerlauf",
"es": "Inactivo",
"fr": "Inactif",
"it": "Inattivo",
"no": "Inaktiv",
"sv": "Inaktiv",
"pl": "Bezczynność",
"ru": "Ожидание",
"ko": "유휴"
}
},
{
"id": "low",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Bas",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮은"
}
},
{
"id": "medium",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Medium",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "high",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Haut",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높은"
}
},
{
"id": "strong",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Silny",
"ru": "Сильный",
"ko": "강한"
}
}
],
"icon": "/assets/icons/airpurifier-mode.svg"
},
"airpurifier_xiaomi_fanlevel": {
"type": "number",
"title": {
"en": "Fan Level",
"nl": "Fan Level",
"da": "Ventilatorniveau",
"de": "Lüfterstufe",
"es": "Nivel del ventilador",
"fr": "Niveau du ventilateur",
"it": "Livello della ventola",
"no": "Viftenivå",
"sv": "Fläktnivå",
"pl": "Poziom wentylatora",
"ru": "Уровень вентилятора",
"ko": "팬 레벨"
},
"getable": true,
"setable": true,
"min": 0,
"max": 14,
"step": 1,
"icon": "/assets/icons/fanlevel.svg"
},
"airpurifier_zhimi_airfresh_mode": {
"type": "enum",
"title": {
"en": "Air Fresh Mode",
"nl": "Air Fresh Mode",
"da": "Luftfriskningstilstand",
"de": "Luftfrisch-Modus",
"es": "Modo Aire Fresco",
"fr": "Mode Air Fresh",
"it": "Modalità Aria Fresca",
"no": "Luftfriskmodus",
"sv": "Luftfräschläget",
"pl": "Tryb Odświeżania Powietrza",
"ru": "Режим Очистки Воздуха",
"ko": "에어 프레시 모드"
},
"values": [
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Automatisch",
"es": "Automático",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "silent",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "무음"
}
},
{
"id": "interval",
"title": {
"en": "Interval",
"nl": "Interval",
"da": "Interval",
"de": "Intervall",
"es": "Intervalo",
"fr": "Intervalle",
"it": "Intervallo",
"no": "Intervall",
"sv": "Intervall",
"pl": "Interwał",
"ru": "Интервал",
"ko": "간격"
}
},
{
"id": "low",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Bas",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "middle",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Mellem",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "strong",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Haut",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/airpurifier-mode.svg"
},
"airpurifier_zhimi_airpurifier_mb3_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"de": "Modus",
"da": "Tilstand",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드",
"pt": "Modo",
"ja": "モード",
"zh": "模式"
},
"getable": true,
"setable": true,
"values": [
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"de": "Auto",
"da": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동",
"pt": "Automático",
"ja": "オート",
"zh": "自动"
}
},
{
"id": "night",
"title": {
"en": "Night",
"nl": "Nacht",
"de": "Nacht",
"da": "Nat",
"es": "Noche",
"fr": "Nuit",
"it": "Notte",
"no": "Natt",
"sv": "Natt",
"pl": "Noc",
"ru": "Ночь",
"ko": "밤",
"pt": "Noite",
"ja": "夜",
"zh": "夜晚"
}
},
{
"id": "favorite",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"de": "Favorit",
"da": "Favorit",
"es": "Favorito",
"fr": "Préféré",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Избранное",
"ko": "즐겨찾기",
"pt": "Favorito",
"ja": "お気に入り",
"zh": "最爱"
}
},
{
"id": "idle",
"title": {
"en": "Idle",
"nl": "Inactief",
"de": "Inaktiv",
"da": "Inaktiv",
"es": "Inactivo",
"fr": "Inactif",
"it": "Inattivo",
"no": "Inaktiv",
"sv": "Inaktiv",
"pl": "Bezczynny",
"ru": "Бездействие",
"ko": "대기 중",
"pt": "Inativo",
"ja": "アイドル",
"zh": "闲置"
}
}
],
"icon": "/assets/icons/airpurifier-mode.svg"
},
"airpurifier_zhimi_fanlevel": {
"type": "enum",
"title": {
"en": "Fan Level",
"nl": "Fan Level",
"da": "Ventilatorniveau",
"de": "Lüfterstufe",
"es": "Nivel del ventilador",
"fr": "Niveau du ventilateur",
"it": "Livello della ventola",
"no": "Viftenivå",
"sv": "Fläktnivå",
"pl": "Poziom wentylatora",
"ru": "Уровень вентилятора",
"ko": "팬 레벨"
},
"getable": true,
"setable": true,
"values": [
{
"id": "1",
"title": {
"en": "Level 1",
"nl": "Level 1",
"da": "Niveau 1",
"de": "Stufe 1",
"es": "Nivel 1",
"fr": "Niveau 1",
"it": "Livello 1",
"no": "Nivå 1",
"sv": "Nivå 1",
"pl": "Poziom 1",
"ru": "Уровень 1",
"ko": "레벨 1"
}
},
{
"id": "2",
"title": {
"en": "Level 2",
"nl": "Level 2",
"da": "Niveau 2",
"de": "Stufe 2",
"es": "Nivel 2",
"fr": "Niveau 2",
"it": "Livello 2",
"no": "Nivå 2",
"sv": "Nivå 2",
"pl": "Poziom 2",
"ru": "Уровень 2",
"ko": "레벨 2"
}
},
{
"id": "3",
"title": {
"en": "Level 3",
"nl": "Level 3",
"da": "Niveau 3",
"de": "Stufe 3",
"es": "Nivel 3",
"fr": "Niveau 3",
"it": "Livello 3",
"no": "Nivå 3",
"sv": "Nivå 3",
"pl": "Poziom 3",
"ru": "Уровень 3",
"ko": "레벨 3"
}
}
],
"icon": "/assets/icons/fanlevel.svg"
},
"airpurifier_zhimi_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"getable": true,
"setable": true,
"values": [
{
"id": "0",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "1",
"title": {
"en": "Night",
"nl": "Nacht",
"da": "Nat",
"de": "Nacht",
"es": "Noche",
"fr": "Nuit",
"it": "Notte",
"no": "Natt",
"sv": "Natt",
"pl": "Noc",
"ru": "Ночь",
"ko": "야간"
}
},
{
"id": "2",
"title": {
"en": "Favorite",
"nl": "Favoriet",
"da": "Favorit",
"de": "Favorit",
"es": "Favorito",
"fr": "Favori",
"it": "Preferito",
"no": "Favoritt",
"sv": "Favorit",
"pl": "Ulubiony",
"ru": "Избранное",
"ko": "선호"
}
},
{
"id": "3",
"title": {
"en": "Idle",
"nl": "Inactief",
"da": "Inaktiv",
"de": "Inaktiv",
"es": "Inactivo",
"fr": "Inactif",
"it": "Inattivo",
"no": "Inaktiv",
"sv": "Inaktiv",
"pl": "Bezczynny",
"ru": "Бездействие",
"ko": "대기"
}
}
],
"icon": "/assets/icons/airpurifier-mode.svg"
},
"alarm_desiccant_low": {
"type": "boolean",
"title": {
"en": "Desiccant Low"
},
"getable": true,
"setable": false,
"uiComponent": "sensor"
},
"alarm_filter_work_time": {
"title": {
"en": "Filter Alert",
"nl": "Filter waarschuwing",
"da": "Filteralarm",
"de": "Filteralarm",
"es": "Alerta de Filtro",
"fr": "Alerte Filtre",
"it": "Allarme Filtro",
"no": "Filtervarsling",
"sv": "Filtervarning",
"pl": "Alarm filtra",
"ru": "Сигнал фильтра",
"ko": "필터 알림"
},
"type": "boolean",
"getable": true,
"setable": false,
"icon": "/assets/icons/vacuum_hepa_filter.svg"
},
"alarm_main_brush_work_time": {
"title": {
"en": "Main Brush Alert",
"nl": "Hoofdborstel waarschuwing",
"da": "Hovedbørstealarm",
"de": "Hauptbürstenalarm",
"es": "Alerta de cepillo principal",
"fr": "Alerte brosse principale",
"it": "Allarme spazzola principale",
"no": "Hovedbørstevarsel",
"sv": "Huvudborstevarning",
"pl": "Alarm głównej szczotki",
"ru": "Предупреждение о главной щетке",
"ko": "메인 브러쉬 경고"
},
"type": "boolean",
"getable": true,
"setable": false,
"icon": "/assets/icons/vacuum_main_brush.svg"
},
"alarm_sensor_dirty_time": {
"title": {
"en": "Sensor Alert",
"nl": "Sensor waarschuwing",
"da": "Sensoralarm",
"de": "Sensoralarm",
"es": "Alerta de sensor",
"fr": "Alerte de capteur",
"it": "Allarme sensore",
"no": "Sensorvarsel",
"sv": "Sensorlarm",
"pl": "Alarm czujnika",
"ru": "Оповещение датчика",
"ko": "센서 경고"
},
"type": "boolean",
"getable": true,
"setable": false,
"icon": "/assets/icons/vacuum_sensor_dirty.svg"
},
"alarm_side_brush_work_time": {
"title": {
"en": "Side Brush Alert",
"nl": "Zijborstel waarschuwing",
"da": "Sidebørste Advarsel",
"de": "Seitenbürstenalarm",
"es": "Alerta de Cepillo Lateral",
"fr": "Alerte de Brosse Latérale",
"it": "Allarme Spazzola Laterale",
"no": "Sidebørste Varsel",
"sv": "Sidoborste Varning",
"pl": "Ostrzeżenie o Szczotce Boczne",
"ru": "Предупреждение о Боковой Щетке",
"ko": "옆 브러시 알림"
},
"type": "boolean",
"getable": true,
"setable": false,
"icon": "/assets/icons/vacuum_side_brush.svg"
},
"alarm_water_shortage": {
"type": "boolean",
"title": {
"en": "Water Shortage Alarm",
"nl": "Watertekort Alarm",
"da": "Vandmangel Alarm",
"de": "Wassermangel Alarm",
"es": "Alarma de falta de agua",
"fr": "Alarme manque d'eau",
"it": "Allarme carenza acqua",
"no": "Vannmangel Alarm",
"sv": "Vattenbristlarm",
"pl": "Alarm braku wody",
"ru": "Сигнализация нехватки воды",
"ko": "물 부족 알림"
},
"desc": {
"en": "Indicates when there is a water shortage"
},
"getable": true,
"setable": false,
"icon": "/assets/icons/water-shortage.svg"
},
"dehumidifier_dmaker_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"values": [
{
"id": "0",
"title": {
"en": "Smart",
"nl": "Slim",
"da": "Smart",
"de": "Intelligent",
"es": "Inteligente",
"fr": "Intelligent",
"it": "Intelligente",
"no": "Smart",
"sv": "Smart",
"pl": "Inteligentny",
"ru": "Умный",
"ko": "스마트"
}
},
{
"id": "1",
"title": {
"en": "Sleep",
"nl": "Slaap",
"da": "Søvn",
"de": "Schlaf",
"es": "Dormir",
"fr": "Sommeil",
"it": "Sonno",
"no": "Søvn",
"sv": "Sömn",
"pl": "Sen",
"ru": "Сон",
"ko": "수면"
}
},
{
"id": "2",
"title": {
"en": "Clothes Drying",
"nl": "Kleding drogen",
"da": "Tørring af tøj",
"de": "Kleidung trocknen",
"es": "Secado de ropa",
"fr": "Séchage des vêtements",
"it": "Asciugatura dei vestiti",
"no": "Klær tørking",
"sv": "Klädtorkning",
"pl": "Suszenie ubrań",
"ru": "Сушка одежды",
"ko": "의류 건조"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/humidifier-mode.svg"
},
"diffuser_xwhzp_fragrance_out_time": {
"type": "number",
"title": {
"en": "Fragrance Out Time",
"nl": "Geurafgifte tijd",
"da": "Duftudslipstid",
"de": "Duftabgabezeit",
"es": "Tiempo de salida de fragancia",
"fr": "Duree de diffusion",
"it": "Durata erogazione fragranza",
"no": "Duftutslippstid",
"sv": "Doftutslappstid",
"pl": "Czas emisji zapachu",
"ru": "Vremya vydeleniya aromata",
"ko": "fragrance out time"
},
"icon": "/assets/icons/target_time.svg",
"getable": true,
"setable": true,
"uiComponent": "slider",
"units": {
"en": "s",
"nl": "s",
"da": "s",
"de": "s",
"es": "s",
"fr": "s",
"it": "s",
"no": "s",
"sv": "s",
"pl": "s",
"ru": "s",
"ko": "s"
},
"insights": true
},
"diffuser_xwhzp_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalita",
"no": "Modus",
"sv": "Lage",
"pl": "Tryb",
"ru": "Rezhim",
"ko": "mode"
},
"values": [
{
"id": "0",
"title": {
"en": "Sleep"
}
},
{
"id": "1",
"title": {
"en": "Reading"
}
},
{
"id": "2",
"title": {
"en": "Exercise"
}
},
{
"id": "3",
"title": {
"en": "Wakeup"
}
},
{
"id": "4",
"title": {
"en": "Custom Mode 1"
}
},
{
"id": "5",
"title": {
"en": "Custom Mode 2"
}
},
{
"id": "6",
"title": {
"en": "Custom Mode 3"
}
},
{
"id": "7",
"title": {
"en": "Custom Mode 4"
}
},
{
"id": "8",
"title": {
"en": "Try It"
}
},
{
"id": "9",
"title": {
"en": "Idle Mode"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/humidifier-mode.svg"
},
"fan_dmaker_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드",
"ja": "モード",
"zh": "模式",
"pt": "Modo"
},
"values": [
{
"id": "0",
"title": {
"en": "Straight Wind",
"nl": "Rechte wind",
"da": "Lige vind",
"de": "Gerader Wind",
"es": "Viento Recto",
"fr": "Vent Droit",
"it": "Vento Diretto",
"no": "Rett vind",
"sv": "Rak vind",
"pl": "Prosty wiatr",
"ru": "Прямой ветер",
"ko": "직진 바람",
"ja": "真っ直ぐな風",
"zh": "直风",
"pt": "Vento Reto"
}
},
{
"id": "1",
"title": {
"en": "Natural Wind",
"nl": "Natuurlijke Wind",
"da": "Naturlig vind",
"de": "Natürlicher Wind",
"es": "Viento Natural",
"fr": "Vent Naturel",
"it": "Vento Naturale",
"no": "Naturlig vind",
"sv": "Naturlig vind",
"pl": "Naturalny wiatr",
"ru": "Естественный ветер",
"ko": "자연 바람",
"ja": "自然な風",
"zh": "自然风",
"pt": "Vento Natural"
}
},
{
"id": "2",
"title": {
"en": "Sleep",
"nl": "Slaap",
"da": "Søvn",
"de": "Schlaf",
"es": "Dormir",
"fr": "Sommeil",
"it": "Sonno",
"no": "Søvn",
"sv": "Sömn",
"pl": "Sen",
"ru": "Сон",
"ko": "수면",
"ja": "睡眠",
"zh": "睡觉",
"pt": "Sono"
}
},
{
"id": "3",
"title": {
"en": "Cold Air",
"nl": "Koude Lucht",
"da": "Kold Luft",
"de": "Kalte Luft",
"es": "Aire Frío",
"fr": "Air Froid",
"it": "Aria Fredda",
"no": "Kald Luft",
"sv": "Kall Luft",
"pl": "Zimne Powietrze",
"ru": "Холодный воздух",
"ko": "찬 공기",
"ja": "冷たい空気",
"zh": "冷空气",
"pt": "Ar Frio"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/fanlevel.svg"
},
"fan_zhimi_angle": {
"type": "enum",
"title": {
"en": "Swing Angle",
"nl": "Draaihoek",
"da": "Svingvinkel",
"de": "Schwenkwinkel",
"es": "Ángulo de giro",
"fr": "Angle de balancement",
"it": "Angolo di oscillazione",
"no": "Svingvinkel",
"sv": "Svängvinkel",
"pl": "Kąt huśtania",
"ru": "Угол поворота",
"ko": "스윙 각도"
},
"values": [
{
"id": "30",
"title": {
"en": "30°",
"nl": "30°",
"da": "30°",
"de": "30°",
"es": "30°",
"fr": "30°",
"it": "30°",
"no": "30°",
"sv": "30°",
"pl": "30°",
"ru": "30°",
"ko": "30°"
}
},
{
"id": "60",
"title": {
"en": "60°",
"nl": "60°",
"da": "60°",
"de": "60°",
"es": "60°",
"fr": "60°",
"it": "60°",
"no": "60°",
"sv": "60°",
"pl": "60°",
"ru": "60°",
"ko": "60°"
}
},
{
"id": "90",
"title": {
"en": "90°",
"nl": "90°",
"da": "90°",
"de": "90°",
"es": "90°",
"fr": "90°",
"it": "90°",
"no": "90°",
"sv": "90°",
"pl": "90°",
"ru": "90°",
"ko": "90°"
}
},
{
"id": "120",
"title": {
"en": "120°",
"nl": "120°",
"da": "120°",
"de": "120°",
"es": "120°",
"fr": "120°",
"it": "120°",
"no": "120°",
"sv": "120°",
"pl": "120°",
"ru": "120°",
"ko": "120°"
}
},
{
"id": "140",
"title": {
"en": "140°",
"nl": "140°",
"da": "140°",
"de": "140°",
"es": "140°",
"fr": "140°",
"it": "140°",
"no": "140°",
"sv": "140°",
"pl": "140°",
"ru": "140°",
"ko": "140°"
}
},
{
"id": "150",
"title": {
"en": "150°",
"nl": "150°",
"da": "150°",
"de": "150°",
"es": "150°",
"fr": "150°",
"it": "150°",
"no": "150°",
"sv": "150°",
"pl": "150°",
"ru": "150°",
"ko": "150°"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/oscillation.svg"
},
"fan_zhimi_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"values": [
{
"id": "0",
"title": {
"en": "Natural Wind",
"nl": "Natuur wind",
"da": "Naturlig vind",
"de": "Natürlicher Wind",
"es": "Viento Natural",
"fr": "Vent Naturel",
"it": "Vento Naturale",
"no": "Naturlig Vind",
"sv": "Naturlig Vind",
"pl": "Naturalny Wiatr",
"ru": "Естественный ветер",
"ko": "자연풍"
}
},
{
"id": "1",
"title": {
"en": "Straight Wind",
"nl": "Rechte wind",
"da": "Lige Vind",
"de": "Gerader Wind",
"es": "Viento Recto",
"fr": "Vent Direct",
"it": "Vento Diretto",
"no": "Rett Vind",
"sv": "Rakt Vind",
"pl": "Prosty Wiatr",
"ru": "Прямой ветер",
"ko": "직풍"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/fanlevel.svg"
},
"heater_zhimi_heater_target_temperature": {
"type": "number",
"title": {
"en": "Target Temperature",
"nl": "Target Temperature",
"da": "Mål Temperatur",
"de": "Zieltemperatur",
"es": "Temperatura objetivo",
"fr": "Température cible",
"it": "Temperatura target",
"no": "Måltemperatur",
"sv": "Måltemperatur",
"pl": "Temperatura docelowa",
"ru": "Целевая температура",
"ko": "목표 온도"
},
"icon": "/assets/icons/target_temperature.svg",
"getable": true,
"setable": true,
"units": {
"en": "°C",
"nl": "°C",
"da": "°C",
"de": "°C",
"es": "°C",
"fr": "°C",
"it": "°C",
"no": "°C",
"sv": "°C",
"pl": "°C",
"ru": "°C",
"ko": "°C"
},
"uiComponent": "thermostat",
"min": 16,
"max": 30,
"step": 1,
"decimals": 0,
"insights": false
},
"heater_zhimi_heatlevel": {
"type": "enum",
"title": {
"en": "Heatlevel",
"nl": "Hitte stand",
"da": "Varmeniveau",
"de": "Heizstufe",
"es": "Nivel de calor",
"fr": "Niveau de chaleur",
"it": "Livello di calore",
"no": "Varmenivå",
"sv": "Värmenivå",
"pl": "Poziom ciepła",
"ru": "Уровень тепла",
"ko": "난방 레벨"
},
"values": [
{
"id": "1",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высоко",
"ko": "높음"
}
},
{
"id": "2",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Bas",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низко",
"ko": "낮음"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/heatlevel.svg"
},
"heater_zhimi_oscillation": {
"type": "boolean",
"title": {
"en": "Oscillation",
"nl": "Oscillatie",
"da": "Oscillation",
"de": "Oszillation",
"es": "Oscilación",
"fr": "Oscillation",
"it": "Oscillazione",
"no": "Oscillasjon",
"sv": "Oscillation",
"pl": "Oscylacja",
"ru": "Колебание",
"ko": "진동"
},
"getable": true,
"setable": true,
"uiComponent": "toggle",
"insights": false,
"icon": "/assets/icons/oscillation.svg"
},
"humidifier_deerma_jsq_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드",
"ja": "モード",
"zh": "模式",
"pt": "Modo"
},
"values": [
{
"id": "1",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Faible",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮은",
"ja": "低い",
"zh": "低",
"pt": "Baixo"
}
},
{
"id": "2",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Mellem",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Medel",
"pl": "Średni",
"ru": "Средний",
"ko": "중간",
"ja": "中",
"zh": "中",
"pt": "Médio"
}
},
{
"id": "3",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높은",
"ja": "高い",
"zh": "高",
"pt": "Alto"
}
},
{
"id": "4",
"title": {
"en": "Humidity",
"nl": "Luchtvochtigheid",
"da": "Fugtighed",
"de": "Feuchtigkeit",
"es": "Humedad",
"fr": "Humidité",
"it": "Umidità",
"no": "Fuktighet",
"sv": "Fuktighet",
"pl": "Wilgotność",
"ru": "Влажность",
"ko": "습도",
"ja": "湿度",
"zh": "湿度",
"pt": "Umidade"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/humidifier-mode.svg"
},
"humidifier_leshow_jsq1_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"values": [
{
"id": "0",
"title": {
"en": "Constant Humidity",
"nl": "Constante luchtvochtigheid",
"da": "Konstant fugtighed",
"de": "Konstante Luftfeuchtigkeit",
"es": "Humedad constante",
"fr": "Humidité constante",
"it": "Umidità costante",
"no": "Konstant fuktighet",
"sv": "Konstant fuktighet",
"pl": "Stała wilgotność",
"ru": "Постоянная влажность",
"ko": "일정 습도"
}
},
{
"id": "1",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "2",
"title": {
"en": "Sleep",
"n;": "Slaapstand",
"da": "Søvn",
"de": "Schlafmodus",
"es": "Sueño",
"fr": "Veille",
"it": "Sonno",
"no": "Søvn",
"sv": "Sömn",
"pl": "Sen",
"ru": "Сон",
"ko": "수면"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/humidifier-mode.svg"
},
"humidifier_water_level_state": {
"type": "enum",
"title": {
"en": "Water level state"
},
"desc": {
"en": "Indicates the current water level state in the tank"
},
"getable": true,
"setable": false,
"values": [
{
"id": "empty",
"title": {
"en": "Empty"
}
},
{
"id": "normal",
"title": {
"en": "Normal"
}
},
{
"id": "full",
"title": {
"en": "Full"
}
}
],
"icon": "/assets/icons/water-level.svg"
},
"humidifier_xiaomi_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Mode",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"values": [
{
"id": "0",
"title": {
"en": "Constant Humidity",
"nl": "Constante luchtvochtigheid",
"da": "Konstant fugtighed",
"de": "Konstante Luftfeuchtigkeit",
"es": "Humedad constante",
"fr": "Humidité constante",
"it": "Umidità costante",
"no": "Konstant fuktighet",
"sv": "Konstant fuktighet",
"pl": "Stała wilgotność",
"ru": "Постоянная влажность",
"ko": "항상 습도"
}
},
{
"id": "1",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Mocny",
"ru": "Сильный",
"ko": "강한"
}
},
{
"id": "2",
"title": {
"en": "Sleep",
"nl": "Slaapstand",
"da": "Søvn",
"de": "Schlaf",
"es": "Sueño",
"fr": "Sommeil",
"it": "Sonno",
"no": "Søvn",
"sv": "Sömn",
"pl": "Sen",
"ru": "Сон",
"ko": "수면"
}
},
{
"id": "3",
"title": {
"en": "Air-dry",
"nl": "Air-dry",
"da": "Lufttørre",
"de": "Lufttrocknen",
"es": "Secado al aire",
"fr": "Sécher à l'air",
"it": "Asciuga all'aria",
"no": "Lufttørk",
"sv": "Lufttorka",
"pl": "Suszenie powietrzem",
"ru": "Воздушная сушка",
"ko": "공기 건조"
}
},
{
"id": "4",
"title": {
"en": "Clean",
"nl": "Schonen",
"da": "Rengør",
"de": "Reinigen",
"es": "Limpiar",
"fr": "Nettoyer",
"it": "Pulito",
"no": "Rengjør",
"sv": "Rengöra",
"pl": "Czystość",
"ru": "Чистка",
"ko": "청소"
}
},
{
"id": "5",
"title": {
"en": "Descale",
"nl": "Descale",
"da": "Afkalkning",
"de": "Entkalken",
"es": "Desincrustar",
"fr": "Détartrage",
"it": "Decalcificare",
"no": "Avkalking",
"sv": "Avkalka",
"pl": "Odkamienianie",
"ru": "Удаление накипи",
"ko": "제거"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/humidifier-mode.svg"
},
"humidifier_zhimi_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"getable": true,
"setable": true,
"values": [
{
"id": "idle",
"title": {
"en": "Off",
"nl": "Uit",
"de": "Aus",
"da": "Slukket",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wył.",
"ru": "Выкл.",
"ko": "낌"
}
},
{
"id": "silent",
"title": {
"en": "Silent",
"nl": "Stil",
"de": "Leise",
"da": "Stille",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용히"
}
},
{
"id": "medium",
"title": {
"en": "Medium",
"nl": "Middel",
"de": "Mittel",
"da": "Mellem",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "high",
"title": {
"en": "High",
"nl": "Hoog",
"de": "Hoch",
"da": "Høj",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높은"
}
},
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"de": "Auto",
"da": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "strong",
"title": {
"en": "Strong",
"nl": "Sterk",
"de": "Stark",
"da": "Stærk",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Mocny",
"ru": "Сильный",
"ko": "강한"
}
}
],
"icon": "/assets/icons/humidifier-mode.svg"
},
"humidifier_zhimi_mode_miot": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"values": [
{
"id": "0",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "1",
"title": {
"en": "Level 1",
"nl": "Level 1",
"da": "Niveau 1",
"de": "Stufe 1",
"es": "Nivel 1",
"fr": "Niveau 1",
"it": "Livello 1",
"no": "Nivå 1",
"sv": "Nivå 1",
"pl": "Poziom 1",
"ru": "Уровень 1",
"ko": "레벨 1"
}
},
{
"id": "2",
"title": {
"en": "Level 2",
"nl": "Level 2",
"da": "Niveau 2",
"de": "Stufe 2",
"es": "Nivel 2",
"fr": "Niveau 2",
"it": "Livello 2",
"no": "Nivå 2",
"sv": "Nivå 2",
"pl": "Poziom 2",
"ru": "Уровень 2",
"ko": "레벨 2"
}
},
{
"id": "3",
"title": {
"en": "Level 3",
"nl": "Level 3",
"da": "Niveau 3",
"de": "Stufe 3",
"es": "Nivel 3",
"fr": "Niveau 3",
"it": "Livello 3",
"no": "Nivå 3",
"sv": "Nivå 3",
"pl": "Poziom 3",
"ru": "Уровень 3",
"ko": "레벨 3"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/humidifier-mode.svg"
},
"humidifier2_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalità",
"no": "Modus",
"sv": "Läge",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"getable": true,
"setable": true,
"values": [
{
"id": "idle",
"title": {
"en": "Off",
"nl": "Uit",
"de": "Aus",
"da": "Fra",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączony",
"ru": "Выкл",
"ko": "끄기"
}
},
{
"id": "silent",
"title": {
"en": "Silent",
"nl": "Stil",
"de": "Leise",
"da": "Stille",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용"
}
},
{
"id": "medium",
"title": {
"en": "Medium",
"nl": "Middel",
"de": "Mittel",
"da": "Mellem",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Mellan",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "high",
"title": {
"en": "High",
"nl": "Hoog",
"de": "Hoch",
"da": "Høj",
"es": "Alto",
"fr": "Haut",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "auto",
"title": {
"en": "Auto",
"nl": "Auto",
"de": "Auto",
"da": "Auto",
"es": "Automático",
"fr": "Auto",
"it": "Automatico",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "strong",
"title": {
"en": "Strong",
"nl": "Sterk",
"de": "Stark",
"da": "Stærk",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Mocny",
"ru": "Сильный",
"ko": "강한"
}
}
],
"icon": "/assets/icons/humidifier-mode.svg"
},
"measure_desiccant": {
"type": "number",
"title": {
"en": "Desiccant Left"
},
"getable": true,
"setable": false,
"units": {
"en": "%"
},
"decimals": 0,
"min": 0,
"max": 100,
"uiComponent": "sensor"
},
"measure_desiccant_time": {
"type": "number",
"title": {
"en": "Desiccant Time Left"
},
"getable": true,
"setable": false,
"units": {
"en": "days"
},
"decimals": 0,
"min": 0,
"uiComponent": "sensor"
},
"measure_filter_days_left": {
"type": "number",
"title": {
"en": "Filter Days Left",
"nl": "Filterdagen resterend",
"da": "Filtrets resterende dage",
"de": "Verbleibende Filtertage",
"es": "Días restantes del filtro",
"fr": "Jours de filtre restants",
"it": "Giorni filtro rimasti",
"no": "Filterdager igjen",
"sv": "Filterdagar kvar",
"pl": "Pozostało dni filtra",
"ru": "Осталось дней фильтра",
"ko": "필터 남은 일수"
},
"desc": {
"en": "Number of days the filter is expected to last"
},
"getable": true,
"setable": false,
"units": {
"en": "days"
},
"icon": "/assets/icons/filter_left.svg"
},
"measure_filter_life": {
"type": "number",
"title": {
"en": "Filter Life (%)",
"nl": "Filter Levensduur (%)",
"da": "Filterlevetid (%)",
"de": "Filterlebensdauer (%)",
"es": "Vida útil del filtro (%)",
"fr": "Durée de vie du filtre (%)",
"it": "Durata del filtro (%)",
"no": "Filterlevetid (%)",
"sv": "Filterlivslängd (%)",
"pl": "Żywotność filtra (%)",
"ru": "Срок службы фильтра (%)",
"ko": "필터 수명 (%)"
},
"desc": {
"en": "Shows the remaining filter life in percent"
},
"getable": true,
"setable": false,
"units": {
"en": "%"
},
"icon": "/assets/icons/filter.svg"
},
"measure_gas_density": {
"title": {
"en": "Gas Density",
"nl": "Gas dichtheid",
"da": "Gasdensitet",
"de": "Gasdichte",
"es": "Densidad del gas",
"fr": "Densité de gaz",
"it": "Densità del gas",
"no": "Gassdensitet",
"sv": "Gasdensitet",
"pl": "Gęstość gazu",
"ru": "Плотность газа",
"ko": "가스 밀도"
},
"type": "number",
"units": {
"en": "kg/m3",
"nl": "kg/m3",
"da": "kg/m3",
"de": "kg/m3",
"es": "kg/m3",
"fr": "kg/m3",
"it": "kg/m3",
"no": "kg/m3",
"sv": "kg/m3",
"pl": "kg/m3",
"ru": "kg/m3",
"ko": "kg/m3"
},
"getable": true,
"setable": false,
"icon": "/assets/icons/measure_gas_density.svg"
},
"measure_smoke_density": {
"title": {
"en": "Smoke Density",
"nl": "Rook dichtheid",
"da": "Røgtæthed",
"de": "Rauchdichte",
"es": "Densidad de humo",
"fr": "Densité de fumée",
"it": "Densità del fumo",
"no": "Røykdensitet",
"sv": "Röktäthet",
"pl": "Gęstość dymu",
"ru": "Плотность дыма",
"ko": "연기 밀도"
},
"type": "number",
"units": {
"en": "kg/m3",
"da": "kg/m3",
"de": "kg/m3",
"es": "kg/m3",
"fr": "kg/m3",
"it": "kg/m3",
"no": "kg/m3",
"sv": "kg/m3",
"pl": "kg/m3",
"ru": "кг/м³",
"ko": "kg/m3"
},
"getable": true,
"setable": false,
"icon": "/assets/icons/measure_smoke_density.svg"
},
"measure_target_humidity": {
"type": "number",
"title": {
"en": "Target humidity"
},
"desc": {
"en": "Target humidity for Insights"
},
"getable": true,
"setable": false,
"uiComponent": null,
"units": {
"en": "%"
},
"decimals": 0,
"insights": true
},
"measure_tvoc": {
"type": "number",
"title": {
"en": "TVOC",
"nl": "TVOC",
"da": "TVOC",
"de": "TVOC",
"es": "TVOC",
"fr": "TVOC",
"it": "TVOC",
"no": "TVOC",
"sv": "TVOC",
"pl": "TVOC",
"ru": "TVOC",
"ko": "TVOC"
},
"icon": "/assets/icons/measure_tvoc.svg",
"getable": true,
"setable": false,
"units": {
"en": "µg/m³",
"nl": "µg/m³",
"da": "µg/m³",
"de": "µg/m³",
"es": "µg/m³",
"fr": "µg/m³",
"it": "µg/m³",
"no": "µg/m³",
"sv": "µg/m³",
"pl": "µg/m³",
"ru": "µg/m³",
"ko": "µg/m³"
},
"min": 0,
"max": 10,
"decimals": 3,
"insights": true
},
"measure_waterlevel": {
"type": "number",
"title": {
"en": "Waterlevel",
"nl": "Waterniveau",
"da": "Vandstand",
"de": "Wasserstand",
"es": "Nivel del agua",
"fr": "Niveau d'eau",
"it": "Livello dell'acqua",
"no": "Vannstand",
"sv": "Vattennivå",
"pl": "Poziom wody",
"ru": "Уровень воды",
"ko": "수위"
},
"icon": "/assets/icons/measure_waterlevel.svg",
"getable": true,
"setable": false,
"uiComponent": "sensor",
"units": {
"en": "%",
"nl": "%",
"da": "%",
"de": "%",
"es": "%",
"fr": "%",
"it": "%",
"no": "%",
"sv": "%",
"pl": "%",
"ru": "%",
"ko": "%"
},
"insights": true
},
"petfeeder_busy": {
"type": "boolean",
"title": {
"en": "Feeder busy"
},
"getable": true,
"setable": false,
"uiComponent": "toggle",
"insights": true,
"insightsTitleTrue": {
"en": "Feeding"
},
"insightsTitleFalse": {
"en": "Idle"
}
},
"petfeeder_eaten_food_today": {
"type": "number",
"title": {
"en": "Eaten Food Today"
},
"desc": {
"en": "Food eaten since midnight"
},
"getable": true,
"setable": false,
"units": {
"en": "g"
},
"decimals": 0,
"min": 0,
"uiComponent": "sensor",
"insights": true,
"insightsTitle": {
"en": "Food eaten today"
}
},
"petfeeder_eaten_food_total": {
"type": "number",
"title": {
"en": "Eaten Food Total"
},
"desc": {
"en": "Cumulative eaten food reported by device"
},
"getable": true,
"setable": false,
"units": {
"en": "g"
},
"decimals": 0,
"min": 0,
"uiComponent": "sensor"
},
"petfeeder_food_in_bowl": {
"type": "number",
"title": {
"en": "Food left in bowl"
},
"units": {
"en": "g"
},
"decimals": 1,
"min": 0,
"getable": true,
"setable": false,
"insights": true,
"insightsTitle": {
"en": "Food in bowl"
},
"uiComponent": "sensor"
},
"petfeeder_food_out_progress": {
"type": "number",
"title": {
"en": "Food out progress"
},
"getable": true,
"setable": false,
"units": {
"en": "%"
},
"min": 0,
"max": 100,
"decimals": 0,
"uiComponent": "sensor"
},
"petfeeder_food_out_status": {
"type": "enum",
"title": {
"en": "Food Out Status"
},
"getable": true,
"setable": false,
"values": [
{
"id": "ok",
"title": {
"en": "OK"
}
},
{
"id": "food_out",
"title": {
"en": "Food Out"
}
}
],
"uiComponent": "picker"
},
"petfeeder_foodlevel": {
"type": "enum",
"title": {
"en": "Foodlevel",
"nl": "Voedselniveau",
"da": "Madniveau",
"de": "Futterstand",
"es": "Nivel de comida",
"fr": "Niveau de nourriture",
"it": "Livello di cibo",
"no": "Matenivå",
"sv": "Matnivå",
"pl": "Poziom jedzenia",
"ru": "Уровень еды",
"ko": "음식 수준"
},
"values": [
{
"title": {
"en": "Normal"
},
"id": "normal"
},
{
"title": {
"en": "Low"
},
"id": "low"
},
{
"title": {
"en": "Unknown"
},
"id": "unknown"
}
],
"getable": true,
"setable": false,
"icon": "/assets/icons/petfeeder_foodlevel.svg"
},
"petfeeder_heap_status": {
"type": "enum",
"title": {
"en": "Heap Status"
},
"getable": true,
"setable": false,
"values": [
{
"id": "ok",
"title": {
"en": "OK"
}
},
{
"id": "heap_detected",
"title": {
"en": "Heap Detected"
}
}
],
"uiComponent": "picker"
},
"petfeeder_schedule_progress": {
"type": "number",
"title": {
"en": "Schedule progress"
},
"units": {
"en": "%"
},
"decimals": 0,
"min": 0,
"max": 100,
"getable": true,
"setable": false,
"uiComponent": "sensor"
},
"petfeeder_status_mode": {
"type": "enum",
"title": {
"en": "Feeder Status"
},
"getable": true,
"setable": false,
"values": [
{
"id": "unknown",
"title": {
"en": "Unknown"
}
},
{
"id": "idle",
"title": {
"en": "Idle"
}
},
{
"id": "feeding",
"title": {
"en": "Feeding"
}
},
{
"id": "paused",
"title": {
"en": "Paused"
}
},
{
"id": "fault",
"title": {
"en": "Fault"
}
}
],
"uiComponent": "picker"
},
"petwaterdispenser_mmgg_mode": {
"type": "enum",
"title": {
"en": "Pet Waterdispenser Mode",
"nl": "Pet Waterdispenser Mode",
"da": "Kæledyrsvanddispenser Mode",
"de": "Haustier Wasserspender Modus",
"es": "Modo dispensador de agua para mascotas",
"fr": "Mode distributeur d'eau pour animaux",
"it": "Modalità dispenser d'acqua per animali",
"no": "Kjæledyr vannedispensermodus",
"sv": "Husdjur vattendispenserläge",
"pl": "Tryb dozownika wody dla zwierząt",
"ru": "Режим поилки для питомцев",
"ko": "애완동물 물 디스펜서 모드"
},
"values": [
{
"id": "1",
"title": {
"en": "Common",
"nl": "Normaal",
"da": "Almindelig",
"de": "Allgemein",
"es": "Común",
"fr": "Commun",
"it": "Comune",
"no": "Vanlig",
"sv": "Vanlig",
"pl": "Zwykły",
"ru": "Обычный",
"ko": "일반"
}
},
{
"id": "2",
"title": {
"en": "Smart",
"nl": "Slim",
"da": "Smart",
"de": "Intelligent",
"es": "Inteligente",
"fr": "Intelligent",
"it": "Intelligente",
"no": "Smart",
"sv": "Smart",
"pl": "Inteligentny",
"ru": "Умный",
"ko": "스마트"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/waterdispenser-mode.svg"
},
"petwaterdispenser_mmgg_mode_3": {
"type": "enum",
"title": {
"en": "Pet Fountain Mode",
"nl": "Huisdier Fontein Modus",
"da": "Kæledyr Fountain Mode",
"de": "Haustierbrunnen-Modus",
"es": "Modo Fuente para Mascotas",
"fr": "Mode Fontaine à Animaux",
"it": "Modalità Fontana per Animali",
"no": "Kjæledyr Fontenemodus",
"sv": "Husdjur Fontänläge",
"pl": "Tryb Fontanny dla Zwierząt",
"ru": "Режим поилки для питомцев",
"ko": "애완동물 분수 모드"
},
"values": [
{
"id": "0",
"title": {
"en": "Auto",
"nl": "Auto",
"da": "Auto",
"de": "Auto",
"es": "Auto",
"fr": "Auto",
"it": "Auto",
"no": "Auto",
"sv": "Auto",
"pl": "Auto",
"ru": "Авто",
"ko": "자동"
}
},
{
"id": "1",
"title": {
"en": "Interval",
"nl": "Interval",
"da": "Interval",
"de": "Intervall",
"es": "Intervalo",
"fr": "Intervalle",
"it": "Intervallo",
"no": "Intervall",
"sv": "Intervall",
"pl": "Interwał",
"ru": "Интервал",
"ko": "간격"
}
},
{
"id": "2",
"title": {
"en": "Constant",
"nl": "Constant",
"da": "Konstant",
"de": "Konstant",
"es": "Constante",
"fr": "Constant",
"it": "Costante",
"no": "Konstant",
"sv": "Konstant",
"pl": "Ciągły",
"ru": "Постоянный",
"ko": "지속"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/waterdispenser-mode.svg"
},
"vacuum_dreame_fanspeed": {
"type": "enum",
"title": {
"en": "Fanspeed",
"nl": "Fanspeed",
"da": "Blæserhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità della ventola",
"no": "Viftehastighet",
"sv": "Fläkthastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"values": [
{
"id": "0",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Бесшумный",
"ko": "조용한"
}
},
{
"id": "1",
"title": {
"en": "Basic",
"nl": "Basis",
"da": "Basis",
"de": "Basis",
"es": "Básico",
"fr": "De base",
"it": "Di base",
"no": "Grunnleggende",
"sv": "Grundläggande",
"pl": "Podstawowy",
"ru": "Базовый",
"ko": "기본"
}
},
{
"id": "2",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Silny",
"ru": "Сильный",
"ko": "강한"
}
},
{
"id": "3",
"title": {
"en": "Full speed",
"nl": "Volle snelheid",
"da": "Fuld hastighed",
"de": "Volle Geschwindigkeit",
"es": "Velocidad máxima",
"fr": "Vitesse maximale",
"it": "Velocità massima",
"no": "Full fart",
"sv": "Full hastighet",
"pl": "Pełna prędkość",
"ru": "Полная скорость",
"ko": "최고 속도"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/fanlevel.svg"
},
"vacuum_dreame_mop_intensity": {
"type": "enum",
"title": {
"en": "Mop Intensity",
"nl": "Dweil intensiteit",
"da": "Mop Intensity",
"de": "Wischintensität",
"es": "Intensidad de fregado",
"fr": "Intensité de la serpillière",
"it": "Intensità del mop",
"no": "Mop Intensity",
"sv": "Mop Intensity",
"pl": "Intensywność mopa",
"ru": "Интенсивность швабры",
"ko": "물걸레 강도"
},
"values": [
{
"id": "0",
"title": {
"en": "Low",
"nl": "Laag",
"da": "Lav",
"de": "Niedrig",
"es": "Bajo",
"fr": "Faible",
"it": "Basso",
"no": "Lav",
"sv": "Låg",
"pl": "Niski",
"ru": "Низкий",
"ko": "낮음"
}
},
{
"id": "1",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Middel",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Medium",
"sv": "Medium",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "2",
"title": {
"en": "High",
"nl": "Hoog",
"da": "Høj",
"de": "Hoch",
"es": "Alto",
"fr": "Élevé",
"it": "Alto",
"no": "Høy",
"sv": "Hög",
"pl": "Wysoki",
"ru": "Высокий",
"ko": "높음"
}
},
{
"id": "3",
"title": {
"en": "High (specific models)",
"nl": "Hoog (specifieke modellen)",
"da": "Høj (specifikke modeller)",
"de": "Hoch (spezifische Modelle)",
"es": "Alto (modelos específicos)",
"fr": "Élevé (modèles spécifiques)",
"it": "Alto (modelli specifici)",
"no": "Høy (spesifikke modeller)",
"sv": "Hög (specifika modeller)",
"pl": "Wysoki (specyficzne modele)",
"ru": "Высокий (определённые модели)",
"ko": "높음 (특정 모델)"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/mopintensity.svg"
},
"vacuum_roborock_fanspeed": {
"type": "enum",
"title": {
"en": "Fanspeed",
"nl": "Fanspeed",
"da": "Blæserhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità della ventola",
"no": "Viftehastighet",
"sv": "Fläkthastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"values": [
{
"id": "1",
"title": {
"en": "Quiet",
"nl": "Stil",
"da": "Rolig",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용하게"
}
},
{
"id": "2",
"title": {
"en": "Standard",
"nl": "Standaard",
"da": "Standard",
"de": "Standard",
"es": "Estándar",
"fr": "Standard",
"it": "Standard",
"no": "Standard",
"sv": "Standard",
"pl": "Standardowy",
"ru": "Стандартный",
"ko": "표준"
}
},
{
"id": "3",
"title": {
"en": "Medium",
"nl": "Medium",
"da": "Mellem",
"de": "Mittel",
"es": "Medio",
"fr": "Moyen",
"it": "Medio",
"no": "Middels",
"sv": "Mellan",
"pl": "Średni",
"ru": "Средний",
"ko": "중간"
}
},
{
"id": "4",
"title": {
"en": "Turbo",
"nl": "Turbo",
"da": "Turbo",
"de": "Turbo",
"es": "Turbo",
"fr": "Turbo",
"it": "Turbo",
"no": "Turbo",
"sv": "Turbo",
"pl": "Turbo",
"ru": "Турбо",
"ko": "터보"
}
},
{
"id": "5",
"title": {
"en": "Max",
"nl": "Max",
"da": "Maks",
"de": "Max",
"es": "Máximo",
"fr": "Max",
"it": "Massimo",
"no": "Maks",
"sv": "Max",
"pl": "Maks",
"ru": "Макс",
"ko": "최대"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/fanlevel.svg"
},
"vacuum_roborock_mop_intensity": {
"type": "enum",
"title": {
"en": "Mop Intensity",
"nl": "Dweil intensiteit",
"da": "Mop intensitet",
"de": "Wischintensität",
"es": "Intensidad de fregado",
"fr": "Intensité du nettoyage",
"it": "Intensità di pulizia",
"no": "Mop intesitet",
"sv": "Moppens intensitet",
"pl": "Intensywność mopowania",
"ru": "Интенсивность мытья",
"ko": "걸레질 강도"
},
"values": [
{
"id": "200",
"title": {
"en": "Off",
"nl": "Uit",
"da": "Slukket",
"de": "Aus",
"es": "Apagado",
"fr": "Éteint",
"it": "Spento",
"no": "Av",
"sv": "Av",
"pl": "Wyłączone",
"ru": "Выкл",
"ko": "꺼짐"
}
},
{
"id": "201",
"title": {
"en": "Mild",
"nl": "Mild",
"da": "Let",
"de": "Mild",
"es": "Suave",
"fr": "Doux",
"it": "Leggero",
"no": "Mild",
"sv": "Mild",
"pl": "Łagodny",
"ru": "Слабый",
"ko": "약한"
}
},
{
"id": "202",
"title": {
"en": "Moderate",
"nl": "Gemiddeld",
"da": "Moderat",
"de": "Mittel",
"es": "Moderado",
"fr": "Modéré",
"it": "Moderato",
"no": "Moderat",
"sv": "Medel",
"pl": "Umiarkowany",
"ru": "Средний",
"ko": "보통"
}
},
{
"id": "203",
"title": {
"en": "Intense",
"nl": "Intens",
"da": "Intens",
"de": "Intensiv",
"es": "Intenso",
"fr": "Intense",
"it": "Intenso",
"no": "Intens",
"sv": "Intensiv",
"pl": "Intensywny",
"ru": "Сильный",
"ko": "강한"
}
},
{
"id": "204",
"title": {
"en": "Unknown mop intensity",
"nl": "Unknown mop intensity",
"da": "Ukendt mop intensitet",
"de": "Unbekannte Wischintensität",
"es": "Intensidad de fregado desconocida",
"fr": "Intensité de nettoyage inconnue",
"it": "Intensità di pulizia sconosciuta",
"no": "Ukjent mop intesitet",
"sv": "Okänd moppens intensitet",
"pl": "Nieznana intensywność mopowania",
"ru": "Неизвестная интенсивность мытья",
"ko": "알 수 없는 걸레질 강도"
}
},
{
"id": "207",
"title": {
"en": "Unknown mop intensity",
"nl": "Unknown mop intensity",
"da": "Ukendt mop intensitet",
"de": "Unbekannte Wischintensität",
"es": "Intensidad de fregado desconocida",
"fr": "Intensité de nettoyage inconnue",
"it": "Intensità di pulizia sconosciuta",
"no": "Ukjent mop intesitet",
"sv": "Okänd moppens intensitet",
"pl": "Nieznana intensywność mopowania",
"ru": "Неизвестная интенсивность мытья",
"ko": "알 수 없는 걸레질 강도"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/mopintensity.svg"
},
"vacuum_roidmi_fanspeed": {
"type": "enum",
"title": {
"en": "Fanspeed",
"nl": "Fanspeed",
"da": "Blæserhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità della ventola",
"no": "Viftehastighet",
"sv": "Fläkthastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"values": [
{
"id": "0",
"title": {
"en": "Sweep",
"nl": "Sweep",
"da": "Sweep",
"de": "Sweep",
"es": "Sweep",
"fr": "Sweep",
"it": "Sweep",
"no": "Sweep",
"sv": "Sweep",
"pl": "Sweep",
"ru": "Sweep",
"ko": "Sweep"
}
},
{
"id": "1",
"title": {
"en": "Silent",
"nl": "Stil",
"da": "Stille",
"de": "Leise",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "2",
"title": {
"en": "Basic",
"nl": "Basis",
"da": "Grundlæggende",
"de": "Basis",
"es": "Básico",
"fr": "De base",
"it": "Base",
"no": "Grunnleggende",
"sv": "Grundläggande",
"pl": "Podstawowe",
"ru": "Основной",
"ko": "기본"
}
},
{
"id": "3",
"title": {
"en": "Strong",
"nl": "Sterk",
"da": "Stærk",
"de": "Stark",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Silny",
"ru": "Сильный",
"ko": "강한"
}
},
{
"id": "4",
"title": {
"en": "Full speed",
"nl": "Volle snelheid",
"da": "Fuld fart",
"de": "Volle Geschwindigkeit",
"es": "Velocidad máxima",
"fr": "Pleine vitesse",
"it": "Piena velocità",
"no": "Full fart",
"sv": "Full fart",
"pl": "Pełna prędkość",
"ru": "Полная скорость",
"ko": "최고 속도"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/fanlevel.svg"
},
"vacuum_roidmi_mop_mode": {
"type": "enum",
"title": {
"en": "Sweep and Mop Mode",
"nl": "Sweep and Mop modus",
"da": "Feje- og mopningstilstand",
"de": "Kehr- und Wischmodus",
"es": "Modo de barrido y fregado",
"fr": "Mode balayage et vadrouille",
"it": "Modalità spazzare e pulire",
"no": "Feie- og moppemodus",
"sv": "Sop- och moppningsläge",
"pl": "Tryb zamiatania i mopowania",
"ru": "Режим подметания и мытья полов",
"ko": "쓸기 및 물기 모드"
},
"values": [
{
"id": "0",
"title": {
"en": "Sweep",
"nl": "Sweep",
"da": "Feje",
"de": "Kehren",
"es": "Barrer",
"fr": "Balayer",
"it": "Spazzare",
"no": "Feie",
"sv": "Sopa",
"pl": "Zamiatanie",
"ru": "Подметание",
"ko": "쓸기"
}
},
{
"id": "1",
"title": {
"en": "Mop",
"nl": "Mop",
"da": "Moppe",
"de": "Wischen",
"es": "Fregar",
"fr": "Passer la serpillière",
"it": "Pulire",
"no": "Moppe",
"sv": "Moppa",
"pl": "Mopowanie",
"ru": "Мытьё полов",
"ko": "물기"
}
},
{
"id": "2",
"title": {
"en": "Mop & Sweep",
"nl": "Mop & Sweep",
"da": "Moppe & Feje",
"de": "Wischen & Kehren",
"es": "Fregar y Barrer",
"fr": "Vadrouille et Balayage",
"it": "Pulire e Spazzare",
"no": "Moppe og Feie",
"sv": "Moppa & Sopa",
"pl": "Mopowanie i zamiatanie",
"ru": "Мытьё полов и подметание",
"ko": "물기 및 쓸기"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/vacuum-mop.svg"
},
"vacuum_roidmi_waterlevel": {
"type": "enum",
"title": {
"en": "Fanspeed",
"nl": "Fanspeed",
"da": "Blæserhastighed",
"de": "Lüftergeschwindigkeit",
"es": "Velocidad del ventilador",
"fr": "Vitesse du ventilateur",
"it": "Velocità della ventola",
"no": "Viftehastighet",
"sv": "Fläkthastighet",
"pl": "Prędkość wentylatora",
"ru": "Скорость вентилятора",
"ko": "팬 속도"
},
"values": [
{
"id": "0",
"title": {
"en": "Mop",
"nl": "Mop",
"da": "Mop",
"de": "Mop",
"es": "Mopa",
"fr": "Serpillère",
"it": "Mop",
"no": "Mopp",
"sv": "Mopp",
"pl": "Mop",
"ru": "Швабра",
"ko": "걸레"
}
},
{
"id": "1",
"title": {
"en": "First",
"nl": "Eerste",
"da": "Første",
"de": "Erste",
"es": "Primero",
"fr": "Premier",
"it": "Primo",
"no": "Første",
"sv": "Första",
"pl": "Pierwszy",
"ru": "Первый",
"ko": "첫번째"
}
},
{
"id": "2",
"title": {
"en": "Second",
"nl": "Tweede",
"da": "Anden",
"de": "Zweite",
"es": "Segundo",
"fr": "Deuxième",
"it": "Secondo",
"no": "Andre",
"sv": "Andra",
"pl": "Drugi",
"ru": "Второй",
"ko": "두번째"
}
},
{
"id": "3",
"title": {
"en": "Third",
"nl": "Derde",
"da": "Tredje",
"de": "Dritte",
"es": "Tercero",
"fr": "Troisième",
"it": "Terzo",
"no": "Tredje",
"sv": "Tredje",
"pl": "Trzeci",
"ru": "Третий",
"ko": "세번째"
}
},
{
"id": "4",
"title": {
"en": "Fourth",
"nl": "Vierde",
"da": "Fjerde",
"de": "Vierte",
"es": "Cuarto",
"fr": "Quatrième",
"it": "Quarto",
"no": "Fjerde",
"sv": "Fjärde",
"pl": "Czwarty",
"ru": "Четвертый",
"ko": "네번째"
}
}
],
"getable": true,
"setable": false,
"icon": "/assets/icons/measure_waterlevel.svg"
},
"vacuum_viomi_mop_mode": {
"type": "enum",
"title": {
"en": "Vacuum Mode",
"nl": "Stofzuiger modus",
"da": "Støvsugermodus",
"de": "Staubsaugermodus",
"es": "Modo de aspiradora",
"fr": "Mode aspirateur",
"it": "Modalità aspirapolvere",
"no": "Støvsugermodus",
"sv": "Dammsugarläge",
"pl": "Tryb odkurzacza",
"ru": "Режим пылесоса",
"ko": "진공 모드"
},
"values": [
{
"id": "0",
"title": {
"en": "Vacuum",
"nl": "Stofzuigen",
"da": "Støvsuge",
"de": "Staubsaugen",
"es": "Aspirar",
"fr": "Aspirer",
"it": "Aspirare",
"no": "Støvsuge",
"sv": "Dammsuga",
"pl": "Odkurzać",
"ru": "Пылесосить",
"ko": "진공"
}
},
{
"id": "1",
"title": {
"en": "Vacuum + Mop",
"nl": "Stofzuigen + moppen",
"da": "Støvsuge + moppe",
"de": "Staubsaugen + Wischen",
"es": "Aspirar + Trapear",
"fr": "Aspirer + Passer la serpillière",
"it": "Aspirare + Lavare",
"no": "Støvsuge + moppe",
"sv": "Dammsuga + moppa",
"pl": "Odkurzać + Mopować",
"ru": "Пылесосить + Мыть",
"ko": "진공 + 걸레질"
}
},
{
"id": "2",
"title": {
"en": "Mop",
"nl": "Moppen",
"da": "Moppe",
"de": "Wischen",
"es": "Trapear",
"fr": "Passer la serpillière",
"it": "Lavare",
"no": "Moppe",
"sv": "Moppa",
"pl": "Mopować",
"ru": "Мыть",
"ko": "걸레질"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/vacuum-mop.svg"
},
"vacuum_xiaomi_carpet_mode_max": {
"type": "enum",
"title": {
"en": "Carpet avoidance",
"nl": "Tapijt vermijden",
"de": "Teppichvermeidung",
"da": "Undgå tæpper",
"es": "Evitar alfombras",
"fr": "Éviter les tapis",
"it": "Evitamento tappeti",
"no": "Unngå tepper",
"sv": "Undvik mattor",
"pl": "Unikanie dywanów",
"ru": "Избегание ковров",
"ko": "카펫 회피"
},
"values": [
{
"id": "0",
"title": {
"en": "Self Adaptation",
"nl": "Zelfaanpassing",
"de": "Selbstanpassung",
"da": "Selvtilpasning",
"es": "Auto adaptación",
"fr": "Auto-adaptation",
"it": "Auto adattamento",
"no": "Selvtilpasning",
"sv": "Självanpassning",
"pl": "Samodopasowanie",
"ru": "Самоадаптация",
"ko": "자동 적응"
}
},
{
"id": "1",
"title": {
"en": "Avoid",
"nl": "Vermijden",
"de": "Vermeiden",
"da": "Undgå",
"es": "Evitar",
"fr": "Éviter",
"it": "Evita",
"no": "Unngå",
"sv": "Undvik",
"pl": "Unikaj",
"ru": "Избегать",
"ko": "회피"
}
},
{
"id": "2",
"title": {
"en": "Ignore",
"nl": "Negeren",
"de": "Ignorieren",
"da": "Ignorer",
"es": "Ignorar",
"fr": "Ignorer",
"it": "Ignora",
"no": "Ignorer",
"sv": "Ignorera",
"pl": "Ignoruj",
"ru": "Игнорировать",
"ko": "무시"
}
},
{
"id": "3",
"title": {
"en": "Span",
"nl": "Span",
"de": "Span",
"da": "Span",
"es": "Span",
"fr": "Span",
"it": "Span",
"no": "Span",
"sv": "Span",
"pl": "Span",
"ru": "Span",
"ko": "Span"
}
}
],
"getable": true,
"setable": true
},
"vacuum_xiaomi_cleaning_mode_max": {
"type": "enum",
"title": {
"en": "Cleaning Power",
"nl": "Reinigingskracht",
"de": "Reinigungsleistung",
"da": "Rengøringskraft",
"es": "Potencia de limpieza",
"fr": "Pouvoir de nettoyage",
"it": "Potenza di pulizia",
"no": "Rengjøringskraft",
"sv": "Rengöringskraft",
"pl": "Moc czyszczenia",
"ru": "Сила очистки",
"ko": "청소 능력"
},
"values": [
{
"id": "1",
"title": {
"en": "Silent",
"nl": "Stil",
"de": "Leise",
"da": "Stille",
"es": "Silencioso",
"fr": "Silencieux",
"it": "Silenzioso",
"no": "Stille",
"sv": "Tyst",
"pl": "Cichy",
"ru": "Тихий",
"ko": "조용한"
}
},
{
"id": "2",
"title": {
"en": "Standard",
"nl": "Standaard",
"de": "Standard",
"da": "Standard",
"es": "Estándar",
"fr": "Standard",
"it": "Standard",
"no": "Standard",
"sv": "Standard",
"pl": "Standardowy",
"ru": "Стандартный",
"ko": "표준"
}
},
{
"id": "3",
"title": {
"en": "Strong",
"nl": "Sterk",
"de": "Stark",
"da": "Stærk",
"es": "Fuerte",
"fr": "Fort",
"it": "Forte",
"no": "Sterk",
"sv": "Stark",
"pl": "Silny",
"ru": "Сильный",
"ko": "강한"
}
},
{
"id": "4",
"title": {
"en": "Turbo",
"nl": "Turbo",
"de": "Turbo",
"da": "Turbo",
"es": "Turbo",
"fr": "Turbo",
"it": "Turbo",
"no": "Turbo",
"sv": "Turbo",
"pl": "Turbo",
"ru": "Турбо",
"ko": "터보"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/fanlevel.svg"
},
"vacuum_xiaomi_detergent_left_level": {
"title": {
"en": "Water left (%)",
"nl": "Overgebleven water (%)",
"da": "Resterende vand (%)",
"de": "Verbleibendes Wasser (%)",
"es": "Agua restante (%)",
"fr": "Eau restante (%)",
"it": "Acqua rimasta (%)",
"no": "Vann igjen (%)",
"sv": "Vatten kvar (%)",
"pl": "Pozostała woda (%)",
"ru": "Остаток воды (%)",
"ko": "남은 물 (%)"
},
"type": "number",
"getable": true,
"setable": false,
"units": {
"en": "%",
"nl": "%",
"da": "%",
"de": "%",
"es": "%",
"fr": "%",
"it": "%",
"no": "%",
"sv": "%",
"pl": "%",
"ru": "%",
"ko": "%"
},
"uiComponent": "sensor"
},
"vacuum_xiaomi_dust_bag_left_level": {
"title": {
"en": "Dust bag left (%)",
"nl": "Stofzak over (%)",
"da": "Støvsugerpose tilbage (%)",
"de": "Staubbeutel verbleibend (%)",
"es": "Bolsa de polvo restante (%)",
"fr": "Sac à poussière restant (%)",
"it": "Sacchetto della polvere rimasto (%)",
"no": "Støvsekk igjen (%)",
"sv": "Dammsugarpåse kvar (%)",
"pl": "Pozostało worka na kurz (%)",
"ru": "Осталось пылесборника (%)",
"ko": "먼지 봉투 남음 (%)"
},
"type": "number",
"getable": true,
"setable": false,
"units": {
"en": "%",
"nl": "%",
"da": "%",
"de": "%",
"es": "%",
"fr": "%",
"it": "%",
"no": "%",
"sv": "%",
"pl": "%",
"ru": "%",
"ko": "%"
},
"uiComponent": "sensor"
},
"vacuum_xiaomi_mop_mode": {
"type": "enum",
"title": {
"en": "Sweep and Mop Mode",
"nl": "Sweep and Mop modus",
"da": "Feje og Moppe Tilstand",
"de": "Kehr- und Wischmodus",
"es": "Modo Barrer y Trapear",
"fr": "Mode Balayage et Lavage",
"it": "Modalità Spazza e Passa",
"no": "Feie- og Moppemodus",
"sv": "Sopa och Mopp-läge",
"pl": "Tryb zamiatania i mopowania",
"ru": "Режим подметания и мытья",
"ko": "청소 및 물걸레 모드"
},
"values": [
{
"id": "0",
"title": {
"en": "Sweep",
"nl": "Sweep",
"da": "Feje",
"de": "Kehren",
"es": "Barrer",
"fr": "Balayer",
"it": "Spazza",
"no": "Feie",
"sv": "Sopa",
"pl": "Zamiatać",
"ru": "Подметать",
"ko": "청소"
}
},
{
"id": "1",
"title": {
"en": "Sweep & Mop",
"nl": "Sweep & Mop",
"da": "Feje & Moppe",
"de": "Kehren & Wischen",
"es": "Barrer y Trapear",
"fr": "Balayer & Laver",
"it": "Spazza & Passa",
"no": "Feie & Moppe",
"sv": "Sopa & Mopp",
"pl": "Zamiatać i mopować",
"ru": "Подметать и мыть",
"ko": "청소 및 물걸레질"
}
},
{
"id": "2",
"title": {
"en": "Mop",
"nl": "Mop",
"da": "Moppe",
"de": "Wischen",
"es": "Trapear",
"fr": "Laver",
"it": "Passa",
"no": "Moppe",
"sv": "Mopp",
"pl": "Mopować",
"ru": "Мыть",
"ko": "물걸레질"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/vacuum-mop.svg"
},
"vacuum_xiaomi_mop_mode_max": {
"type": "enum",
"title": {
"en": "Sweep & Mop Mode",
"it": "Modalità Spazza e Passa",
"no": "Feie- og Moppemodus",
"sv": "Sopa och Mopp-läge",
"pl": "Tryb zamiatania i mopowania",
"ru": "Режим подметания и мытья",
"ko": "청소 및 물걸레 모드",
"nl": "Vegen en Dweilen modus",
"da": "Fej & Moppe tilstand",
"de": "Kehren & Wischen Modus",
"es": "Modo Barrer y Trapear",
"fr": "Mode Balayer & Laver"
},
"values": [
{
"id": "1",
"title": {
"en": "Sweep",
"nl": "Sweep",
"da": "Feje",
"de": "Kehren",
"es": "Barrer",
"fr": "Balayer",
"it": "Spazza",
"no": "Feie",
"sv": "Sopa",
"pl": "Zamiatać",
"ru": "Подметать",
"ko": "청소"
}
},
{
"id": "2",
"title": {
"en": "Mop",
"nl": "Mop",
"da": "Moppe",
"de": "Wischen",
"es": "Trapear",
"fr": "Laver",
"it": "Passa",
"no": "Moppe",
"sv": "Mopp",
"pl": "Mopować",
"ru": "Мыть",
"ko": "물걸레질"
}
},
{
"id": "3",
"title": {
"en": "Sweep & Mop",
"nl": "Sweep & Mop",
"da": "Feje & Moppe",
"de": "Kehren & Wischen",
"es": "Barrer y Trapear",
"fr": "Balayer & Laver",
"it": "Spazza & Passa",
"no": "Feie & Moppe",
"sv": "Sopa & Mopp",
"pl": "Zamiatać i mopować",
"ru": "Подметать и мыть",
"ko": "청소 및 물걸레질"
}
},
{
"id": "4",
"title": {
"en": "Sweep Before Mopping",
"nl": "Vegen voor Dweilen",
"da": "Fej før mopning",
"de": "Kehren vor dem Wischen",
"es": "Barrer antes de trapear",
"fr": "Balayer avant de laver",
"it": "Spazza prima di passare",
"no": "Feie før mopping",
"sv": "Sopa före moppning",
"pl": "Zamiataj przed mopowaniem",
"ru": "Подметать перед мытьём",
"ko": "물걸레질 전 청소"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/vacuum-mop.svg"
},
"vacuum_xiaomi_path_mode_max": {
"type": "enum",
"title": {
"en": "Path Mode",
"nl": "Padmodus",
"de": "Pfadmodus",
"da": "Sti mode",
"es": "Modo de ruta",
"fr": "Mode chemin",
"it": "Modalità percorso",
"no": "Bane modus",
"sv": "Sätt för väg",
"pl": "Tryb ścieżki",
"ru": "Режим пути",
"ko": "경로 모드"
},
"values": [
{
"id": "1",
"title": {
"en": "Quick",
"nl": "Snel",
"de": "Schnell",
"da": "Hurtig",
"es": "Rápido",
"fr": "Rapide",
"it": "Veloce",
"no": "Rask",
"sv": "Snabb",
"pl": "Szybki",
"ru": "Быстрый",
"ko": "빠른"
}
},
{
"id": "2",
"title": {
"en": "Standard",
"nl": "Standaard",
"de": "Standard",
"da": "Standard",
"es": "Estándar",
"fr": "Standard",
"it": "Standard",
"no": "Standard",
"sv": "Standard",
"pl": "Standard",
"ru": "Стандарт",
"ko": "표준"
}
},
{
"id": "3",
"title": {
"en": "Deep",
"nl": "Diep",
"de": "Tief",
"da": "Dyb",
"es": "Profundo",
"fr": "Profond",
"it": "Profondo",
"no": "Dyp",
"sv": "Djupt",
"pl": "Głęboki",
"ru": "Глубокий",
"ko": "깊은"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/vacuum-path-mode.svg"
},
"vacuum_xiaomi_status": {
"type": "string",
"title": {
"en": "Status / error",
"nl": "Status / fout",
"da": "Status / fejl",
"de": "Status / Fehler",
"es": "Estado / error",
"fr": "Statut / erreur",
"it": "Stato / errore",
"no": "Status / feil",
"sv": "Status / fel",
"pl": "Status / błąd",
"ru": "Статус / ошибка",
"ko": "상태 / 오류"
},
"getable": true,
"setable": false,
"insights": false,
"icon": "/assets/icons/alarm_generic.svg"
},
"vacuum_xiaomi_water_level_max": {
"type": "enum",
"title": {
"en": "Water Output",
"nl": "Wateroutput",
"de": "Wasserausgabe",
"es": "Salida de Agua",
"fr": "Sortie d'Eau",
"it": "Uscita dell'Acqua",
"da": "Vandoutput",
"no": "Vannutgang",
"sv": "Vattenutgång",
"pl": "Wydajność wody",
"ru": "Вывод воды",
"ko": "물 출력"
},
"values": [
{
"id": "1",
"title": {
"en": "Level 1",
"nl": "Niveau 1",
"de": "Stufe 1",
"es": "Nivel 1",
"fr": "Niveau 1",
"it": "Livello 1",
"da": "Niveau 1",
"no": "Nivå 1",
"sv": "Nivå 1",
"pl": "Poziom 1",
"ru": "Уровень 1",
"ko": "레벨 1"
}
},
{
"id": "2",
"title": {
"en": "Level 2",
"nl": "Niveau 2",
"de": "Stufe 2",
"es": "Nivel 2",
"fr": "Niveau 2",
"it": "Livello 2",
"da": "Niveau 2",
"no": "Nivå 2",
"sv": "Nivå 2",
"pl": "Poziom 2",
"ru": "Уровень 2",
"ko": "레벨 2"
}
},
{
"id": "3",
"title": {
"en": "Level 3",
"nl": "Niveau 3",
"de": "Stufe 3",
"es": "Nivel 3",
"fr": "Niveau 3",
"it": "Livello 3",
"da": "Niveau 3",
"no": "Nivå 3",
"sv": "Nivå 3",
"pl": "Poziom 3",
"ru": "Уровень 3",
"ko": "레벨 3"
}
}
],
"getable": true,
"setable": true,
"icon": "/assets/icons/water-level.svg"
},
"yeelight_ceil43_mode": {
"type": "enum",
"title": {
"en": "Mode",
"nl": "Modus",
"da": "Tilstand",
"de": "Modus",
"es": "Modo",
"fr": "Mode",
"it": "Modalita",
"no": "Modus",
"sv": "Lage",
"pl": "Tryb",
"ru": "Режим",
"ko": "모드"
},
"getable": true,
"setable": true,
"uiComponent": "picker",
"values": [
{
"id": "0",
"title": {
"en": "Day",
"nl": "Dag",
"da": "Dag",
"de": "Tag",
"es": "Dia",
"fr": "Jour",
"it": "Giorno",
"no": "Dag",
"sv": "Dag",
"pl": "Dzien",
"ru": "День",
"ko": "주간"
}
},
{
"id": "1",
"title": {
"en": "Night",
"nl": "Nacht",
"da": "Nat",
"de": "Nacht",
"es": "Noche",
"fr": "Nuit",
"it": "Notte",
"no": "Natt",
"sv": "Natt",
"pl": "Noc",
"ru": "Ночь",
"ko": "야간"
}
},
{
"id": "2",
"title": {
"en": "Color",
"nl": "Kleur",
"da": "Farve",
"de": "Farbe",
"es": "Color",
"fr": "Couleur",
"it": "Colore",
"no": "Farge",
"sv": "Farg",
"pl": "Kolor",
"ru": "Цвет",
"ko": "색상"
}
},
{
"id": "3",
"title": {
"en": "Flow",
"nl": "Flow",
"da": "Flow",
"de": "Flow",
"es": "Flujo",
"fr": "Flux",
"it": "Flusso",
"no": "Flyt",
"sv": "Flode",
"pl": "Przeplyw",
"ru": "Поток",
"ko": "흐름"
}
}
],
"icon": "/assets/icons/airpurifier-mode.svg"
}
}
}
================================================
FILE: docs/mirobot_zonecleanup.md
================================================
# Using the "Go To Target" and "Zone Cleanup" action cards for the Mi Robot.
Below are instructions on how to use the zoned cleaning and goto action cards for the Xiaomi Mi Robot. Credits for this tutorial go out to user ciB on the Home Assistant forum.
## Firmware
This functionality has recently become available for the v1 version of the Xiaomi Mi Robot. Make sure you update your Mi Robot to the latest available firmware using the Mi Home smartphone app. Disclaimer: in some cases this might result in the token being reset which requires you to find your token again.
## Figuring out coordinates on the map
Unfortunately there is no easy way without rooting the device to directly access the map with its coordinates, so you have to do some manual labor. The way the map is created works like this: the starting point of the map (which should be right in front of the dockings station - where your robot starts off at) is somewhere around [25500,25500] and the map is then build around this coordinates.
All you have to do is figure out a grid and then read off the coordinates that you need:
* Step 1: Make sure your docking station is at a fixed position (so your starting point will ALWAYS be the same).
* Step 2: If not yet created, let your robot create a full map of your apartment/flat by starting the cleaning from the Mi Home App.
* Step 3: Use the "go to target" action card to send the robot to places while you have the Mi Home app open. It will then show you where you have send the robot. Increasing the x coordinate will move the robot relative to the starting point to the right (decreasing to the left), increasing the y coordinate will move the robot relative to the starting point to the top (decreasing to the bottom). With some trial and error you will be able to find the right coordinates for places you want to go and for the zones you want to clean.

## Using the "Go To Target" action card
This card requires you to enter the x and y coordinate of a location where you want to go. If you have not figured out the right coordinates yet you should use the Mi Home smartphone app where you can see where your Mi Robot is actually going to go after sending in some coordinates.
## Using the "Zone Cleanup" action card
This action card requires you to enter one or multiple zones for cleaning. A zone takes two coordinates, the first one is the bottom left corner, the other one the top right corner and at the end you can specify the number of times the zone needs to be cleaned. So a single zone would look something like this: [25200, 27500, 27250, 30250, 1]. You can specify multiple zones by seperating them by a comma. So a zone cleanup with two zones would look like this: [25200, 27500, 27250, 30250, 1], [27000, 22250, 28200, 27000, 1].
That's it. Enjoy zone cleaning.
================================================
FILE: docs/obtain_token.md
================================================
# Obtain Mi Home device token
Use any of these methods to obtain the device token for the supported miio devices.
## Method 1 - Obtain device token from Mi home account
Token info might be gathered using Mi `home/device_list` API method that returns the list of devices. There are two existing desktop app implementations to make this easier:
* Get [Mi Home Devices Token](https://github.com/Maxmudjon/Get_MiHome_devices_token/releases) - allows to view device list with device info such as `ip`, `token`, etc.
* Get [Mi Home Toolkit](https://github.com/ApplY3D/mi-home-toolkit/releases) - displays the same info as the previous one + `did`, but also allows to control devices, for example - toggling LAN/Developer mode for bulbs.
## Method 2 - Obtain device token for miio devices that hide their token after setup
Use one of these methods to obtain the device token for devices that hide their tokens after setup in the Mi Home App (like the Mi Robot Vacuum Cleaner with firmware 3.3.9_003077 or higher). This is usually the case for most Mi Home devices. The latest versions of the Mi Home smartphone app dont hold the token anymore so before you begin with any of these methods you will need to install an older version of the smartphone app. Version 5.0.19 works for sure with the 1st gen Vacuum Robot, for the 2nd gen (S50) you should try version 3.3.9_5.0.30. Android users can find older version of the app [here](https://www.apkmirror.com/apk/xiaomi-inc/mihome/).
### Android users
#### Rooted Android Phones
* Setup your Android device with the Mi Home app version 5.0.19 or lower
* Install [aSQLiteManager](https://play.google.com/store/apps/details?id=dk.andsen.asqlitemanager) on your phone
* Use a file browser with granted root privilege and browse to /data/data/com.xiaomi.smarthome/databases/
* Copy miio2.db to an accessable location
* Open your copy of miio2.db with aSQLiteManager and execute the query "select token from devicerecord where localIP is '192.168.0.1'" where you replace the IP address with the IP address of the device you want to get the token from. It will show you the 32 character device token for your Mi Home device.
#### Non-Rooted Android Phones
##### Extract token from log file
This method will only work when you install the Mi Home app version v5.4.54. You can find it [here](https://android-apk.org/com.xiaomi.smarthome/43397902-mi-home/). It looks like Xiaomi made a mistake in this app version where the log file written to internal memory exposes the device tokens of your Xiaomi miio devices.
* Setup your Android device with the Mi Home app version 5.4.54
* Log in with you Xiaomi account
* Use a file explorer to navigate to /sdcard/SmartHome/logs/Plug_Devicemanager/
* Look for a log file named yyyy-mm-dd.txt and open it with a file editor
* Search for a string similar to this with you device name and token
```
{"did":"117383849","token":"90557f1373xxxxxxx8314a74d547b5","longitude":"x","latitude":"y","name":"Mi Robot Vacuum","pid":"0","localip":"192.168.88.68","mac":"40:31:3C:AA:BB:CC","ssid":"Your AP Name","bssid":"E4:8D:8C:EE:FF:GG","parent_id":"","parent_model":"","show_mode":1,"model":"rockrobo.vacuum.v1","adminFlag":1,"shareFlag":0,"permitLevel":16,"isOnline":true,"desc":"Zoned cleanup","extra":{"isSetPincode":0,"fw_version":"3.3.9_003460","needVerifyCode":0,"isPasswordEncrypt":0},"event":{"event.back_to_dock":"{\"timestamp\":1548817566,\"value\":[0]}
```
* Copy the token from this string and you are done.
##### Extract token from a backup on Android phones that allow non-encrypted backups
* Setup your Android device with the Mi Home app
* Enable developer mode and USB debugging on your phone and connect it to your computer
* Get the ADB tool
- for Windows: https://developer.android.com/studio/releases/platform-tools.html
- for Mac: `brew install adb`
* Create a backup of the Mi Home app:
- for Windows: `.\adb backup -noapk com.xiaomi.smarthome -f mi-home-backup.ab`
- for Mac: `adb backup -noapk com.xiaomi.smarthome -f mi-home-backup.ab`
* On your phone you must confirm the backup. Do not enter any password and press button to make the backup
* (Windows Only) Get ADB Backup Extractor and install it: https://sourceforge.net/projects/adbextractor/
* Extract all files from the backup on your computer:
- for Windows: `java.exe -jar ../android-backup-extractor/abe.jar unpack mi-home-backup.ab backup.tar`
- for Mac & Unix: `( printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" ; tail -c +25 mi-home-backup.ab) | tar xfvz -`
* Unzip the ".tar" file
* Open /com.xiaomi.smarthome/db/miio2.db with a SQLite browser (for instance http://sqlitebrowser.org/)
* Execute the query "select token from devicerecord where localIP is '192.168.0.1'" where you replace the IP address with the IP address of the Mi Home device you want to get the token from. It will show you the 32 character device token for your Mi Home device.
##### Extract token from a backup on Android phones that do not allow non-encrypted backups
* Use the steps from above but install Java and use [backup extractor](https://github.com/nelenkov/android-backup-extractor) to extract the encrypted backup.
```
$ java -jar abe-all.jar unpack mi-home-backup.ab unpack mi-home-backup.tar
This backup is encrypted, please provide the password
Password:
# extract without header trick
$ tar -zxf mi-home-backup.tar
# db file is accessible
$ ls apps/com.xiaomi.smarthome/db/
geofencing.db google_app_measurement.db miio.db miio2.db mistat.db
geofencing.db-journal google_app_measurement.db-journal miio.db-journal miio2.db-journal mistat.db-journal
```
### iOS users
### Non-Jailbroken iOS users
* Setup your iOS device with the Mi Home app
* Create an unencrypted backup of your iOS device on your computer using iTunes. In case you are unable to disable encryption you probably have a profile preventing this that enforces certain security policies (like work related accounts). Delete these profiles or use another iOS device to continu.
* Install iBackup Viewer from [here](http://www.imactools.com/iphonebackupviewer/) (another tool that was suggested can be found [here](https://github.com/richinfante/iphonebackuptools)).
* Navigate to your BACKUPS and find the name of your iOS device in the list. Open this backup by clicking the triangle in front of it and then click on raw data.
* Sort the view by name and find the folder com.xiaomi.mihome and highlight it (it's somewhere at the end). After highlighting it click on the cockwheel above the results and select "Save selected files" from here and choose a location to save the files.
* Navigate to the com.xiaomi.mihome folder which you just saved somewhere and inside this folder navigate to the /Documents/ subfolder. In this folder there is a file named _mihome.sqlite where your userid is specific for your account.
* Open this file with a SQLite browser (for instance http://sqlitebrowser.org/)
* Execute the query "select ZTOKEN from ZDEVICE where ZLOCALIP is '192.168.0.1'" where you replace the IP address with the IP address of the Mi Home device you want to get the token from. It will show you the 32 character device token for your Mi Home device.
* The latest Mi Home app store the tokens encrypted into a 96 character key and require an extra step to decode this into the actual token. Visit [this](http://aes.online-domain-tools.com/) website and enter the details as shown below:
** __Input type:__ text
* __Input text (hex):__ your 96 character key
* __Selectbox Plaintext / Hex:__ Hex
* __Function:__ AES
* __Mode:__ ECB
* __Key (hex):__ 00000000000000000000000000000000
* __Selectbox Plaintext / Hex:__ Hex
* Hit the decrypt button. Your token are the first two lines of the right block of code. These two lines should contain a token of 32 characters and should be the correct token for your device.
* If this tutorial did not work for you, [here](https://github.com/mediter/miio/blob/master/docs/ios-token-without-reset.md) is another that might work.
## Jailbroken iOS users
* Setup your iOS device with the Mi Home app
* Use something like Forklift sFTP to connect to your iOS device and copy this file to your computer: /var/mobile/Containers/Data/Application/[UUID]/Documents/USERID_mihome.sqlite (where UUID is a specific number for your device)
* username: root
* IP address: your phones IP address
* password: alpine (unless you changed it something else)
* Open this file with a SQLite browser (for instance http://sqlitebrowser.org/)
* Execute the query "select ZTOKEN from ZDEVICE where ZLOCALIP is '192.168.0.1'" where you replace the IP address with the IP address of the Mi Home device you want to get the token from. It will show you the 32 character device token for your Mi Home device.
* The latest Mi Home app store the tokens encrypted into a 96 character key and require an extra step to decode this into the actual token. Visit [this](http://aes.online-domain-tools.com/) website and enter the details as shown below:
* __Input type:__ text
* __Input text (hex):__ your 96 character key
* __Selectbox Plaintext / Hex:__ Hex
* __Function:__ AES
* __Mode:__ ECB
* __Key (hex):__ 00000000000000000000000000000000
* __Selectbox Plaintext / Hex:__ Hex
* Hit the decrypt button. Your token are the first two lines of the right block of code. These two lines should contain a token of 32 characters and should be the correct token for your device.
## Method 3 - Obtain Xiaomi Gateway device token
This method is specifically for the Xiaomi Gateway.
* Open Mi Home App in your Android device.
* Select your xiaomi device.
* Then click on the 3 dots at the top right of the screen.
* Then click on "About".
* Tap on the version number at the bottom of the screen repeatedly.
* You should see now 2 extra options listed.
* Tap on the second option: "Hub info".
* There you can find the device token.
## Method 4 - Nodejs Command Line Tool from the miIO Device library
The author of the miIO Device Library which is used by this Homey app has also created a nodejs command line tool for retrieving device tokens. Please follow the steps in [these instructions](https://github.com/aholstenson/miio/blob/master/docs/management.md) to retrieve the token for the supported miio devices. Be aware that some devices hide their token after the device has been setup in the Mi Home app. Retrieving tokens for these devices will not work with this method but require method 3.
## Method 5a - Packet Sender Tool
During setup of Mi Home devices the device tokens an be retrieved by sending a ping command to the device. This method uses a tool called Packet Sender which you will need to download. Choose the portable version which does not require installation.
* Download the portable version of [Packet Sender](https://packetsender.com/download).
* Reset the device following the instructions from the device manual, this usually means holding one or two buttons for 10 seconds. This will reset all device settings including the Wi-Fi settings.
* After reset the device will create a it's own Wi-Fi network. This network will have a name related to the device and is used for configuring the device but will also allow us to retrieve the token. Connect to this Wi-Fi network with your computer which has Packet Sender running.
* Open Packet Sender and enter the following details.
* HEX: 21310020ffffffffffffffffffffffffffffffffffffffffffffffffffffffff
* IP: 192.168.8.1
* Port: 54321
* Protocol dropdown: UDP
* Click send and the device will respond with an answer which contains the unique device token. In the last 16 bytes (32 characters) of the devices response is the device token. Copy and save it somewhere.
* Disconnect your computer from the devices network, you can now use the Mi Home app to setup the device and connect it to your Wi-Fi network.
## Method 5b - netcat and Wireshark / tcpdump
Like above you can also use this shell command to send the magic package:
```sh
echo -ne '\x21\x31\x00\x20\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff' | nc -u 192.168.8.1 54321
```
While running this you have to listen with Wireshark or tcpdump for UDP packages sent as anser by the robot.
Extract the last 16 bytes of the answer and convert them to a (32 characters) hexadecimal string using `xxd -p`.
## Method 5c - netcat with hexdump
Like above you can also use this shell command to send the magic package (assuming you're using a Macbook and connecting the device's wifi with `en0` network interface):
```sh
$ echo -n '\x21\x31\x00\x20'`printf '\xff%.0s' {1..28}`|nc -u `ifconfig en0|grep 'inet '|awk -F '[. ]' '{print $2"."$3"."$4"."1}'` 54321 |hexdump -s 16 -e '"token: " 16/1 "%02x" "\n"'
token: f3940a86c4cd42f8787e37f98d2271ce
```
## Method 6 - telnet with root access
> discovered by [#slavikme](https://github.com/slavikme)
In some devices, like "Mi Home Security Camera 360" (and maybe others), you are able to access the filesystem of the device using telnet.
* Reset the device following the instructions from the device manual, this usually means holding one or two buttons for 10 seconds. This will reset all device settings including the Wi-Fi settings. Or you can just delete the device from Mi Home app, that will reset the device for you.
* After reset the device will create it's own Wi-Fi network. This network will have a name related to the device and is used for configuring the device but will also allow us to retrieve the token. Connect to this Wi-Fi network with your computer which has a `telnet` command installed.
* Find out Wi-Fi's gateway address ([This article](https://www.lifewire.com/how-to-find-your-default-gateway-ip-address-2626072) can help). Let's say that it is `192.168.14.1`.
* Create a telnet connection to this addres:
```bash
telnet 192.168.14.1
```
* It will ask you to enter a login. Just write `root`:
```bash
Trying 192.168.14.1...
Connected to 192.168.14.1.
Escape character is '^]'.
mijia-camera login: root
#
```
* Now you have a root shell access to device's filesystem.
* Get the hex token using the following command:
```bash
/usr/sbin/nvram get miio_token | hd -n16 -e '16/1 "%02x " "\n"' | sed '2!d; s/ //g'
```
The output should be something like this:
```
3268786f5730305661445a6375467039
```
* If you are not getting 32 characters hexadecimal string, then just run the command `/usr/sbin/nvram get miio_token` and convert it using `xxd -p` or [this tool](https://www.rapidtables.com/convert/number/ascii-to-hex.html) (don't forget to remove the space delimiter) to hexadecimal representation.
Command output example:
```bash
# /usr/sbin/nvram get miio_token
2hxoW00VaDZcuFp9
```
================================================
FILE: drivers/airfresh_zhimi_airfresh/device.js
================================================
'use strict';
const Homey = require('homey');
const Device = require('../wifi_device.js');
const Util = require('../../lib/util.js');
/* supported devices */
// https://home.miot-spec.com/spec/zhimi.airfresh.va2
// https://home.miot-spec.com/spec/zhimi.airfresh.va4
class MiAirFreshDevice extends Device {
async onInit() {
try {
if (!this.util) this.util = new Util({homey: this.homey});
// GENERIC DEVICE INIT ACTIONS
this.bootSequence();
// FLOW TRIGGER CARDS
this.homey.flow.getDeviceTriggerCard('triggerModeChanged');
// LISTENERS FOR UPDATING CAPABILITIES
this.registerCapabilityListener('onoff', async (value) => {
try {
if (this.miio) {
return await this.miio.call("set_power", [value ? "on" : "off"], { retries: 1 });
} else {
this.setUnavailable(this.homey.__('unreachable')).catch(error => { this.error(error) });
this.createDevice();
return Promise.reject('Device unreachable, please try again ...');
}
} catch (error) {
this.error(error);
return Promise.reject(error);
}
});
this.registerCapabilityListener('onoff.ptc', async (value) => {
try {
if (this.miio) {
return await this.miio.call("set_ptc_state", [value ? "on" : "off"], { retries: 1 });
} else {
this.setUnavailable(this.homey.__('unreachable')).catch(error => { this.error(error) });
this.createDevice();
return Promise.reject('Device unreachable, please try again ...');
}
} catch (error) {
this.error(error);
return Promise.reject(error);
}
});
this.registerCapabilityListener('airpurifier_zhimi_airfresh_mode', async (value) => {
try {
if (this.miio) {
return await this.miio.call("set_mode", [value], { retries: 1 });
} else {
this.setUnavailable(this.homey.__('unreachable')).catch(error => { this.error(error) });
this.createDevice();
return Promise.reject('Device unreachable, please try again ...');
}
} catch (error) {
this.error(error);
return Promise.reject(error);
}
});
} catch (error) {
this.error(error);
}
}
async onSettings({ oldSettings, newSettings, changedKeys }) {
if (changedKeys.includes("address") || changedKeys.includes("token") || changedKeys.includes("polling")) {
this.refreshDevice();
}
if (changedKeys.includes("led")) {
const led = await this.miio.call("set_led_level", [newSettings.led ? 0 : 2], { retries: 1 });
}
if (changedKeys.includes("buzzer")) {
const buzzer = await this.miio.call("set_buzzer", [newSettings.buzzer ? "on" : "off"], { retries: 1 });
}
if (changedKeys.includes("childLock")) {
const childlock = await this.miio.call("set_child_lock", [newSettings.childLock ? "on" : "off"], { retries: 1 });
}
return Promise.resolve(true);
}
async retrieveDeviceData() {
try {
const result = await this.miio.call("get_prop", ["power", "temp_dec", "aqi", "co2", "humidity", "mode", "buzzer", "child_lock", "led_level", "f1_hour_used", "motor1_speed" ], { retries: 1 });
if (!this.getAvailable()) { await this.setAvailable(); }
/* capabilities */
await this.updateCapabilityValue("onoff", result[0] === "on" ? true : false);
await this.updateCapabilityValue("measure_pm25", parseInt(result[2]));
await this.updateCapabilityValue("measure_co2", parseInt(result[3]));
await this.updateCapabilityValue("measure_humidity", parseFloat(result[4]));
/* settings */
await this.updateSettingValue("buzzer", result[6] == "on" ? true : false);
await this.updateSettingValue("childLock", result[7] == "on" ? true : false);
await this.updateSettingValue("led", result[8] === 0 || 1 ? true : false);
await this.updateSettingValue("f1_hour_used", Math.round(result[9] / 24) + " days used");
await this.updateSettingValue("motor_speed", result[10]);
/* mode capability */
if (this.getCapabilityValue('airpurifier_zhimi_airfresh_mode') !== result[5]) {
const previous_mode = this.getCapabilityValue('airpurifier_zhimi_airfresh_mode');
await this.setCapabilityValue('airpurifier_zhimi_airfresh_mode', result[5]);
await this.homey.flow.getDeviceTriggerCard('triggerModeChanged').trigger(this, {"new_mode": mode, "previous_mode": previous_mode }).catch(error => { this.error(error) });
}
/* model specific capabilities */
switch (this.getStoreValue('model')) {
case 'zhimi.airfresh.va2':
await this.updateCapabilityValue("measure_temperature", result[1] * 0.1);
break;
case 'zhimi.airfresh.va4':
await this.updateCapabilityValue("measure_temperature", result[1]);
await this.util.sleep(2000);
const result_va4 = await this.miio.call("get_prop", ["ptc_state"], { retries: 1 });
if (!this.hasCapability('onoff.ptc')) { await this.addCapability('onoff.ptc')};
await this.updateCapabilityValue("onoff.ptc", result_va4[0] === "on" ? true : false);
break;
default:
break;
}
} catch (error) {
this.homey.clearInterval(this.pollingInterval);
if (this.getAvailable()) {
this.setUnavailable(this.homey.__('device.unreachable') + error.message).catch(error => { this.error(error) });
}
this.homey.setTimeout(() => { this.createDevice(); }, 60000);
this.error(error.message);
}
}
async handleModeEvent(mode) {
try {
} catch (error) {
this.error(error);
}
}
}
module.exports = MiAirFreshDevice;
================================================
FILE: drivers/airfresh_zhimi_airfresh/driver.compose.json
================================================
{
"name": {
"en": "Smartmi Fresh Air System (WiFi)",
"nl": "Smartmi Fresh Air System (WiFi)",
"da": "Smartmi Friskluftsystem (WiFi)",
"de": "Smartmi Frischluftsystem (WiFi)",
"es": "Sistema de Aire Fresco Smartmi (WiFi)",
"fr": "Système d'air frais Smartmi (WiFi)",
"it": "Sistema di Aria Fresca Smartmi (WiFi)",
"no": "Smartmi Friskluftsystem (WiFi)",
"sv": "Smartmi Friskluftsystem (WiFi)",
"pl": "System świeżego powietrza Smartmi (WiFi)",
"ru": "Система свежего воздуха Smartmi (WiFi)",
"ko": "스마트미 신선한 공기 시스템 (WiFi)"
},
"images": {
"large": "drivers/airfresh_zhimi_airfresh/assets/images/large.jpg",
"small": "drivers/airfresh_zhimi_airfresh/assets/images/small.jpg"
},
"class": "airpurifier",
"$extends": [
"defaults"
],
"capabilities": [
"onoff",
"airpurifier_zhimi_airfresh_mode",
"measure_temperature",
"measure_humidity",
"measure_pm25",
"measure_co2"
],
"capabilitiesOptions": {
"onoff.ptc": {
"title": {
"en": "Heat",
"nl": "Verwarmen",
"da": "Varme",
"de": "Heizen",
"es": "Calentar",
"fr": "Chauffer",
"it": "Riscaldare",
"no": "Varme",
"sv": "Värme",
"pl": "Grzanie",
"ru": "Нагрев",
"ko": "열기"
}
}
}
}
================================================
FILE: drivers/airfresh_zhimi_airfresh/driver.js
================================================
'use strict';
const Driver = require('../wifi_driver.js');
class MiAirFreshDriver extends Driver {}
module.exports = MiAirFreshDriver;
================================================
FILE: drivers/airfresh_zhimi_airfresh/driver.settings.compose.json
================================================
[
{
"type": "group",
"label": {
"en": "User Settings",
"nl": "Gebruikersinstellingem",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuraciones de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정",
"pt": "Configurações do usuário",
"fi": "Käyttäjäasetukset",
"tr": "Kullanıcı Ayarları",
"zh": "用户设置"
},
"children": [
{
"id": "led",
"type": "checkbox",
"value": true,
"label": {
"en": "LED",
"nl": "LED",
"da": "LED",
"de": "LED",
"es": "LED",
"fr": "LED",
"it": "LED",
"no": "LED",
"sv": "LED",
"pl": "LED",
"ru": "Светодиод",
"ko": "LED"
}
},
{
"id": "buzzer",
"type": "checkbox",
"value": true,
"label": {
"en": "Buzzer",
"nl": "Buzzer",
"da": "Summer",
"de": "Summer",
"es": "Zumbador",
"fr": "Buzzer",
"it": "Cicalino",
"no": "Summer",
"sv": "Summer",
"pl": "Brzęczyk",
"ru": "Зуммер",
"ko": "버저"
}
},
{
"id": "childLock",
"type": "checkbox",
"value": true,
"label": {
"en": "Child Lock",
"nl": "Kinderslot",
"da": "Børnelås",
"de": "Kindersicherung",
"es": "Bloqueo para niños",
"fr": "Verrouillage enfant",
"it": "Blocco bambini",
"no": "Barnelås",
"sv": "Barnlås",
"pl": "Blokada rodzicielska",
"ru": "Блокировка от детей",
"ko": "잠금"
}
},
{
"id": "f1_hour_used",
"type": "label",
"label": {
"en": "Filter life",
"nl": "Filter duur",
"da": "Filterliv",
"de": "Filterlebensdauer",
"es": "Vida del filtro",
"fr": "Durée de vie du filtre",
"it": "Vita del filtro",
"no": "Filterlevetid",
"sv": "Filterliv",
"pl": "Żywotność filtra",
"ru": "Срок службы фильтра",
"ko": "필터 수명"
},
"value": "0%"
},
{
"id": "motor_speed",
"type": "label",
"label": {
"en": "Motorspeed",
"nl": "Motorsnelheid",
"da": "Motoreffekt",
"de": "Motorgeschwindigkeit",
"es": "Velocidad del motor",
"fr": "Vitesse du moteur",
"it": "Velocità del motore",
"no": "Motoreffekt",
"sv": "Motoreffekt",
"pl": "Prędkość silnika",
"ru": "Скорость двигателя",
"ko": "모터 속도"
},
"value": "400"
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"pt": "Configurações do dispositivo",
"fi": "Laitteen asetukset",
"tr": "Aygıt Ayarları",
"zh": "设备设置"
},
"children": [
{
"id": "address",
"$extends": "address"
},
{
"id": "token",
"$extends": "token"
},
{
"id": "polling",
"$extends": "polling"
}
]
}
]
================================================
FILE: drivers/airfresh_zhimi_airfresh/pair/add_device.html
================================================
================================================
FILE: drivers/airfresh_zhimi_airfresh/pair/pair.html
================================================
Enter the details of your Mi Home device.
Connection test successful, you can now connect the device with Homey.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
================================================
FILE: drivers/airmonitor_cgllc_zhimi_airmonitor/device.js
================================================
'use strict';
const Homey = require('homey');
const Device = require('../wifi_device.js');
const Util = require('../../lib/util.js');
/* supported devices */
// https://home.miot-spec.com/spec/zhimi.airmonitor.v1
// https://home.miot-spec.com/spec/cgllc.airmonitor.b1
// https://home.miot-spec.com/spec/cgllc.airmonitor.s1
class AirmonitorZhimiCgllcDevice extends Device {
async onInit() {
try {
if (!this.util) this.util = new Util({ homey: this.homey });
// GENERIC DEVICE INIT ACTIONS
this.bootSequence();
// ADD / REMOVE DEVICES DEPENDANT CAPABILITIES
if (this.getStoreValue('model') === 'cgllc.airmonitor.s1') {
if (this.hasCapability('measure_battery')) {
await this.removeCapability('measure_battery');
}
if (this.hasCapability('alarm_battery')) {
await this.removeCapability('alarm_battery');
}
if (!this.hasCapability('measure_pm25')) {
await this.addCapability('measure_pm25');
}
if (!this.hasCapability('measure_co2')) {
await this.addCapability('measure_co2');
}
if (!this.hasCapability('measure_humidity')) {
await this.addCapability('measure_humidity');
}
if (!this.hasCapability('measure_temperature')) {
await this.addCapability('measure_temperature');
}
if (!this.hasCapability('measure_tvoc')) {
await this.addCapability('measure_tvoc');
}
}
if (this.getStoreValue('model') === 'cgllc.airmonitor.v1') {
if (!this.hasCapability('measure_pm25')) {
await this.addCapability('measure_pm25');
}
if (!this.hasCapability('measure_battery')) {
await this.addCapability('measure_battery');
}
if (!this.hasCapability('alarm_battery')) {
await this.addCapability('alarm_battery');
}
}
if (this.getStoreValue('model') === 'cgllc.airmonitor.b1') {
if (!this.hasCapability('measure_pm25')) {
await this.addCapability('measure_pm25');
}
if (!this.hasCapability('measure_co2')) {
await this.addCapability('measure_co2');
}
if (!this.hasCapability('measure_humidity')) {
await this.addCapability('measure_humidity');
}
if (!this.hasCapability('measure_temperature')) {
await this.addCapability('measure_temperature');
}
if (!this.hasCapability('measure_tvoc')) {
await this.addCapability('measure_tvoc');
}
}
// LISTENERS FOR UPDATING CAPABILITIES
this.registerCapabilityListener('onoff', async (value) => {
try {
if (this.miio) {
return await this.miio.call('set_power', [value ? 'on' : 'off'], { retries: 1 });
} else {
this.setUnavailable(this.homey.__('unreachable')).catch((error) => {
this.error(error);
});
this.createDevice();
return Promise.reject('Device unreachable, please try again ...');
}
} catch (error) {
this.error(error);
return Promise.reject(error);
}
});
} catch (error) {
this.error(error);
}
}
async retrieveDeviceData() {
try {
/* model specific capabilities */
switch (this.getStoreValue('model')) {
case 'cgllc.airmonitor.v1':
const result_v1 = await this.miio.call('get_prop', ['power', 'aqi', 'battery']);
// temporary debug
this.log('Retrieved data for cgllc.airmonitor.v1:', JSON.stringify(result_v1));
if (!this.getAvailable()) {
await this.setAvailable();
}
// if there will be complains on v1 version, we have to make adjustments like in case of s1
if (result_v1[0] !== undefined) await this.updateCapabilityValue('onoff', result_v1[0]);
if (result_v1[1] !== undefined && result_v1[1] !== 99999) await this.updateCapabilityValue('measure_pm25', parseInt(result_v1[1]));
if (result_v1[2] !== undefined) await this.updateCapabilityValue('measure_battery', this.util.clamp(parseInt(result_v1[2]), 0, 100));
if (result_v1[2] !== undefined) await this.updateCapabilityValue('alarm_battery', this.util.clamp(parseInt(result_v1[2]), 0, 100) > 20 ? false : true);
break;
case 'cgllc.airmonitor.b1':
const result_b1 = await this.miio.call('get_air_data', []);
// temporary debug
this.log('Retrieved data for cgllc.airmonitor.b1:', JSON.stringify(result_b1));
if (!this.getAvailable()) {
await this.setAvailable();
}
if (result_b1.result.pm25 !== undefined && result_b1.result.pm25 !== 99999) await this.updateCapabilityValue('measure_pm25', parseInt(result_b1.result.pm25));
if (result_b1.result.co2e !== undefined) await this.updateCapabilityValue('measure_co2', parseInt(result_b1.result.co2e));
if (result_b1.result.humidity !== undefined) await this.updateCapabilityValue('measure_humidity', parseFloat(result_b1.result.humidity));
if (result_b1.result.temperature !== undefined) await this.updateCapabilityValue('measure_temperature', parseFloat(result_b1.result.temperature));
if (result_b1.result.tvoc !== undefined) await this.updateCapabilityValue('measure_tvoc', parseInt(result_b1.result.tvoc));
break;
case 'cgllc.airmonitor.s1':
const result_s1 = await this.miio.call('get_value', ['co2', 'humidity', 'pm25', 'temperature', 'tvoc'], { retries: 1 });
// Temporary debug
this.log('Retrieved data for cgllc.airmonitor.s1:', result_s1);
if (!this.getAvailable()) {
await this.setAvailable();
this.log('Device marked as available');
}
if (result_s1.co2 !== undefined) {
const co2Value = parseInt(result_s1.co2);
await this.updateCapabilityValue('measure_co2', co2Value);
} else {
this.log(`Skipped updating 'measure_co2'. Received value: ${result_s1.co2}`);
}
if (result_s1.humidity !== undefined) {
const humidityValue = parseFloat(result_s1.humidity);
await this.updateCapabilityValue('measure_humidity', humidityValue);
} else {
this.log(`Skipped updating 'measure_humidity'. Received value: ${result_s1.humidity}`);
}
if (result_s1.pm25 !== undefined && result_s1.pm25 !== 99999) {
const pm25Value = parseFloat(result_s1.pm25);
await this.updateCapabilityValue('measure_pm25', pm25Value);
} else {
this.log(`Skipped updating 'measure_pm25'. Received value: ${result_s1.pm25}`);
}
if (result_s1.temperature !== undefined) {
const temperatureValue = parseFloat(result_s1.temperature);
await this.updateCapabilityValue('measure_temperature', temperatureValue);
} else {
this.log(`Skipped updating 'measure_temperature'. Received value: ${result_s1.temperature}`);
}
if (result_s1.tvoc !== undefined) {
const tvocValue = parseInt(result_s1.tvoc);
await this.updateCapabilityValue('measure_tvoc', tvocValue);
} else {
this.log(`Skipped updating 'measure_tvoc'. Received value: ${result_s1.tvoc}`);
}
break;
default:
this.log(`Unknown model: ${this.getStoreValue('model')}`);
break;
}
} catch (error) {
this.homey.clearInterval(this.pollingInterval);
if (this.getAvailable()) {
await this.setUnavailable(this.homey.__('device.unreachable') + error.message).catch((error) => {
this.error(error);
});
this.log(`Device marked as unavailable due to error: ${error.message}`);
}
this.homey.setTimeout(() => {
this.createDevice();
}, 60000);
this.error(`Error in retrieveDeviceData: ${error.message}`);
}
}
}
module.exports = AirmonitorZhimiCgllcDevice;
================================================
FILE: drivers/airmonitor_cgllc_zhimi_airmonitor/driver.compose.json
================================================
{
"name": {
"en": "Mi Air Quality Monitor (WiFi)",
"nl": "Mi Air Quality Monitor (WiFi)",
"da": "Mi Luftkvalitetsmonitor (WiFi)",
"de": "Mi Luftqualitätsmonitor (WiFi)",
"es": "Monitor de Calidad del Aire Mi (WiFi)",
"fr": "Moniteur de Qualité de l'Air Mi (WiFi)",
"it": "Monitor della Qualità dell'Aria Mi (WiFi)",
"no": "Mi Luftkvalitetsmonitor (WiFi)",
"sv": "Mi Luftkvalitetsmonitor (WiFi)",
"pl": "Monitor Jakości Powietrza Mi (WiFi)",
"ru": "Монитор качества воздуха Mi (WiFi)",
"ko": "미 에어 퀄리티 모니터 (WiFi)"
},
"images": {
"large": "drivers/airmonitor_cgllc_zhimi_airmonitor/assets/images/large.jpg",
"small": "drivers/airmonitor_cgllc_zhimi_airmonitor/assets/images/small.jpg"
},
"class": "airtreatment",
"$extends": [
"defaults"
],
"capabilities": [
"measure_pm25"
],
"energy": {
"batteries": [
"INTERNAL"
]
}
}
================================================
FILE: drivers/airmonitor_cgllc_zhimi_airmonitor/driver.js
================================================
'use strict';
const Driver = require('../wifi_driver.js');
class AirmonitorZhimiCgllcDriver extends Driver {}
module.exports = AirmonitorZhimiCgllcDriver;
================================================
FILE: drivers/airmonitor_cgllc_zhimi_airmonitor/driver.settings.compose.json
================================================
[
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정",
"ja": "デバイス設定",
"zh": "设备设置",
"pt": "Configurações do dispositivo"
},
"children": [
{
"id": "address",
"$extends": "address"
},
{
"id": "token",
"$extends": "token"
},
{
"id": "polling",
"$extends": "polling"
}
]
}
]
================================================
FILE: drivers/airmonitor_cgllc_zhimi_airmonitor/pair/add_device.html
================================================
================================================
FILE: drivers/airmonitor_cgllc_zhimi_airmonitor/pair/pair.html
================================================
Enter the details of your Mi Home device.
Connection test successful, you can now connect the device with Homey.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
================================================
FILE: drivers/dmaker-fan/device.js
================================================
'use strict';
const Homey = require('homey');
const Device = require('../wifi_device.js');
const Util = require('../../lib/util.js');
class DmakerFanDevice extends Device {
async onInit() {
try {
if (!this.util) this.util = new Util({homey: this.homey});
// GENERIC DEVICE INIT ACTIONS
this.bootSequence();
// LISTENERS FOR UPDATING CAPABILITIES
this.registerCapabilityListener("onoff", this.onCapabilityOnoff.bind(this));
} catch (error) {
this.error(error);
}
}
}
module.exports = DmakerFanDevice;
================================================
FILE: drivers/dmaker-fan/driver.compose.json
================================================
{
"name": {
"en": "Basic Mi Smart Fan Generic (WiFi)",
"nl": "Basic Mi Smart Fan Generic (WiFi)",
"da": "Basis Mi Smart Fan Generic (WiFi)",
"de": "Basis Mi Smart Fan Generic (WiFi)",
"es": "Básico Mi Smart Fan Genérico (WiFi)",
"fr": "Basique Mi Smart Fan Générique (WiFi)",
"it": "Base Mi Smart Fan Generico (WiFi)",
"no": "Grunnleggende Mi Smart Fan Generic (WiFi)",
"sv": "Grundläggande Mi Smart Fan Generic (WiFi)",
"pl": "Podstawowy Mi Smart Fan Generic (WiFi)",
"ru": "Основной Mi Smart Fan Generic (WiFi)",
"ko": "베이직 Mi Smart Fan Generic (WiFi)"
},
"images": {
"large": "drivers/dmaker-fan/assets/images/large.jpg",
"small": "drivers/dmaker-fan/assets/images/small.jpg"
},
"class": "fan",
"$extends": [
"defaults"
],
"capabilities": [
"onoff"
]
}
================================================
FILE: drivers/dmaker-fan/driver.js
================================================
'use strict';
const Driver = require('../wifi_driver.js');
class DmakerFanDriver extends Driver {}
module.exports = DmakerFanDriver;
================================================
FILE: drivers/dmaker-fan/driver.settings.compose.json
================================================
[
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"$extends": "address"
},
{
"id": "token",
"$extends": "token"
},
{
"id": "polling",
"$extends": "polling"
}
]
}
]
================================================
FILE: drivers/dmaker-fan/pair/add_device.html
================================================
================================================
FILE: drivers/dmaker-fan/pair/pair.html
================================================
Enter the details of your Mi Home device.
Connection test successful, you can now connect the device with Homey.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
================================================
FILE: drivers/mi-magnet-sensor/device.js
================================================
'use strict';
const Homey = require('homey');
const Device = require('../subdevice_device.js');
class MiMagnetSensor extends Device {
async onEventFromGateway(device) {
try {
if (!this.getAvailable()) { this.setAvailable(); }
/* measure_battery & alarm_battery */
if (device.data.voltage) {
const battery = (device.data.voltage - 2800) / 5;
await this.updateCapabilityValue("measure_battery", this.util.clamp(battery, 0, 100));
await this.updateCapabilityValue("alarm_battery", battery <= 20 ? true : false);
}
/* alarm_contact */
if (device.data.status === "open") { await this.updateCapabilityValue("alarm_contact", this.getSetting('inverted') ? false : true); }
if (device.data.status === "close") { await this.updateCapabilityValue("alarm_contact", this.getSetting('inverted') ? true : false); }
} catch (error) {
this.error(error);
}
}
}
module.exports = MiMagnetSensor;
================================================
FILE: drivers/mi-magnet-sensor/driver.compose.json
================================================
{
"name": {
"en": "Mi Magnet Sensor (Gateway)",
"nl": "Mi magneetsensor (Gateway)",
"da": "Mi Magnet Sensor (Gateway)",
"de": "Mi Magnetsensor (Gateway)",
"es": "Sensor Magnético Mi (Gateway)",
"fr": "Capteur Magnétique Mi (Gateway)",
"it": "Sensore Magnetico Mi (Gateway)",
"no": "Mi Magnet Sensor (Gateway)",
"sv": "Mi Magnet Sensor (Gateway)",
"pl": "Czujnik Magnetyczny Mi (Gateway)",
"ru": "Магнитный датчик Mi (Gateway)",
"ko": "미 자석 센서 (게이트웨이)"
},
"images": {
"large": "/drivers/mi-magnet-sensor/assets/images/large.png",
"small": "/drivers/mi-magnet-sensor/assets/images/small.png"
},
"class": "sensor",
"$extends": [
"defaults_subdevice"
],
"capabilities": [
"alarm_contact",
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR1632"
]
}
}
================================================
FILE: drivers/mi-magnet-sensor/driver.js
================================================
'use strict';
const Driver = require('../subdevice_driver.js');
const Util = require('../../lib/util.js');
class MiMagnetSensor extends Driver {
async onInit() {
if (!this.util) this.util = new Util({homey: this.homey});
this.config = {
model: ["magnet"]
}
}
}
module.exports = MiMagnetSensor;
================================================
FILE: drivers/mi-magnet-sensor/driver.settings.compose.json
================================================
[
{
"type": "group",
"label": {
"en": "User settings",
"nl": "Gebruikersinstellingen",
"da": "Brugerindstillinger",
"de": "Benutzereinstellungen",
"es": "Configuración de usuario",
"fr": "Paramètres utilisateur",
"it": "Impostazioni utente",
"no": "Brukerinnstillinger",
"sv": "Användarinställningar",
"pl": "Ustawienia użytkownika",
"ru": "Настройки пользователя",
"ko": "사용자 설정"
},
"children": [
{
"id": "inverted",
"type": "checkbox",
"label": {
"en": "Inverted alarm",
"nl": "Omgekeerd alarm",
"da": "Ovendvendt alarm",
"de": "Umgekehrter Alarm",
"es": "Alarma invertida",
"fr": "Alarme inversée",
"it": "Allarme inverso",
"no": "Omvendt alarm",
"sv": "Inverterat larm",
"pl": "Odwrócony alarm",
"ru": "Инвертированная тревога",
"ko": "반전 알람"
},
"value": false
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"$extends": "deviceSid"
},
{
"id": "model",
"$extends": "model"
},
{
"id": "modelCode",
"$extends": "modelCode"
}
]
}
]
================================================
FILE: drivers/mi-motion-sensor/device.js
================================================
'use strict';
const Homey = require('homey');
const Device = require('../subdevice_device.js');
class MiMotionSensor extends Device {
async onEventFromGateway(device) {
try {
if (!this.getAvailable()) { this.setAvailable(); }
/* measure_battery & alarm_battery */
if (device.data.voltage) {
const battery = (device.data.voltage - 2800) / 5;
await this.updateCapabilityValue("measure_battery", this.util.clamp(battery, 0, 100));
await this.updateCapabilityValue("alarm_battery", battery <= 20 ? true : false);
}
/* alarm_motion */
if (device.data.status === "motion") {
await this.updateCapabilityValue("alarm_motion", true);
if (this.timeoutAlarm) { this.homey.clearTimeout(this.timeoutAlarm); }
this.timeoutAlarm = this.homey.setTimeout(async () => {
await this.updateCapabilityValue("alarm_motion", false);
}, this.getSetting('alarm_duration_number') * 1000);
}
if (device.data.no_motion) {
await this.homey.flow.getDeviceTriggerCard('motionSensorNoMotion'+ device.data.no_motion).trigger(this).catch(error => { this.error(error) });
}
/* measure_luminance */
if (device.data.lux) { await this.updateCapabilityValue("measure_luminance", parseInt(device.data.lux)); }
} catch (error) {
this.error(error);
}
}
}
module.exports = MiMotionSensor;
================================================
FILE: drivers/mi-motion-sensor/driver.compose.json
================================================
{
"name": {
"en": "Mi Motion Sensor (Gateway)",
"nl": "Mi bewegingssensor (Gateway)",
"da": "Mi bevægelsessensor (Gateway)",
"de": "Mi Bewegungssensor (Gateway)",
"es": "Mi sensor de movimiento (Gateway)",
"fr": "Mi capteur de mouvement (Gateway)",
"it": "Sensore di movimento Mi (Gateway)",
"no": "Mi bevegelsessensor (Gateway)",
"sv": "Mi rörelsesensor (Gateway)",
"pl": "Czujnik ruchu Mi (Gateway)",
"ru": "Датчик движения Mi (Gateway)",
"ko": "미 모션 센서 (게이트웨이)"
},
"images": {
"large": "/drivers/mi-motion-sensor/assets/images/large.png",
"small": "/drivers/mi-motion-sensor/assets/images/small.png"
},
"class": "sensor",
"$extends": [
"defaults_subdevice"
],
"capabilities": [
"alarm_motion",
"measure_luminance",
"measure_battery",
"alarm_battery"
],
"energy": {
"batteries": [
"CR2450"
]
}
}
================================================
FILE: drivers/mi-motion-sensor/driver.js
================================================
'use strict';
const Driver = require('../subdevice_driver.js');
const Util = require('../../lib/util.js');
class MiMotionSensor extends Driver {
async onInit() {
if (!this.util) this.util = new Util({homey: this.homey});
this.homey.flow.getDeviceTriggerCard('motionSensorNoMotion120');
this.homey.flow.getDeviceTriggerCard('motionSensorNoMotion180');
this.homey.flow.getDeviceTriggerCard('motionSensorNoMotion300');
this.homey.flow.getDeviceTriggerCard('motionSensorNoMotion600');
this.homey.flow.getDeviceTriggerCard('motionSensorNoMotion1200');
this.homey.flow.getDeviceTriggerCard('motionSensorNoMotion1800');
this.config = {
model: ["motion"]
}
}
}
module.exports = MiMotionSensor;
================================================
FILE: drivers/mi-motion-sensor/driver.settings.compose.json
================================================
[
{
"type": "group",
"label": {
"en": "Duration of the motion alarm",
"nl": "Duur van het bewegingsalarm",
"da": "Varighed af bevægelsesalarmen",
"de": "Dauer des Bewegungalarms",
"es": "Duración de la alarma de movimiento",
"fr": "Durée de l'alarme de mouvement",
"it": "Durata dell'allarme di movimento",
"no": "Varighet på bevegelsesalarmen",
"sv": "Längd på rörelsealarm",
"pl": "Czas trwania alarmu ruchu",
"ru": "Длительность тревоги о движении",
"ko": "움직임 경보의 지속 시간"
},
"children": [
{
"id": "alarm_duration_number",
"type": "number",
"label": {
"en": "Disable after",
"nl": "Uitschakelen na",
"da": "Deaktiver efter",
"de": "Deaktivieren nach",
"es": "Desactivar después de",
"fr": "Désactiver après",
"it": "Disattiva dopo",
"no": "Deaktiver etter",
"sv": "Inaktivera efter",
"pl": "Wyłącz po",
"ru": "Отключить через",
"ko": "다음 후 비활성화"
},
"hint": {
"en": "Here you can specify after what time the alarm signal from the motion sensor will be stopped, if a motion is detected it is not detected. Usually this is for 60 seconds, you can set from 5 to 86400 seconds. \n \n Attention! Values less than 60 seconds are relevant only for independently modified sensors that have the ability to transmit information about the movement with a frequency of 5 seconds.",
"nl": "Hier kunt u opgeven hoe laat het alarmsignaal van de bewegingssensor wordt gestopt, als een beweging wordt gedetecteerd, wordt deze niet gedetecteerd. Gewoonlijk is dit 60 seconden, u kunt 5 tot 86400 seconden instellen. n n Let op! Waarden minder dan 60 seconden zijn alleen relevant voor onafhankelijk aangepaste sensoren die de mogelijkheid hebben om informatie over de beweging te verzenden met een frequentie van 5 seconden.",
"da": "Her kan du angive, hvornår alarmsignalet fra bevægelsessensorer skal stoppes, hvis en bevægelse detekteres. Normalt er dette 60 sekunder, du kan indstille fra 5 til 86400 sekunder. \n \n Opmærksomhed! Værdier mindre end 60 sekunder er kun relevante for selvstændigt modificerede sensorer, der har mulighed for at transmittere information om bevægelsen med en frekvens på 5 sekunder.",
"de": "Hier können Sie angeben, nach welcher Zeit das Alarmsignal vom Bewegungssensor gestoppt wird, wenn eine Bewegung erkannt wird. Normalerweise dauert dies 60 Sekunden. Sie können von 5 bis 86400 Sekunden einstellen. \n \n Achtung! Werte unter 60 Sekunden sind nur für unabhängig modifizierte Sensoren relevant, die in der Lage sind, Bewegungsinformationen mit einer Frequenz von 5 Sekunden zu senden.",
"es": "Aquí puede especificar después de cuánto tiempo se detendrá la señal de alarma del sensor de movimiento, si se detecta un movimiento no se detecta. Por lo general, esto es durante 60 segundos, puede configurar de 5 a 86400 segundos. \n \n ¡Atención! Los valores inferiores a 60 segundos son relevantes solo para sensores modificados de forma independiente que tienen la capacidad de transmitir información sobre el movimiento con una frecuencia de 5 segundos.",
"fr": "Ici, vous pouvez spécifier après combien de temps le signal d'alarme du détecteur de mouvement sera arrêté, si un mouvement est détecté, il n'est pas détecté. En général, cela dure 60 secondes, vous pouvez régler de 5 à 86400 secondes. \n \n Attention ! Les valeurs inférieures à 60 secondes ne sont pertinentes que pour les détecteurs modifiés indépendamment qui ont la capacité de transmettre des informations sur les mouvements avec une fréquence de 5 secondes.",
"it": "Qui puoi specificare dopo quanto tempo il segnale di allarme dal sensore di movimento verrà interrotto, se viene rilevato un movimento non viene rilevato. Di solito è per 60 secondi, puoi impostare da 5 a 86400 secondi. \n \n Attenzione! I valori inferiori a 60 secondi sono rilevanti solo per sensori modificati indipendentemente che hanno la capacità di trasmettere informazioni sul movimento con una frequenza di 5 secondi.",
"no": "Her kan du angi etter hvor lang tid alarmsignalet fra bevegelsessensoren vil bli stoppet, hvis en bevegelse blir oppdaget, blir det ikke oppdaget. Vanligvis er dette i 60 sekunder, du kan stille fra 5 til 86400 sekunder. \n \n Oppmerksomhet! Verdier mindre enn 60 sekunder er bare relevante for uavhengig modifiserte sensorer som har mulighet til å overføre informasjon om bevegelsen med en frekvens på 5 sekunder.",
"sv": "Här kan du specificera efter hur lång tid larmsignalen från rörelsesensorn ska stoppas, om en rörelse detekteras som inte detekteras. Vanligtvis är detta i 60 sekunder, du kan ställa från 5 till 86400 sekunder. \n \n Observera! Värden mindre än 60 sekunder är endast relevanta för oberoende modifierade sensorer som har möjlighet att överföra information om rörelsen med en frekvens på 5 sekunder.",
"pl": "Tutaj możesz określić, po jakim czasie sygnał alarmowy z czujnika ruchu zostanie zatrzymany, jeśli ruch zostanie wykryty, nie jest wykrywany. Zwykle trwa to 60 sekund, możesz ustawić od 5 do 86400 sekund. \n \n Uwaga! Wartości poniżej 60 sekund dotyczą wyłącznie samodzielnie zmodyfikowanych czujników, które mogą przesyłać informacje o ruchu z częstotliwością 5 sekund.",
"ru": "Здесь вы можете указать, через какое время сигнал тревоги от датчика движения будет остановлен, если движение обнаружено, оно не обнаруживается. Обычно это занимает 60 секунд, вы можете установить от 5 до 86400 секунд. \n \n Внимание! Значения менее 60 секунд актуальны только для независимо модифицированных датчиков, которые могут передавать информацию о движении с частотой 5 секунд.",
"ko": "여기서 움직임 센서의 경보 신호가 중지되는 시간을 지정할 수 있습니다. 움직임이 감지된 경우 감지되지 않습니다. 보통 60초 동안이며, 5초에서 86400초까지 설정할 수 있습니다. \n \n 주의! 60초 미만의 값은 5초 주기로 움직임 정보를 전송할 수 있는 독립적으로 수정된 센서에만 해당됩니다."
},
"value": 60,
"attr": {
"min": 5,
"max": 86400
}
}
]
},
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "deviceSid",
"$extends": "deviceSid"
},
{
"id": "model",
"$extends": "model"
},
{
"id": "modelCode",
"$extends": "modelCode"
}
]
}
]
================================================
FILE: drivers/mi-plug/device.js
================================================
'use strict';
const Homey = require('homey');
const Device = require('../subdevice_device.js');
class MiPlug extends Device {
async registerCapabilities() {
this.registerCapabilityListener('onoff', async (value) => {
try {
return await this.homey.app.mihub.sendWrite(this.data.sid, { channel_0: value ? "on" : "off" });
} catch (error) {
this.error(error);
}
});
}
async onEventFromGateway(device) {
try {
if (!this.getAvailable()) { this.setAvailable(); }
/* onoff */
if (device.data.status === "on") { await this.updateCapabilityValue("onoff", true); }
if (device.data.status === "off") { await this.updateCapabilityValue("onoff", false); }
/* measure_power */
if (device.data.load_power) {
await this.updateCapabilityValue("measure_power", parseInt(device.data.load_power));
}
/* meter_power */
if (device.data.power_consumed) {
await this.updateCapabilityValue("meter_power", parseFloat(device.data.power_consumed / 1000));
}
} catch (error) {
this.error(error);
}
}
}
module.exports = MiPlug;
================================================
FILE: drivers/mi-plug/driver.compose.json
================================================
{
"name": {
"en": "Mi Smart Plug (Gateway)",
"nl": "Mi Smart Plug (Gateway)",
"da": "Mi Smart Plug (Gateway)",
"de": "Mi Smart Plug (Gateway)",
"es": "Mi Enchufe Inteligente (Gateway)",
"fr": "Mi Prise Intelligente (Gateway)",
"it": "Mi Presa Intelligente (Gateway)",
"no": "Mi Smart Plugg (Gateway)",
"sv": "Mi Smart Plugg (Gateway)",
"pl": "Mi Inteligentny Wtyczka (Gateway)",
"ru": "Mi Умная Розетка (Гейтвей)",
"ko": "Mi 스마트 플러그 (게이트웨이)"
},
"images": {
"large": "/drivers/mi-plug/assets/images/large.png",
"small": "/drivers/mi-plug/assets/images/small.png"
},
"class": "socket",
"$extends": [
"defaults_subdevice"
],
"capabilities": [
"onoff",
"meter_power",
"measure_power"
]
}
================================================
FILE: drivers/mi-plug/driver.js
================================================
'use strict';
const Driver = require('../subdevice_driver.js');
const Util = require('../../lib/util.js');
class MiPlug extends Driver {
async onInit() {
if (!this.util) this.util = new Util({homey: this.homey});
this.config = {
model: ["plug"]
}
}
}
module.exports = MiPlug;
================================================
FILE: drivers/mi-plug/driver.settings.compose.json
================================================
[
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Ajustes de dispositivo",
"fr": "Réglages de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "디바이스 설정"
},
"children": [
{
"id": "deviceSid",
"$extends": "deviceSid"
},
{
"id": "gatewaySid",
"$extends": "gatewaySid"
},
{
"id": "model",
"$extends": "model"
},
{
"id": "modelCode",
"$extends": "modelCode"
}
]
}
]
================================================
FILE: drivers/mi-power-plug/device.js
================================================
'use strict';
const Homey = require('homey');
const Device = require('../wifi_device.js');
const Util = require('../../lib/util.js');
class PowerPlugDevice extends Device {
async onInit() {
try {
if (!this.util) this.util = new Util({homey: this.homey});
// GENERIC DEVICE INIT ACTIONS
this.bootSequence();
// LISTENERS FOR UPDATING CAPABILITIES
this.registerCapabilityListener("onoff", this.onCapabilityOnoff.bind(this));
} catch (error) {
this.error(error);
}
}
}
module.exports = PowerPlugDevice;
================================================
FILE: drivers/mi-power-plug/driver.compose.json
================================================
{
"name": {
"en": "Mi Power Plug (WiFi)",
"nl": "Mi Power Plug (WiFi)",
"da": "Mi Power Plug (WiFi)",
"de": "Mi Power Plug (WiFi)",
"es": "Mi Power Plug (WiFi)",
"fr": "Mi Power Plug (WiFi)",
"it": "Mi Power Plug (WiFi)",
"no": "Mi Power Plug (WiFi)",
"sv": "Mi Power Plug (WiFi)",
"pl": "Mi Power Plug (WiFi)",
"ru": "Mi Power Plug (WiFi)",
"ko": "Mi Power Plug (WiFi)"
},
"images": {
"large": "drivers/mi-power-plug/assets/images/large.jpg",
"small": "drivers/mi-power-plug/assets/images/small.jpg"
},
"class": "socket",
"$extends": [
"defaults"
],
"capabilities": [
"onoff"
],
"deprecated": true
}
================================================
FILE: drivers/mi-power-plug/driver.js
================================================
'use strict';
const Driver = require('../wifi_driver.js');
class PowerPlugDriver extends Driver {}
module.exports = PowerPlugDriver;
================================================
FILE: drivers/mi-power-plug/driver.settings.compose.json
================================================
[
{
"type": "group",
"label": {
"en": "Device Settings",
"nl": "Apparaat instellingen",
"da": "Enhedsindstillinger",
"de": "Geräteeinstellungen",
"es": "Configuración del dispositivo",
"fr": "Paramètres de l'appareil",
"it": "Impostazioni del dispositivo",
"no": "Enhetsinnstillinger",
"sv": "Enhetsinställningar",
"pl": "Ustawienia urządzenia",
"ru": "Настройки устройства",
"ko": "장치 설정"
},
"children": [
{
"id": "address",
"$extends": "address"
},
{
"id": "token",
"$extends": "token"
},
{
"id": "polling",
"$extends": "polling"
}
]
}
]
================================================
FILE: drivers/mi-power-plug/pair/add_device.html
================================================
================================================
FILE: drivers/mi-power-plug/pair/pair.html
================================================
Enter the details of your Mi Home device.
Connection test successful, you can now connect the device with Homey.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.
================================================
FILE: lib/MiHub.js
================================================
const EventEmitter = require("events");
const MiGateway = require("mimorelinks");
class MiHub extends EventEmitter {
constructor(opts) {
super();
this.setMaxListeners(150);
this.log = opts.log;
this.homey = opts.homey;
this.hubs;
this.hubsList = this.homey.settings.get("gatewaysList") || [];
this.MiInitialize(this.hubsList);
this.gateways;
}
MiInitialize(gateways) {
var that = this;
if (gateways.length > 0) {
this.gatewaysList = [];
gateways.forEach(gateway => {
this.log(gateway);
let data = {
sid: gateway.mac.toLowerCase(),
password: gateway.password.toUpperCase()
};
this.gatewaysList.push(data);
});
if (MiGateway._start) {
MiGateway.stop();
this.log("Stop running Mi Gateway!");
}
MiGateway.create(this.gatewaysList, {
onMessage(msg) {
that.devicesReport(msg);
}
});
MiGateway.start();
this.gateways = MiGateway._miAqara.gatewayHelper.gateways;
this.hubs = true;
} else {
this.log("Please insert gateway mac address and password in settings on Manager Settings");
if (MiGateway._start) {
MiGateway.stop();
this.log("Mi Hub stopped!!!");
}
this.hubs = false;
}
}
async getDevice(sid) {
const device = MiGateway.getDeviceBySid(sid);
return device;
}
async getDevicesByModel(modelTypes) {
const devices = MiGateway.getDeviceList();
return devices.filter(device => modelTypes.includes(device.model));
}
async getGatewayByModel(modelTypes) {
const gateways = MiGateway.getGatewayList();
return gateways.filter(gateway => modelTypes.includes(gateway.model));
}
updateGateways(gateways) {
this.log("updateGateways: ", gateways);
this.MiInitialize(gateways);
}
devicesReport(data) {
const devices = MiGateway.getDeviceList();
const gateways = MiGateway.getGatewayList();
if (data.cmd == "report") {
devices.forEach(device => {
if (data.sid == device.sid) {
this.emit(`${device.sid}`, device);
}
});
} else if (data.cmd == "read_ack") {
devices.forEach(device => {
if (data.sid == device.sid) {
this.emit(`${device.sid}`, device);
}
});
gateways.forEach(gateway => {
if (data.sid == gateway.sid) {
this.emit(`${gateway.sid}`, data);
}
});
}
}
async sendWrite(sid, data) {
MiGateway.change({ sid: sid, data: data });
}
async sendWriteCmd(sid, data) {
MiGateway.writeCmd(sid, data);
}
async controlLightHLS(sid, hue, saturation, brightness) {
MiGateway.controlLightHLS({
sid: sid,
hue: hue,
saturation: saturation,
brightness: brightness
});
}
async controlLightRGB(sid, rgb) {
MiGateway.controlLightRGB({ sid: sid, rgb: rgb });
}
async controlLightPower(sid, power) {
MiGateway.controlLightPower({ sid: sid, power: power });
}
async controlMid(sid, mid, vol) {
MiGateway.controlMid({ sid: sid, mid: mid, vol: vol });
}
getGateways() {
return this.gatewaysList;
}
}
module.exports = MiHub;
================================================
FILE: lib/util.js
================================================
'use strict';
class Util {
static modelToFriendlyNameWiFi = {
'zhimi.airmonitor.v1': 'Mi Air Quality Monitor',
'cgllc.airmonitor.b1': 'Mi Air Quality Monitor gen2',
'cgllc.airmonitor.s1': 'Mi ClearGrass Air Detector',
'zhimi.airpurifier.v1': 'Air Purifier',
'zhimi.airpurifier.v2': 'Air Purifier v2',
'zhimi.airpurifier.v3': 'Air Purifier v3',
'zhimi.airpurifier.v5': 'Air Purifier v5',
'zhimi.airpurifier.v6': 'Air Purifier Pro',
'zhimi.airpurifier.v7': 'Air Purifier Pro v7',
'zhimi.airpurifier.m1': 'Air Purifier 2 Mini',
'zhimi.airpurifier.m2': 'Air Purifier Mini',
'zhimi.airpurifier.ma1': 'Air Purifier 2S',
'zhimi.airpurifier.ma2': 'Air Purifier 2S',
'zhimi.airpurifier.sa1': 'Air Purifier Super/Max',
'zhimi.airpurifier.sa2': 'Air Purifier Super/Max 2',
'zhimi.airpurifier.mc1': 'Air Purifier 2S',
'zhimi.airpurifier.mc2': 'Air Purifier 2H',
'zhimi.airpurifier.ma4': 'Air Purifier 3',
'zhimi.airpurifier.mb3': 'Air Purifier 3H',
'zhimi.airpurifier.mb3a': 'Air Purifier 3H',
'zhimi.airp.mb3a': 'Air Purifier 3H',
'zhimi.airpurifier.va1': 'Airpurifier Pro H',
'zhimi.airpurifier.vb2': 'Airpurifier Pro H',
'zhimi.airpurifier.mb4': 'Air Purifier 3C',
'zhimi.airp.mb4a': 'Air Purifier 3C',
'zhimi.airp.mb5': 'Air Purifier 4',
'zhimi.airp.mb5a': 'Air Purifier 4',
'zhimi.airp.va2': 'Air Purifier 4 Pro',
'zhimi.airp.va4': 'Air Purifier 4 Pro',
'zhimi.airp.vb4': 'Air Purifier 4 Pro',
'zhimi.airpurifier.rma1': 'Air Purifier 4 Lite',
'zhimi.airp.rmb1': 'Air Purifier 4 Lite',
'zhimi.airpurifier.za1': 'Smartmi Air Purifier',
'zhimi.airp.meb1': 'Xiaomi Smart Air Purifier Elite',
'xiaomi.airp.cpa4': 'Xiaomi Smart Air Purifier 4 Compact',
'zhimi.airfresh.va2': 'Smartmi Fresh Air System VA2',
'zhimi.airfresh.va4': 'Smartmi Fresh Air System VA4',
'zhimi.airfresh.ua1': 'Mi Fresh Air Ventilator C1-80',
'airdog.airpurifier.x3': 'Airdog X3 Air Purifier',
'airdog.airpurifier.x5': 'Airdog X5 Air Purifier',
'airdog.airpurifier.x7sm': 'Airdog X7s Air Purifier',
'dmaker.airfresh.t2017': 'Mi Air Purifier (MJXFJ-300-G1)',
'dmaker.airfresh.a1': 'Mi Air Purifier (MJXFJ-150-A1)',
'zhimi.humidifier.v1': 'Smartmi Humidifier',
'zhimi.humidifier.ca1': 'Smartmi Evaporative Humidifier',
'zhimi.humidifier.cb1': 'Smartmi Evaporative Humidifier',
'zhimi.humidifier.cb2': 'Smartmi Evaporative Humidifier',
'zhimi.humidifier.ca4': 'Smartmi Evaporative Humidifier v2',
'zhimi.humidifier.ca6': 'Smartmi Evaporative Humidifier 3',
'zhimi.humidifier.jd1': 'Smartmi Humidifier Rainforest',
'xiaomi.humidifier.airmx': 'Mijia Mistless Humidifier 3 Pro',
'xiaomi.humidifier.600ek': 'Mijia Smart Evaporative Humidifier Pro',
'xiaomi.humidifier.3lite': 'Xiaomi Smart Humidifier 3 Lite',
'deerma.humidifier.jsq': 'Mijia Smart Sterilization Humidifier JSQ',
'deerma.humidifier.jsq1': 'Mijia Pure Smart Humidifier JSQ1',
'deerma.humidifier.mjjsq': 'Mijia Smart Sterilization Humidifier MJJSQ',
'deerma.humidifier.jsq4': 'Mi Smart Antibacterial Humidifier JSQ4',
'deerma.humidifier.jsq5': 'Mi Smart Antibacterial Humidifier JSQ5',
'deerma.humidifier.jsqs': 'Mi Smart Antibacterial Humidifier JSQS',
'deerma.humidifier.jsq2w': 'Mi Smart Antibacterial Humidifier JSQ2W',
'leshow.humidifier.jsq1': 'Xiaomi Humidifier Pro',
'shuii.humidifier.jsq001': 'Humidifier JSQ001',
'xwhzp.diffuser.xwxfj': 'Mijia Smart Scent Diffuser',
'dmaker.derh.22ht': 'Xiaomi Smart Dehumidifier',
'xiaomi.derh.lite': 'Xiaomi Smart Dehumidifier Lite',
'xiaomi.derh.13l': 'Mijia Smart Dehumidifier 13L',
'dmaker.fan.p5': 'DMaker Fan X1',
'dmaker.fan.p9': 'Mi Smart Tower Fan',
'dmaker.fan.p10': 'Mi Smart Standing Fan 2',
'dmaker.fan.p11': 'Mi Smart Standing Fan Pro',
'dmaker.fan.p15': 'Mi Smart Standing Fan Pro EU',
'dmaker.fan.p18': 'Mi Smart Fan 2',
'dmaker.fan.p33': 'Mi Smart Standing Fan 2 Pro',
'dmaker.fan.p44': 'Mi Smart Evaporative Cooling Fan',
'dmaker.fan.1c': 'Mi Smart Standing Fan 2 Lite',
'zhimi.fan.v2': 'Smartmi DC Pedestal Fan v2',
'zhimi.fan.v3': 'Smartmi DC Pedestal Fan v3',
'zhimi.fan.sa1': 'Smartmi Standing Fan',
'zhimi.fan.za1': 'Smartmi Inverter Pedestal Fan',
'zhimi.fan.za3': 'Smartmi Standing Fan 2',
'zhimi.fan.za4': 'Smartmi Standing Fan 2S',
'zhimi.fan.za5': 'Smartmi Standing Fan 3',
"xiaomi.fan.p45": "Xiaomi Smart Tower Fan 2",
'zhimi.heater.mc2': 'Smart Space Heater S',
'zhimi.heater.za2': 'Smart Space Heater 1S',
'leshow.heater.bs1s': 'Smart Space Heater BS1S',
'zhimi.heater.nb1': 'Smartmi Smart Fan Heater',
'zhimi.heater.zb1a': 'Smartmi Smart Convector Heater 1S',
'hyd.airer.znlyj4': 'Mijia Smart Clothes Drying Rack',
'rockrobo.vacuum.v1': 'Roborock Vacuum v1',
'roborock.vacuum.c1': 'Roborock Vacuum S5 Max',
'rockrobo.vacuum.1s': 'Roborock Vacuum 1S',
'roborock.vacuum.e2': 'Roborock Vacuum E2',
'roborock.vacuum.s4': 'Roborock Vacuum S4',
'roborock.vacuum.s5': 'Roborock Vacuum S5',
'roborock.vacuum.s5e': 'Roborock Vacuum S5e',
'roborock.vacuum.s6': 'Roborock Vacuum S6',
'roborock.vacuum.t4': 'Roborock Vacuum T4',
'roborock.vacuum.t6': 'Roborock Vacuum T6',
'roborock.vacuum.a08': 'Roborock Vacuum S6 Pure',
'roborock.vacuum.a09': 'Roborock Vacuum T7 Pro',
'roborock.vacuum.a10': 'Roborock Vacuum S6 MaxV',
'roborock.vacuum.a11': 'Roborock Vacuum T7',
'roborock.vacuum.a14': 'Roborock Vacuum T7S',
'roborock.vacuum.a15': 'Roborock Vacuum S7',
'roborock.vacuum.a19': 'Roborock Vacuum S4 Max',
'roborock.vacuum.a23': 'Roborock Vacuum T7S Plus',
'roborock.vacuum.a26': 'Roborock Vacuum G10S Pro',
'roborock.vacuum.a27': 'Roborock Vacuum S7 MaxV Ultra',
'roborock.vacuum.a29': 'Roborock Vacuum G10',
'roborock.vacuum.a34': 'Roborock Vacuum Q5',
'roborock.vacuum.a38': 'Roborock Vacuum Q7 Max',
'roborock.vacuum.a40': 'Roborock Vacuum Q7',
'roborock.vacuum.a46': 'Roborock Vacuum G10S',
'roborock.vacuum.a51': 'Roborock Vacuum S8',
'roborock.vacuum.a62': 'Roborock Vacuum S7 Pro Ultra',
'roborock.vacuum.a65': 'Roborock Vacuum S7 Max Ultra',
'roborock.vacuum.a70': 'Roborock S8 Ultra Pro',
'roborock.vacuum.a72': 'Roborock Q5 Pro',
'roborock.vacuum.a73': 'Roborock Vacuum Q8 Max',
'roborock.vacuum.a75': 'Roborock Revo Q',
'roborock.vacuum.p5': 'Roborock Vacuum P5',
'roborock.vacuum.m1s': 'Mijia Vacuum M1S',
'dreame.vacuum.mc1808': 'Mijia Vacuum 1C',
'dreame.vacuum.p2008': 'Dreame Robot Vacuum-Mop F9',
'dreame.vacuum.p2009': 'Dreame Robot Vacuum D9',
'dreame.vacuum.p2027': 'Dreame Bot W10 Pro',
'dreame.vacuum.p2028': 'Dreame Bot Z10 Pro',
'dreame.vacuum.p2041o': 'Mi Robot Vacuum-Mop 2 Pro+',
'dreame.vacuum.p2150a': 'Mi Robot Vacuum-Mop 2 Ultra',
'dreame.vacuum.p2150o': 'Mi Robot Vacuum-Mop 2 Ultra',
'dreame.vacuum.p2029': 'Dreame Bot L10 Pro',
'dreame.vacuum.p2041': 'Xiaomi Vacuum 1T',
'dreame.vacuum.r2205': 'Dreame Bot D10 Plus',
'dreame.vacuum.r2228o': 'Dreame Bot L10s Ultra',
'dreame.vacuum.r2209': 'Xiaomi/Dreame Robot Vacuum X10',
'dreame.vacuum.p2114a': 'Xiaomi/Dreame Robot Vacuum X10+',
'dreame.vacuum.r2211o': 'Xiaomi/Dreame Robot Vacuum S10+',
'dreame.vacuum.r2232c': 'Dreame Bot L10s Prime',
'dreame.vacuum.r2338a': 'Dreame L10s Pro Ultra',
'dreame.vacuum.r2416': 'Dreame X40 Ultra',
'dreame.vacuum.r2449': 'Dreame X40 Ultra Complete',
'mijia.vacuum.v1': 'Xiaomi Mijia G1 Robot Vacuum Mop v1',
'mijia.vacuum.v2': 'Xiaomi Mijia G1 Robot Vacuum Mop v2',
'mijia.vacuum.v3': 'Mi Robot Vacuum-Mop Essential',
'mijia.vacuum.b108za': 'Mi Robot Vacuum-Mop 2S',
'mijia.vacuum.b108zb': 'Mi Robot Vacuum-Mop 3S',
'xiaomi.vacuum.b112gl': 'Xiaomi Robot Vacuum E12',
'xiaomi.vacuum.b106eu': 'Xiaomi Robot Vacuum S12',
'xiaomi.vacuum.b112': 'Xiaomi Robot Vacuum E10',
'xiaomi.vacuum.c101': 'Xiaomi Self-Cleaning Vacuum Robot 2 C101',
'xiaomi.vacuum.c102gl': 'Xiaomi Robot Vacuum X20+',
'xiaomi.vacuum.d109gl': 'Xiaomi Robot Vacuum X20 Max',
'xiaomi.vacuum.d102gl': 'Xiaomi Robot Vacuum X20 Pro',
'xiaomi.vacuum.d101': 'Xiaomi Robot Vacuum H40',
'xiaomi.vacuum.d101gl': 'Xiaomi Robot Vacuum H40 (CN)',
'xiaomi.vacuum.ov51gl': 'Xiaomi Robot Vacuum H40 (EU)',
'xiaomi.vacuum.b108gl': 'Xiaomi Robot Vacuum S20+',
'ijai.vacuum.v1': 'Mi Robot Vacuum-Mop Pro',
'ijai.vacuum.v2': 'Mi Robot Vacuum-Mop 2',
'ijai.vacuum.v3': 'Mi Robot Vacuum-Mop 2 Pro',
'ijai.vacuum.v10': 'Mi Robot Vacuum-Mop 2 Lite',
'ijai.vacuum.v13': 'Mi Robot Vacuum-Mop 2 Pro',
'ijai.vacuum.v14': 'Mi Robot Vacuum-Mop G1',
'ijai.vacuum.v15': 'Mi Robot Vacuum-Mop 2 Pro',
'ijai.vacuum.v16': 'Mi Robot Vacuum-Mop 2i',
'ijai.vacuum.v17': 'Xiaomi Robot Vacuum S10',
'ijai.vacuum.v18': 'Mi Robot Vacuum-Mop 3C',
'ijai.vacuum.v19': 'Mi Robot Vacuum-Mop 2S',
'viomi.vacuum.v7': 'Mi Robot Vacuum-Mop P v7',
'viomi.vacuum.v8': 'Mi Robot Vacuum-Mop P v8',
'roidmi.vacuum.v60': 'Roidmi Eve',
'roidmi.vacuum.v66': 'Roidmi Eva',
'chuangmi.plug.m1': 'Mi Smart Plug WiFi',
'chuangmi.plug.m2': 'Mi Smart Plug WiFi',
'chuangmi.plug.m3': 'Mi Smart Plug WiFi',
'chuangmi.plug.v1': 'Mi Smart Plug With USB WiFi',
'chuangmi.plug.v2': 'Mi Smart Plug With 2 USB WiFi',
'chuangmi.plug.v3': 'Mi Smart Plug With 2 USB WiFi',
'chuangmi.plug.hmi206': 'Mi Smart Plug WiFi',
'qmi.powerstrip.v1': 'Mi Power Strip v1',
'zimi.powerstrip.v2': 'Mi Power Strip v2',
'cuco.plug.v2eur': 'Xiaomi Smart Plug 2',
'philips.light.sread1': 'Eyecare Lamp 2',
'philips.light.bulb': 'Philips Light Bulb',
'philips.light.candle': 'Philips Candle',
'philips.light.candle2': 'Philips Candle',
'philips.light.ceiling': 'Philips Ceiling Light',
'philips.light.zyceiling': 'Philips Ceiling Light',
'philips.light.mono1': 'Philips Light Bulb',
'philips.light.downlight': 'Philips Down Light',
'philips.light.strip5': 'Philips / Xiaomi Smart Lightstrip Pro',
'yeelink.light.ceil43': 'Yeelight Arwen Ceiling Light D',
'lumi.gateway.v2': 'Xiaomi Gateway v1',
'lumi.gateway.v3': 'Xiaomi Gateway v2',
'lumi.gateway.mcn001': 'Xiaomi Smart Home Hub 2',
'lumi.acpartner.v1': 'Aqara Gateway v1',
'lumi.acpartner.v2': 'Aqara Gateway v2',
'lumi.acpartner.v3': 'Aqara Gateway v3',
'chuangmi.remote.v2': 'Universal Intelligent IR Remote Controller',
'mmgg.pet_waterer.s1': 'Xiaowan Smart Pet Water Dispenser',
'mmgg.pet_waterer.s4': 'Xiaowan Smart Pet Water Dispenser',
'mmgg.pet_waterer.wi11': 'Xiaomi Smart Pet Fountain',
'xiaomi.pet_waterer.iv02': 'Xiaomi Smart Pet Fountain 2',
'mmgg.feeder.fi1': 'Xiaomi Smart Pet Food Feeder',
'mmgg.feeder.inland': 'Xiaomi Smart Pet Food Feeder',
'mmgg.feeder.spec': 'Xiaowan Smart Pet Feeder',
'xiaomi.feeder.pi2001': 'Xiaomi Smart Pet Food Feeder 2',
'xiaomi.feeder.iv2001': 'Mi Smart Pet Feeder 2 CN',
'careli.fryer.maf05a': 'Xiaomi Smart Air Fryer Pro 4L',
'careli.fryer.ybaf04': 'KitchenMi Smart Air Fryer 6007WAB',
'careli.fryer.ybaf03': 'KitchenMi Smart Air Fryer 6007WA',
'careli.fryer.maf02c': 'Mi Smart Air Fryer (3.5L)',
'careli.fryer.maf07': 'Mi Smart Air Fryer (3.5L)',
'careli.fryer.maf02': 'Mi Smart Air Fryer (3.5L)'
}
static modelToFriendlyNameSubdevice = {
'remote.b186acn01': 'Aqara Wireless Wall Single Switch (Advanced)',
'remote.b286acn01': 'Aqara Wireless Wall Double Switch (Advanced)',
'86sw1': 'Aqara Wireless Wall Single Switch',
'86sw2': 'Aqara Wireless Wall Double Switch',
'sensor_switch.aq2': 'Aqara Wireless Button',
'sensor_switch.aq3': 'Aqara Wireless Button (Advanced)',
'sensor_switch': 'Aqara Wireless Button',
'remote.b1acn01': 'Aqara Wireless Button',
'ctrl_ln1.aq1': 'Aqara Smart Wall Single Switch With Neutral',
'switch_b1nacn02': 'Aqara Smart Wall Single Switch With Neutral',
'ctrl_ln1.aq2': 'Aqara Smart Wall Double Switch With Neutral',
'switch_b2nacn02': 'Aqara Smart Wall Double Switch With Neutral',
'ctrl_neutral1': 'Aqara Smart Wall Single Switch No Neutral',
'switch_b1lacn02': 'Aqara Smart Wall Single Switch No Neutral',
'ctrl_neutral2': 'Aqara Smart Wall Double Switch No Neutral',
'switch_b2lacn02': 'Aqara Smart Wall Double Switch No Neutral',
'curtain': 'Aqara Curtain Motor',
'curtain.hagl04': 'Aqara Curtain Motor',
'curtain.aq2': 'Aqara Roller Shade Controller',
'sensor_magnet.aq2': 'Aqara Magnet Sensor',
'sensor_motion.aq2': 'Aqara Motion Sensor',
'weather.v1': 'Aqara Temperature & Humidity Sensor',
'sensor_wleak.aq1': 'Aqara Waterleak Sensor',
'cube': 'Mi Aqara Cube',
'sensor_cube.aqgl01': 'Mi Aqara Cube',
'sensor_cube': 'Mi Aqara Cube',
'switch': 'Mi Wireless Button',
'magnet': 'Mi Magnet Sensor',
'motion': 'Mi Motion Sensor',
'sensor_ht': 'Mi Temperature & Humidity Sensor',
'natgas': 'Miia Gas Leak Detector',
'sensor_natgas': 'Miia Gas Leak Detector',
'ctrl_86plug.aq1': 'Aqara Wall Outlet',
'lumi.ctrl_86plug.aq1': 'Aqara Wall Outlet',
'lumi.ctrl_86plug': 'Aqara Wall Outlet',
'lock.aq1': 'Aqara Lock',
'relay.c2acn01': 'Aqara 2 Channel Relay',
'lumi.relay.c2acn01': 'Aqara 2 Channel Relay',
'vibration': 'Vibration Sensor',
'plug': 'Mi Smart Plug'
}
constructor(opts) {
this.homey = opts.homey;
}
getFriendlyNameWiFi(model) {
return Util.modelToFriendlyNameWiFi[model];
}
getFriendlyNameSubdevice(model) {
return Util.modelToFriendlyNameSubdevice[model];
}
normalize(value, min, max) {
var normalized = (value - min) / (max - min);
return Number(normalized.toFixed(2));
}
denormalize(normalized, min, max) {
var denormalized = ((1 - normalized) * (max - min) + min);
return Number(denormalized.toFixed(0));
}
getRandomTimeout(max) {
return ((Math.floor(Math.random() * Math.floor(max)) * 1000) + 2000);
}
clamp(value, min, max) {
return Math.min(Math.max(value, min), max);
}
sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
}
module.exports = Util;
================================================
FILE: locales/da.json
================================================
{
"pair": {
"title": "Tilføj Mi Home enhed",
"startpairing": "For at Homey kan kommunikere med enheder over miIO protokollen, skal der opnås en unik enheds-token. Teknisk viden er nødvendig for at hente disse tokens. Hvis du ikke er så teknisk kyndig, kan det være udfordrende at bruge denne app. Se instruktionerne i supportemnet på community forumet om at hente enheds-tokens.",
"nosettings": "Udfyld venligst alle felterne.",
"intro": "Indtast detaljerne for din Mi Home enhed.",
"address": "IP-adresse",
"token": "Token (32 tegn af numre og bogstaver)",
"polling": "Polling-frekvens",
"test": "Test forbindelse",
"testResult": "Forbindelsestest var succesfuld, du kan nu tilslutte enheden til Homey.",
"connect": "Tilslut",
"unknownerror": "Ukendt fejl, er du sikker på, at du har indtastet den korrekte IP-adresse og token, og at Homey er på samme netværk som Mi Home enheden? Kontrollér venligst dine indstillinger og prøv igen.",
"state": "Status:",
"battery": "Batteriniveau:",
"fanspeed": "Ventilatorhastighed:",
"no_devices_found": "Ingen enheder fundet.",
"no_gateways": "Ingen gateways fundet. \n\n Før du tilføjer enheder, skal du åbne plugin-indstillingerne og tilføje din Xiaomi gateway.\n Aqara gateway understøttes endnu ikke."
},
"device": {
"unreachable": "Enheden er utilgængelig: ",
"noupdates": "Enheden har endnu ikke modtaget nogen opdateringer"
}
}
================================================
FILE: locales/de.json
================================================
{
"pair": {
"title": "Mi Home Gerät hinzufügen",
"startpairing": "Damit Homey mit Geräten über das miIO-Protokoll kommunizieren kann, muss ein einzigartiger Gerätetoken abgerufen werden. Technisches Wissen ist erforderlich, um diese Tokens zu erhalten. Wenn du nicht sehr technisch versiert bist, könnte die Nutzung dieser App herausfordernd sein. Sieh dir die Anweisungen im Support-Thema im Community-Forum zum Abrufen von Gerätetokens an.",
"nosettings": "Bitte fülle alle Felder aus.",
"intro": "Gib die Details deines Mi Home Geräts ein.",
"address": "IP-Adresse",
"token": "Token (32 Zeichen aus Zahlen und Buchstaben)",
"polling": "Abfragehäufigkeit",
"test": "Verbindung testen",
"testResult": "Verbindungstest erfolgreich, du kannst das Gerät jetzt mit Homey verbinden.",
"connect": "Verbinden",
"unknownerror": "Unbekannter Fehler, bist du sicher, dass du die richtige IP-Adresse und den richtigen Token eingegeben hast und dass Homey im selben Netzwerk wie das Mi Home Gerät ist? Bitte überprüfe deine Einstellungen und versuche es erneut.",
"state": "Status:",
"battery": "Batteriestand:",
"fanspeed": "Lüftergeschwindigkeit:",
"no_devices_found": "Keine Geräte gefunden.",
"no_gateways": "Keine Gateways gefunden. \n\n Bevor du Geräte hinzufügst, öffne bitte die Plug-in-Einstellungen und füge dein Xiaomi Gateway hinzu.\n Aqara Gateway wird noch nicht unterstützt."
},
"device": {
"unreachable": "Gerät ist nicht erreichbar: ",
"noupdates": "Gerät hat noch keine Updates erhalten"
}
}
================================================
FILE: locales/en.json
================================================
{
"pair": {
"title": "Add Mi Home device",
"startpairing": "For Homey to be able to communicate with devices over the miIO protocol a unique device token needs to be obtained. Technical knowledge is needed for retrieving these tokens. If your are not to tech-savvy using this app might be challenging. See the instructions in the support topic on the community forum on retrieving device tokens.",
"nosettings": "Please fill in all the fields.",
"intro": "Enter the details of your Mi Home device.",
"address": "IP Address",
"token": "Token (32 characters of numbers and letters)",
"polling": "Polling Frequency",
"test": "Test Connection",
"testResult": "Connection test successful, you can now connect the device with Homey.",
"connect": "Connect",
"unknownerror": "Unknown error, are you sure you have entered the correct IP address and token and that Homey is on the same network as the Mi Home device? Please check your settings and try again.",
"state": "State:",
"battery": "Batterylevel:",
"fanspeed": "Fanspeed:",
"no_devices_found": "No devices found.",
"no_gateways": "No gateways found. \n\n Before adding devices, please open the plugin settings and add your Xiaomi gateway.\n Aqara gateway is not yet supported."
},
"device": {
"unreachable": "Device is unreachable: ",
"noupdates": "Device has not received any updates yet"
}
}
================================================
FILE: locales/es.json
================================================
{
"pair": {
"title": "Agregar dispositivo Mi Home",
"startpairing": "Para que Homey pueda comunicarse con los dispositivos a través del protocolo miIO, es necesario obtener un token único del dispositivo. Se necesita conocimiento técnico para obtener estos tokens. Si no eres muy conocedor de la tecnología, usar esta aplicación puede ser un desafío. Ve las instrucciones en el tema de soporte del foro de la comunidad sobre cómo obtener los tokens de los dispositivos.",
"nosettings": "Por favor, completa todos los campos.",
"intro": "Ingresa los detalles de tu dispositivo Mi Home.",
"address": "Dirección IP",
"token": "Token (32 caracteres de números y letras)",
"polling": "Frecuencia de Polling",
"test": "Probar Conexión",
"testResult": "Prueba de conexión exitosa, ahora puedes conectar el dispositivo con Homey.",
"connect": "Conectar",
"unknownerror": "Error desconocido, ¿estás seguro de haber ingresado la dirección IP y el token correctos y de que Homey está en la misma red que el dispositivo Mi Home? Por favor, revisa tu configuración e inténtalo de nuevo.",
"state": "Estado:",
"battery": "Nivel de batería:",
"fanspeed": "Velocidad del ventilador:",
"no_devices_found": "No se encontraron dispositivos.",
"no_gateways": "No se encontraron gateways. \n\n Antes de agregar dispositivos, por favor abres la configuración del plugin y agregues tu gateway Xiaomi.\n El gateway Aqara aún no es compatible."
},
"device": {
"unreachable": "El dispositivo está inaccesible: ",
"noupdates": "El dispositivo aún no ha recibido ninguna actualización"
}
}
================================================
FILE: locales/fr.json
================================================
{
"pair": {
"title": "Ajouter un appareil Mi Home",
"startpairing": "Pour que Homey puisse communiquer avec des appareils via le protocole miIO, un token unique doit être obtenu. Des connaissances techniques sont nécessaires pour obtenir ces tokens. Si vous n'êtes pas très à l'aise avec la technologie, utiliser cette application pourrait être un défi. Consultez les instructions sur le sujet de support sur le forum communautaire pour obtenir des tokens d'appareil.",
"nosettings": "Veuillez remplir tous les champs.",
"intro": "Entrez les détails de votre appareil Mi Home.",
"address": "Adresse IP",
"token": "Token (32 caractères de chiffres et lettres)",
"polling": "Fréquence de sondage",
"test": "Tester la connexion",
"testResult": "Test de connexion réussi, vous pouvez maintenant connecter l'appareil avec Homey.",
"connect": "Connecter",
"unknownerror": "Erreur inconnue, êtes-vous sûr d'avoir entré la bonne adresse IP et le bon token et que Homey est sur le même réseau que l'appareil Mi Home ? Veuillez vérifier vos paramètres et réessayer.",
"state": "État :",
"battery": "Niveau de batterie :",
"fanspeed": "Vitesse du ventilateur :",
"no_devices_found": "Aucun appareil trouvé.",
"no_gateways": "Aucune passerelle trouvée. \n\n Avant d'ajouter des appareils, veuillez ouvrir les paramètres du plugin et ajouter votre passerelle Xiaomi.\n La passerelle Aqara n'est pas encore prise en charge."
},
"device": {
"unreachable": "Appareil injoignable : ",
"noupdates": "L'appareil n'a pas encore reçu de mises à jour"
}
}
================================================
FILE: locales/it.json
================================================
{
"pair": {
"title": "Aggiungi dispositivo Mi Home",
"startpairing": "Per permettere a Homey di comunicare con i dispositivi tramite il protocollo miIO è necessario ottenere un token dispositivo unico. È richiesta una conoscenza tecnica per recuperare questi token. Se non sei molto esperto in tecnologia, usare questa app potrebbe essere una sfida. Consulta le istruzioni nell'argomento di supporto sul forum della community per recuperare i token dei dispositivi.",
"nosettings": "Per favore, compila tutti i campi.",
"intro": "Inserisci i dettagli del tuo dispositivo Mi Home.",
"address": "Indirizzo IP",
"token": "Token (32 caratteri di numeri e lettere)",
"polling": "Frequenza di Polling",
"test": "Testa Connessione",
"testResult": "Connessione riuscita, ora puoi connettere il dispositivo con Homey.",
"connect": "Connetti",
"unknownerror": "Errore sconosciuto, sei sicuro di aver inserito l'indirizzo IP e il token corretti e che Homey sia sulla stessa rete del dispositivo Mi Home? Controlla le tue impostazioni e prova di nuovo.",
"state": "Stato:",
"battery": "Livello batteria:",
"fanspeed": "Velocità ventola:",
"no_devices_found": "Nessun dispositivo trovato.",
"no_gateways": "Nessun gateway trovato. \n\n Prima di aggiungere dispositivi, per favore apri le impostazioni del plugin e aggiungi il tuo gateway Xiaomi.\n Il gateway Aqara non è ancora supportato."
},
"device": {
"unreachable": "Dispositivo non raggiungibile: ",
"noupdates": "Il dispositivo non ha ancora ricevuto aggiornamenti"
}
}
================================================
FILE: locales/ko.json
================================================
{
"pair": {
"title": "Mi Home 장치 추가",
"startpairing": "Homey가 miIO 프로토콜을 통해 장치와 통신할 수 있도록 하기 위해서는 고유 장치 토큰을 얻어야 합니다. 이 토큰을 얻기 위해서는 기술적인 지식이 필요합니다. 기술 지식이 부족하다면 이 앱을 사용하는 데 어려움이 있을 수 있습니다. 장치 토큰 얻는 방법에 대한 지침은 커뮤니티 포럼의 지원 주제를 참조하세요.",
"nosettings": "모든 필드를 입력해 주세요.",
"intro": "Mi Home 장치의 세부 정보를 입력하세요.",
"address": "IP 주소",
"token": "토큰 (32자의 숫자와 문자)",
"polling": "폴링 주기",
"test": "연결 테스트",
"testResult": "연결 테스트 성공! 이제 장치를 Homey와 연결할 수 있습니다.",
"connect": "연결",
"unknownerror": "알 수 없는 오류입니다. 입력한 IP 주소와 토큰이 올바른지, Homey가 Mi Home 장치와 동일한 네트워크에 있는지 확인해 주세요. 설정을 확인하고 다시 시도해 주세요.",
"state": "상태:",
"battery": "배터리 수준:",
"fanspeed": "팬 속도:",
"no_devices_found": "장치를 찾을 수 없습니다.",
"no_gateways": "게이트웨이를 찾을 수 없습니다. \n\n 장치를 추가하기 전에 플러그인 설정을 열고 Xiaomi 게이트웨이를 추가해 주세요.\n Aqara 게이트웨이는 아직 지원되지 않습니다."
},
"device": {
"unreachable": "장치에 접근할 수 없습니다: ",
"noupdates": "장치가 아직 업데이트를 받지 않았습니다"
}
}
================================================
FILE: locales/nl.json
================================================
{
"pair": {
"title": "Mi Home apparaat toevoegen",
"startpairing": "Om Homey in staat te stellen om te communiceren met apparaten via het miIO-protocol, moet een uniek apparaatstoken worden verkregen. Technische kennis is nodig om deze tokens te verkrijgen. Als je niet zo technisch bent, kan het gebruik van deze app uitdagend zijn. Zie de instructies in het support topic op het communityforum voor het verkrijgen van apparaatstokens.",
"nosettings": "Vul a.u.b. alle velden in.",
"intro": "Vul de details van je Mi Home apparaat in.",
"address": "IP adres",
"token": "Token (minimum van 32 karakters in cijfers en letters)",
"polling": "Polling frequentie",
"test": "Test verbinding",
"testResult": "Connectie test succesvol, je kan het apparaat nu met Homey verbinden.",
"connect": "Verbind",
"unknownerror": "Onbekende fout, weet je zeker dat je het juist IP adres en token hebt opgegeven en dat het Mi Home apparaat op hetzelfde netwerk zit als Homey? Controleer a.u.b. je instellingen en probeer het nog eens.",
"state": "Status:",
"battery": "Battery niveau:",
"fanspeed": "Ventilator snelheid:",
"no_devices_found": "Geen apparaten gevonden.",
"no_gateways": "Geen gateways gevonden. Open voordat u apparaten toevoegt de plug-ininstellingen en voeg uw Xiaomi-gateway toe. Aqara gateway wordt nog niet ondersteund."
},
"device": {
"unreachable": "Apparaat is onbereikbaar: ",
"noupdates": "Apparaat heeft nog geen updates ontvangen"
}
}
================================================
FILE: locales/no.json
================================================
{
"pair": {
"title": "Legg til Mi Home-enhet",
"startpairing": "For at Homey skal kunne kommunisere med enheter via miIO-protokollen, må en unik enhetstoken hentes. Teknisk kunnskap er nødvendig for å hente disse tokenene. Hvis du ikke er så teknisk anlagt, kan det være utfordrende å bruke denne appen. Se instruksjonene på støttesiden i samfunnsforumet for å hente enhetstokens.",
"nosettings": "Vennligst fyll ut alle feltene.",
"intro": "Skriv inn detaljene for din Mi Home-enhet.",
"address": "IP-adresse",
"token": "Token (32 tegn med tall og bokstaver)",
"polling": "Spørrefrekvens",
"test": "Test tilkobling",
"testResult": "Tilkoblingstest vellykket, du kan nå koble enheten til Homey.",
"connect": "Koble til",
"unknownerror": "Ukjent feil, er du sikker på at du har skrevet inn riktig IP-adresse og token, og at Homey er på samme nettverk som Mi Home-enheten? Vennligst sjekk innstillingene dine og prøv igjen.",
"state": "Status:",
"battery": "Batterinivå:",
"fanspeed": "Viftehastighet:",
"no_devices_found": "Ingen enheter funnet.",
"no_gateways": "Ingen gateways funnet. \n\n Før du legger til enheter, vennligst åpne plugin-innstillingene og legg til Xiaomi-gatewayen din.\n Aqara-gateway støttes ennå ikke."
},
"device": {
"unreachable": "Enheten er utilgjengelig: ",
"noupdates": "Enheten har ikke mottatt noen oppdateringer ennå"
}
}
================================================
FILE: locales/pl.json
================================================
{
"pair": {
"title": "Dodaj urządzenie Mi Home",
"startpairing": "Aby Homey mógł komunikować się z urządzeniami za pomocą protokołu miIO, należy uzyskać unikalny token urządzenia. Wymagana jest wiedza techniczna do pozyskania tych tokenów. Jeśli nie jesteś zaawansowany technicznie, korzystanie z tej aplikacji może być trudne. Zobacz instrukcje w temacie wsparcia na forum społeczności, jak uzyskać tokeny urządzenia.",
"nosettings": "Proszę wypełnić wszystkie pola.",
"intro": "Wprowadź dane swojego urządzenia Mi Home.",
"address": "Adres IP",
"token": "Token (32 znaki cyfr i liter)",
"polling": "Częstotliwość odpytywania",
"test": "Testuj połączenie",
"testResult": "Test połączenia zakończony sukcesem, możesz teraz połączyć urządzenie z Homey.",
"connect": "Połącz",
"unknownerror": "Nieznany błąd, czy na pewno wprowadziłeś poprawny adres IP i token oraz czy Homey jest w tej samej sieci co urządzenie Mi Home? Sprawdź swoje ustawienia i spróbuj ponownie.",
"state": "Stan:",
"battery": "Poziom baterii:",
"fanspeed": "Prędkość wentylatora:",
"no_devices_found": "Nie znaleziono urządzeń.",
"no_gateways": "Nie znaleziono bramek. \n\n Przed dodaniem urządzeń, otwórz ustawienia wtyczki i dodaj swoją bramkę Xiaomi. \n Bramka Aqara nie jest jeszcze obsługiwana."
},
"device": {
"unreachable": "Urządzenie jest niedostępne: ",
"noupdates": "Urządzenie nie otrzymało jeszcze żadnych aktualizacji"
}
}
================================================
FILE: locales/ru.json
================================================
{
"pair": {
"title": "Добавить устройство Mi Home",
"startpairing": "Для того чтобы Homey мог общаться с устройствами по протоколу miIO, необходимо получить уникальный токен устройства. Для получения этих токенов требуется техническое знание. Если вы не очень разбираетесь в технике, использование этого приложения может быть сложным. Ознакомьтесь с инструкциями в теме поддержки на форуме сообщества о получении токенов устройств.",
"nosettings": "Пожалуйста, заполните все поля.",
"intro": "Введите данные вашего устройства Mi Home.",
"address": "IP-адрес",
"token": "Токен (32 символа: цифры и буквы)",
"polling": "Частота опроса",
"test": "Тест соединения",
"testResult": "Тест соединения успешен, вы можете подключить устройство к Homey.",
"connect": "Подключить",
"unknownerror": "Неизвестная ошибка, уверены ли вы, что ввели правильный IP-адрес и токен, и что Homey находится в той же сети, что и устройство Mi Home? Проверьте свои настройки и попробуйте снова.",
"state": "Состояние:",
"battery": "Уровень заряда батареи:",
"fanspeed": "Скорость вентилятора:",
"no_devices_found": "Устройства не найдены.",
"no_gateways": "Шлюзы не найдены. \n\n Перед добавлением устройств, пожалуйста, откройте настройки плагина и добавьте ваш шлюз Xiaomi.\n Шлюз Aqara пока не поддерживается."
},
"device": {
"unreachable": "Устройство недоступно: ",
"noupdates": "Устройство ещё не получило обновлений"
}
}
================================================
FILE: locales/sv.json
================================================
{
"pair": {
"title": "Lägg till Mi Home-enhet",
"startpairing": "För att Homey ska kunna kommunicera med enheter via miIO-protokollet behöver en unik enhetstoken erhållas. Teknisk kunskap krävs för att hämta dessa tokens. Om du inte är så tekniskt kunnig kan det vara utmanande att använda den här appen. Se instruktionerna i supportämnet på communityforumet om hur du hämtar enhetens tokens.",
"nosettings": "Fyll i alla fält.",
"intro": "Ange detaljerna för din Mi Home-enhet.",
"address": "IP-adress",
"token": "Token (32 tecken av siffror och bokstäver)",
"polling": "Förfrågningsfrekvens",
"test": "Testa anslutning",
"testResult": "Anslutningstesten lyckades, du kan nu ansluta enheten till Homey.",
"connect": "Anslut",
"unknownerror": "Okänt fel, är du säker på att du har skrivit in rätt IP-adress och token och att Homey är på samma nätverk som Mi Home-enheten? Kontrollera dina inställningar och försök igen.",
"state": "Status:",
"battery": "Batterinivå:",
"fanspeed": "Fläkthastighet:",
"no_devices_found": "Inga enheter hittades.",
"no_gateways": "Inga gateways hittades. \n\n Innan du lägger till enheter, öppna plugin-inställningarna och lägg till din Xiaomi gateway.\n Aqara gateway stöds ännu inte."
},
"device": {
"unreachable": "Enheten är oåtkomlig: ",
"noupdates": "Enheten har ännu inte fått några uppdateringar"
}
}
================================================
FILE: package.json
================================================
{
"name": "com.xiaomi-miio",
"version": "3.3.0",
"main": "app.js",
"scripts": {},
"devDependencies": {
"@tsconfig/node12": "^12.1.5",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.12",
"@types/node": "^24.9.1"
},
"dependencies": {
"@thingbound/discovery": "github:thingbound/discovery",
"abstract-things": "github:shaarkys/abstract-things-react-native",
"miio": "github:shaarkys/miio",
"mimorelinks": "^1.2.1",
"tinkerhub-discovery": "^0.6.0",
"tinycolor2": "^1.6.0"
},
"overrides": {
"miio": {
"yargs": "^17.7.1"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaarkys/com.xiaomi-miio.git"
},
"keywords": [
"xiaomi",
"homey",
"mi"
],
"author": "Jelger Haanstra",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaarkys/com.xiaomi-miio/issues"
},
"homepage": "https://github.com/shaarkys/com.xiaomi-miio#readme"
}
================================================
FILE: settings/index.html
================================================
Xiaomi Mi Home