You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
Is it possible to have in the HEADER_ITEMS.WEATHER, the possibility to have the hidden function with state argument ?
At this time, i have :
hidden : function(item, state) {
// State is empty / unaivalable
}
We want hide an element from state :
{
type: HEADER_ITEMS.WEATHER,
state: "&binary_sensor.porte_d_entree.state",
states: {
on: "- Porte d'entrée ouverte",
off: "- Porte d'entrée fermée", // Don't wont show this
},
},
Thanks you so much for this tileboard, is very good !
Best regards,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all ,
Best wishes for this New Year !
Is it possible to have in the HEADER_ITEMS.WEATHER, the possibility to have the hidden function with state argument ?
At this time, i have :
We want hide an element from state :
Thanks you so much for this tileboard, is very good !
Best regards,
The text was updated successfully, but these errors were encountered: