widgets: _icomera: Print provider as well

Going from the DB format: 🚄 ICE-420 💨 69 km/h
To an SJ (icomera) train: 💨 69 km/h

Looks a bit silly. Better? 🚄 SJ 💨 69 km/h
This commit is contained in:
embr 2023-02-16 12:05:30 +01:00
parent a4d76ca49d
commit 53bada3b54

View file

@ -1,3 +1,6 @@
if set -q AMBIENT_ICOMERA_PROVIDER
echo "🚄 $AMBIENT_ICOMERA_PROVIDER"
end
if set -q AMBIENT_ICOMERA_POSITION_SPEED
echo "💨 $AMBIENT_ICOMERA_POSITION_SPEED km/h"
end