generated from custom-cards/boilerplate-card
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability which can show the apparent temperature from a sensor (#361)
- Loading branch information
Showing
39 changed files
with
164 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Нд" | ||
}, | ||
"misc": { | ||
"humidity": "влажност" | ||
"humidity": "влажност", | ||
"feels-like": "Feels like" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Dg." | ||
}, | ||
"misc": { | ||
"humidity": "humitat" | ||
"humidity": "humitat", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Ne" | ||
}, | ||
"misc": { | ||
"humidity": "vlhkost" | ||
"humidity": "vlhkost", | ||
"feels-like": "Feels like" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Søn" | ||
}, | ||
"misc": { | ||
"humidity": "fugtighed" | ||
"humidity": "fugtighed", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Κυρ" | ||
}, | ||
"misc": { | ||
"humidity": "υγρασία" | ||
"humidity": "υγρασία", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
"7": "Sun" | ||
}, | ||
"misc": { | ||
"humidity": "Humidity" | ||
"humidity": "Humidity", | ||
"feels-like": "Feels like" | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Dom" | ||
}, | ||
"misc": { | ||
"humidity": "humedad" | ||
"humidity": "humedad", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "P" | ||
}, | ||
"misc": { | ||
"humidity": "niiskus" | ||
"humidity": "niiskus", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Su" | ||
}, | ||
"misc": { | ||
"humidity": "kosteus" | ||
"humidity": "kosteus", | ||
"feels-like": "Feels like" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Dim" | ||
}, | ||
"misc": { | ||
"humidity": "humidité" | ||
"humidity": "humidité", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "ראשון" | ||
}, | ||
"misc": { | ||
"humidity": "לחות" | ||
"humidity": "לחות", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "V" | ||
}, | ||
"misc": { | ||
"humidity": "páratartalom" | ||
"humidity": "páratartalom", | ||
"feels-like": "Feels like" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,32 @@ | ||
{ | ||
"weather": { | ||
"clear-night": "Heiðskýrt", | ||
"cloudy": "Skýjað", | ||
"fog": "Þoka", | ||
"hail": "Hagl", | ||
"lightning": "Eldingar", | ||
"lightning-rainy": "Þrumur", | ||
"partlycloudy": "Skýjað að hluta", | ||
"pouring": "mikil rigning", | ||
"rainy": "Rigning", | ||
"snowy": "Snjókoma", | ||
"snowy-rainy": "Él", | ||
"sunny": "Sólríkt", | ||
"windy": "Hvasst", | ||
"windy-variant": "Stórmur", | ||
"exceptional": "Óveður" | ||
}, | ||
"day": { | ||
"1": "Mán", | ||
"2": "Þri", | ||
"3": "Mið", | ||
"4": "Fim", | ||
"5": "Fös", | ||
"6": "Lau", | ||
"7": "Sun" | ||
}, | ||
"misc": { | ||
"humidity": "raki" | ||
} | ||
} | ||
"weather": { | ||
"clear-night": "Heiðskýrt", | ||
"cloudy": "Skýjað", | ||
"fog": "Þoka", | ||
"hail": "Hagl", | ||
"lightning": "Eldingar", | ||
"lightning-rainy": "Þrumur", | ||
"partlycloudy": "Skýjað að hluta", | ||
"pouring": "mikil rigning", | ||
"rainy": "Rigning", | ||
"snowy": "Snjókoma", | ||
"snowy-rainy": "Él", | ||
"sunny": "Sólríkt", | ||
"windy": "Hvasst", | ||
"windy-variant": "Stórmur", | ||
"exceptional": "Óveður" | ||
}, | ||
"day": { | ||
"1": "Mán", | ||
"2": "Þri", | ||
"3": "Mið", | ||
"4": "Fim", | ||
"5": "Fös", | ||
"6": "Lau", | ||
"7": "Sun" | ||
}, | ||
"misc": { | ||
"humidity": "raki", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Dom" | ||
}, | ||
"misc": { | ||
"humidity": "umidità" | ||
"humidity": "umidità", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "일" | ||
}, | ||
"misc": { | ||
"humidity": "습도" | ||
"humidity": "습도", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Sk" | ||
}, | ||
"misc": { | ||
"humidity": "drėgmė" | ||
"humidity": "drėgmė", | ||
"feels-like": "Feels like" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Søn" | ||
}, | ||
"misc": { | ||
"humidity": "fuktighet" | ||
"humidity": "fuktighet", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Zo" | ||
}, | ||
"misc": { | ||
"humidity": "vochtigheid" | ||
"humidity": "vochtigheid", | ||
"feels-like": "Feels like" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "niedz." | ||
}, | ||
"misc": { | ||
"humidity": "wilgotność" | ||
"humidity": "wilgotność", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Dom" | ||
}, | ||
"misc": { | ||
"humidity": "umidade" | ||
"humidity": "umidade", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Dom" | ||
}, | ||
"misc": { | ||
"humidity": "humidade" | ||
"humidity": "humidade", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Dum" | ||
}, | ||
"misc": { | ||
"humidity": "umiditate" | ||
"humidity": "umiditate", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Вс" | ||
}, | ||
"misc": { | ||
"humidity": "влажность" | ||
"humidity": "влажность", | ||
"feels-like": "Feels like" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Ned" | ||
}, | ||
"misc": { | ||
"humidity": "vlhkosť" | ||
"humidity": "vlhkosť", | ||
"feels-like": "Feels like" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Ned" | ||
}, | ||
"misc": { | ||
"humidity": "vlažnost" | ||
"humidity": "vlažnost", | ||
"feels-like": "Feels like" | ||
} | ||
} |
Oops, something went wrong.