Replies: 2 comments 3 replies
-
it would be possible, but you would have to yaml code it yourself to react like this |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if this is even possible, but would it be possible to have an icon that was something like weather-current? Or weather-{weather-entity}-current? The idea would be to have a single icon that can be used on pages or dashboards that reacts to the current weather.
The result would be having this if it were partly cloudy
![image](https://private-user-images.githubusercontent.com/1909202/342275051-3f174243-2e86-4167-b558-f64a29a3ad59.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjYyMzksIm5iZiI6MTczOTI2NTkzOSwicGF0aCI6Ii8xOTA5MjAyLzM0MjI3NTA1MS0zZjE3NDI0My0yZTg2LTQxNjctYjU1OC1mNjRhMjlhM2FkNTkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMDkyNTM5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDMwMDFhY2VlNmUzYmY5MDJhMjY0ZTA4YjBjNjljMmVkMWY5YzZiYWNlOGQyNjJkZjFhMzljMGM1YjA2NWEwZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.c01gruA_0YDDVZexHZQqvW8Lz5_nedlYBxkEnaKtRmE)
or this if it were snowing
![image](https://private-user-images.githubusercontent.com/1909202/342275306-f632e0e8-430e-46c1-8265-8cfed554932e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjYyMzksIm5iZiI6MTczOTI2NTkzOSwicGF0aCI6Ii8xOTA5MjAyLzM0MjI3NTMwNi1mNjMyZTBlOC00MzBlLTQ2YzEtODI2NS04Y2ZlZDU1NDkzMmUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMDkyNTM5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzExYzE4NzE1ZTI1MjU3Y2I4MDYxZDA5MjA3NDI4NWFhYjQwMmI2MGVhMDMzYmNmNjEyMjZmNTc1ZmEwZmUwMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.rJPLfkr5b2EtWUN-9sl0wTg40Axmd0pQdVMqEgCLa-o)
And so on.
Beta Was this translation helpful? Give feedback.
All reactions