File tree 4 files changed +26
-4
lines changed
4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 2
2
id : launch_image
3
3
file : " docs/homeThingLogo.svg"
4
4
resize : 48x48
5
- type : TRANSPARENT_BINARY
5
+ type : BINARY
6
+ transparency : chroma_key
Original file line number Diff line number Diff line change 1
1
substitutions :
2
2
launch_image_file : " https://github.com/landonr/homeThing/raw/main/docs/homeThingLogoWhite.svg"
3
3
launch_image_size : " 48x48"
4
- launch_image_type : " TRANSPARENT_BINARY "
4
+ launch_image_type : " BINARY "
5
5
weather_icon_size : " 50x50"
6
6
7
7
image :
Original file line number Diff line number Diff line change 1
1
substitutions :
2
2
launch_image_file : " https://raw.githubusercontent.com/landonr/homeThing/main/docs/homeThingLogo.svg"
3
3
launch_image_size : " 48x48"
4
- launch_image_type : " TRANSPARENT_BINARY "
4
+ launch_image_type : " BINARY "
5
5
6
6
image :
7
7
id : launch_image
8
8
file : $launch_image_file
9
9
resize : $launch_image_size
10
- type : $launch_image_type
10
+ type : $launch_image_type
11
+ transparency : chroma_key
Original file line number Diff line number Diff line change @@ -176,33 +176,53 @@ image:
176
176
- file : mdi:weather-night
177
177
id : weather_clear
178
178
resize : 50x50
179
+ type : grayscale
180
+ transparency : alpha_channel
179
181
- file : mdi:weather-cloudy
180
182
id : weather_cloudy
181
183
resize : 50x50
184
+ type : grayscale
185
+ transparency : alpha_channel
182
186
- file : mdi:weather-fog
183
187
id : weather_fog
184
188
resize : 50x50
189
+ type : grayscale
190
+ transparency : alpha_channel
185
191
- file : mdi:weather-hail
186
192
id : weather_hail
187
193
resize : 50x50
194
+ type : grayscale
195
+ transparency : alpha_channel
188
196
- file : mdi:weather-rainy
189
197
id : weather_rainy
190
198
resize : 50x50
199
+ type : grayscale
200
+ transparency : alpha_channel
191
201
- file : mdi:weather-snowy
192
202
id : weather_snow
193
203
resize : 50x50
204
+ type : grayscale
205
+ transparency : alpha_channel
194
206
- file : mdi:weather-sunny
195
207
id : weather_sunny
196
208
resize : 50x50
209
+ type : grayscale
210
+ transparency : alpha_channel
197
211
- file : mdi:weather-windy
198
212
id : weather_windy
199
213
resize : 50x50
214
+ type : grayscale
215
+ transparency : alpha_channel
200
216
- file : mdi:weather-partly-cloudy
201
217
id : weather_partly_cloudy
202
218
resize : 50x50
219
+ type : grayscale
220
+ transparency : alpha_channel
203
221
- file : mdi:weather-lightning
204
222
id : weather_lightning
205
223
resize : 50x50
224
+ type : grayscale
225
+ transparency : alpha_channel
206
226
# Launch image is included with other images
207
227
- id : launch_image
208
228
file : $launch_image_file
You can’t perform that action at this time.
0 commit comments