core/homeassistant/components/humidifier/translations/nl.json

9 lines
277 B
JSON
Raw Normal View History

2020-07-22 00:02:30 +00:00
{
"device_automation": {
"trigger_type": {
"target_humidity_changed": "{entity_name} doel luchtvochtigheid gewijzigd",
"turned_off": "{entity_name} is uitgeschakeld",
"turned_on": "{entity_name} is ingeschakeld"
}
}
}