2018-09-24 10:01:01 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2018-10-02 12:33:47 +00:00
|
|
|
"abort": {
|
2021-03-16 00:04:36 +00:00
|
|
|
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
|
2018-10-02 12:33:47 +00:00
|
|
|
},
|
|
|
|
"error": {
|
2021-03-16 00:04:36 +00:00
|
|
|
"cannot_connect": "Kan geen verbinding maken"
|
2018-10-02 12:33:47 +00:00
|
|
|
},
|
2018-09-24 10:01:01 +00:00
|
|
|
"step": {
|
|
|
|
"broker": {
|
|
|
|
"data": {
|
|
|
|
"broker": "Broker",
|
2018-10-02 12:33:47 +00:00
|
|
|
"discovery": "Detectie inschakelen",
|
2018-09-24 10:01:01 +00:00
|
|
|
"password": "Wachtwoord",
|
|
|
|
"port": "Poort",
|
|
|
|
"username": "Gebruikersnaam"
|
|
|
|
},
|
2020-05-29 00:04:16 +00:00
|
|
|
"description": "MQTT"
|
2018-10-05 15:50:00 +00:00
|
|
|
},
|
|
|
|
"hassio_confirm": {
|
|
|
|
"data": {
|
|
|
|
"discovery": "Detectie inschakelen"
|
|
|
|
},
|
2021-03-16 00:04:36 +00:00
|
|
|
"description": "Wilt u Home Assistant configureren om verbinding te maken met de MQTT-broker die wordt aangeboden door de Supervisor add-on {addon} ?",
|
|
|
|
"title": "MQTT Broker via Supervisor add-on"
|
2018-09-24 10:01:01 +00:00
|
|
|
}
|
2020-04-15 16:51:07 +00:00
|
|
|
}
|
2020-05-01 00:02:55 +00:00
|
|
|
},
|
|
|
|
"device_automation": {
|
|
|
|
"trigger_subtype": {
|
|
|
|
"button_1": "Eerste knop",
|
|
|
|
"button_2": "Tweede knop",
|
|
|
|
"button_3": "Derde knop",
|
|
|
|
"button_4": "Vierde knop",
|
|
|
|
"button_5": "Vijfde knop",
|
|
|
|
"button_6": "Zesde knop",
|
2020-09-16 00:09:01 +00:00
|
|
|
"turn_off": "Uitschakelen",
|
|
|
|
"turn_on": "Inschakelen"
|
2020-10-09 00:04:33 +00:00
|
|
|
},
|
|
|
|
"trigger_type": {
|
|
|
|
"button_double_press": "\"{subtype}\" dubbel geklikt",
|
|
|
|
"button_long_press": "\"{subtype}\" continu ingedrukt",
|
|
|
|
"button_long_release": "\"{subtype}\" losgelaten na lang indrukken",
|
|
|
|
"button_quadruple_press": "\"{subtype}\" viermaal geklikt",
|
|
|
|
"button_quintuple_press": "\"{subtype}\" vijfmaal geklikt",
|
|
|
|
"button_short_press": "\" {subtype} \" ingedrukt",
|
|
|
|
"button_short_release": "\"{subtype}\" losgelaten",
|
|
|
|
"button_triple_press": "\" {subtype} \" driemaal geklikt"
|
2020-05-01 00:02:55 +00:00
|
|
|
}
|
2020-09-27 00:06:49 +00:00
|
|
|
},
|
|
|
|
"options": {
|
2020-11-07 00:04:02 +00:00
|
|
|
"error": {
|
2021-03-23 00:03:29 +00:00
|
|
|
"bad_birth": "Ongeldig birth topic",
|
|
|
|
"bad_will": "Ongeldig will topic",
|
2020-11-07 00:04:02 +00:00
|
|
|
"cannot_connect": "Kon niet verbinden"
|
|
|
|
},
|
2020-09-27 00:06:49 +00:00
|
|
|
"step": {
|
|
|
|
"broker": {
|
|
|
|
"data": {
|
2021-03-23 00:03:29 +00:00
|
|
|
"broker": "Broker",
|
2020-10-09 00:04:33 +00:00
|
|
|
"password": "Wachtwoord",
|
|
|
|
"port": "Poort",
|
2020-09-27 00:06:49 +00:00
|
|
|
"username": "Gebruikersnaam"
|
2020-11-07 00:04:02 +00:00
|
|
|
},
|
|
|
|
"description": "Voer de verbindingsgegevens van uw MQTT-broker in."
|
2020-10-09 00:04:33 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"data": {
|
2021-02-27 00:05:45 +00:00
|
|
|
"birth_enable": "Geboortebericht inschakelen",
|
2020-10-09 00:04:33 +00:00
|
|
|
"birth_payload": "Birth message payload",
|
2021-03-23 00:03:29 +00:00
|
|
|
"birth_qos": "Birth message QoS",
|
|
|
|
"birth_retain": "Birth message behouden",
|
|
|
|
"birth_topic": "Birth message onderwerp",
|
|
|
|
"discovery": "Discovery inschakelen",
|
|
|
|
"will_enable": "Will message inschakelen",
|
|
|
|
"will_payload": "Will message payload",
|
|
|
|
"will_qos": "Will message QoS",
|
|
|
|
"will_retain": "Will message behouden",
|
|
|
|
"will_topic": "Will message topic"
|
2021-03-16 00:04:36 +00:00
|
|
|
},
|
|
|
|
"description": "Selecteer MQTT-opties."
|
2020-09-27 00:06:49 +00:00
|
|
|
}
|
|
|
|
}
|
2020-04-16 20:00:10 +00:00
|
|
|
}
|
2018-09-24 10:01:01 +00:00
|
|
|
}
|