hey, short question: is it possible to show less values in the weather devices so there is only temp and humidity?
I dont want to have the other info in my screen!
Thanks
less values in pimatic-openweather
hey, short question: is it possible to show less values in the weather devices so there is only temp and humidity?
I dont want to have the other info in my screen!
Thanks
@thymian i am also looking for that option but i don’t think the option exists at the moment
pimatic rocks!
me too
+1
Sweetpi has implemented a feature to hide attributes of an device. But this isn’t in the stable branch at the moment.
https://github.com/pimatic/pimatic-mobile-frontend/commit/d76fdd212c874c1ef1317589dcbac97c37ffa7c8
https://github.com/pimatic/pimatic/commit/a09811663061f46da80864ceb33d900669039beb
pimatic rocks!!!
@Icesory said:
Sweetpi has implemented a feature to hide attributes of an device. But this isn’t in the stable branch at the moment.
https://github.com/pimatic/pimatic-mobile-frontend/commit/d76fdd212c874c1ef1317589dcbac97c37ffa7c8
https://github.com/pimatic/pimatic/commit/a09811663061f46da80864ceb33d900669039beb
I see that a lot of good things are in preparation… looking forward to it…
pimatic rocks!
is this working for hiding attributes .
@attributes.temperature = {
description: "the messured temperature"
type: "number"
unit: '°C'
hidden: no/yes
}
somehow it’s working…