Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,54 @@
'''Temperature offset'''.tr=Sıcaklık ofseti
'''Temperature offset'''.uk=Поправка температури
'''Temperature offset'''.vi=Độ lệch nhiệt độ
'''Use on garage door'''.en=Use on garage door
'''Use on garage door'''.en-gb=Use on garage door
'''Use on garage door'''.en-us=Use on garage door
'''Use on garage door'''.en-ca=Use on garage door
'''Use on garage door'''.sq=Përdore te dera e garazhit
'''Use on garage door'''.ar=الاستخدام على باب المرآب
'''Use on garage door'''.be=Выкарыст. на дзвярах гаража
'''Use on garage door'''.sr-ba=Koristi na garažnim vratima
'''Use on garage door'''.bg=Използване за гаражна врата
'''Use on garage door'''.ca=Utilitzar a porta del garatge
'''Use on garage door'''.zh-cn=在车库门上使用
'''Use on garage door'''.zh-hk=用於車庫門
'''Use on garage door'''.zh-tw=車庫門專用
'''Use on garage door'''.hr=Upotrijebi za garažna vrata
'''Use on garage door'''.cs=Použít na garážových vratech
'''Use on garage door'''.da=Brug på garagedør
'''Use on garage door'''.nl=Gebruiken op garagedeur
'''Use on garage door'''.et=Garaažiuksega kasutamine
'''Use on garage door'''.fi=Käytä autotallin ovessa
'''Use on garage door'''.fr=Utilisation sur porte de garage
'''Use on garage door'''.fr-ca=Utilisation sur porte de garage
'''Use on garage door'''.de=Für Garagentor verwenden
'''Use on garage door'''.el=Χρήση στην πόρτα του γκαράζ
'''Use on garage door'''.iw=הצב על דלת החנייה
'''Use on garage door'''.hi-in=गेराज के दरवाजे पर उपयोग करें
'''Use on garage door'''.hu=Használat a garázskapun
'''Use on garage door'''.is=Nota á bílskúrshurð
'''Use on garage door'''.in=Gunakan di pintu garasi
'''Use on garage door'''.it=Usa su porta del garage
'''Use on garage door'''.ja=車庫用扉で使用
'''Use on garage door'''.ko=차고문에 사용
'''Use on garage door'''.lv=Izmantot garāžas durvīm
'''Use on garage door'''.lt=Naudoti ant garažo durų
'''Use on garage door'''.ms=Guna pada pintu garaj
'''Use on garage door'''.no=Bruk på garasjedør
'''Use on garage door'''.pl=Do bram garażowych
'''Use on garage door'''.pt=Utilizar na porta da garagem
'''Use on garage door'''.ro=Utilizare pentru ușa garajului
'''Use on garage door'''.ru=Установка на двери гаража
'''Use on garage door'''.sr=Koristi na vratima garaže
'''Use on garage door'''.sk=Použiť na garážových dverách
'''Use on garage door'''.sl=Uporaba za garažna vrata
'''Use on garage door'''.es=Usar en puerta de garaje
'''Use on garage door'''.sv=Använd på garagedörr
'''Use on garage door'''.th=ใช้กับประตูโรงรถ
'''Use on garage door'''.tr=Garaj kapısında kullan
'''Use on garage door'''.uk=Установлення на двері гаража
'''Use on garage door'''.vi=Sử dụng trên cửa ga-ra
'''No'''.en=No
'''No'''.en-gb=No
'''No'''.en-us=No
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata {
input "tempOffset", "number", title: "Temperature offset", description: "Select how many degrees to adjust the temperature.", range: "*..*", displayDuringSetup: false
}
section {
input("garageSensor", "enum", title: "Do you want to use this sensor on a garage door?", options: ["Yes", "No"], defaultValue: "No", required: false, displayDuringSetup: false)
input("garageSensor", "enum", title: "Use on garage door", options: ["Yes", "No"], defaultValue: "No", required: false, displayDuringSetup: false)
}
}

Expand Down