generated from custom-cards/boilerplate-card
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to show a badge with the air quality index (#396)
- Loading branch information
Showing
41 changed files
with
76 additions
and
2 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": { | ||
"aqi": "AQI", | ||
"humidity": "Влажност", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"humidity": "vlhkost", | ||
"feels-like": "pocitová teplota" | ||
} | ||
|
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": { | ||
"aqi": "AQI", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "So" | ||
}, | ||
"misc": { | ||
"aqi": "AQI", | ||
"humidity": "Luftfeuchtigkeit", | ||
"feels-like": "Gefühlt" | ||
} | ||
|
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": { | ||
"aqi": "AQI", | ||
"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": "Sun" | ||
}, | ||
"misc": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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 |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"7": "Min" | ||
}, | ||
"misc": { | ||
"aqi": "AQI", | ||
"humidity": "Kelembapan", | ||
"feels-like": "Terasa seperti" | ||
} | ||
|
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": "Sun" | ||
}, | ||
"misc": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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
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": { | ||
"aqi": "AQI", | ||
"humidity": "wilgotność", | ||
"feels-like": "Odczuwalne" | ||
} | ||
|
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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"humidity": "vlhkosť", | ||
"feels-like": "pocitová teplota" | ||
} | ||
|
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": { | ||
"aqi": "AQI", | ||
"humidity": "vlažnost", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": { | ||
"aqi": "AQI", | ||
"humidity": "Vlažnost", | ||
"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": { | ||
"aqi": "AQI", | ||
"humidity": "fuktighet", | ||
"feels-like": "Känns som" | ||
} | ||
|
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": { | ||
"aqi": "AQI", | ||
"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": "Pzr" | ||
}, | ||
"misc": { | ||
"aqi": "AQI", | ||
"humidity": "nem", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": "اتوار" | ||
}, | ||
"misc": { | ||
"aqi": "AQI", | ||
"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": "CN" | ||
}, | ||
"misc": { | ||
"aqi": "AQI", | ||
"humidity": "độ ẩm", | ||
"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": { | ||
"aqi": "AQI", | ||
"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": "週日" | ||
}, | ||
"misc": { | ||
"aqi": "AQI", | ||
"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 |
---|---|---|
|
@@ -125,4 +125,9 @@ export default css` | |
height: 100%; | ||
position: absolute; | ||
} | ||
aqi { | ||
padding: 2px; | ||
border-radius: 5px; | ||
} | ||
` |
Oops, something went wrong.