Hi All,
i’m beginning the move away from dark sky - and am looking at Accuweather - however their attributes come back differently in the API.
I’m looking to change to Accuweather in the WEATHER_LIST tile. Does anyone know how i can get to the data in the following:
So, under the forecast attribute, each day is in it’s own datetime node - will this need to be split out of an array? or can i get to this by something like: “&sensor.accuweather.attributes.forecast.datetime”
Hi, when i long press my climate tile it shows history data based on on/off/cool states but i want it to show based on room temp attribute is this possible? If it is not currently possible i think this kind of ability to choose which data shown on history would be a nice addition… I know data exists because it is already shown in lovelace ui…
Thx for the fast response, how do i set entity data taken from attribute? Do i have to define a sensor template for it? I tried like below but it says no history data
Is it possible to have states show on a popup tile?
I have a popup tile for each room that when clicked shows lights and sensors and devices for that room. It would be great if I could change the popup tile icon or background based on whether a device was on. Is this possible?
Boss
I did as your advise to my 7" samsung tablet and it works great. Thank you very much.
my issue now is that in my 7" samsung tablet, the tiles did not show icon. how can i get the icon to show as per my desktop.
Hi there. It is there a way to show a list of my playlist from spotify or any other madia player ? I want to play music on my google hubs from TileBoard …
Its working as expected, The problem is with your climate,
Its missing the HVAC_MODE attribute, So nothing is displayed (you can still click below the 20c number and it will open the popup). (Can you confirm if you have HVAC_MODE attribute?)
There is no way in HA to use customization in order to add HVAC_MODE which will be based on entity.status, So the solution would be either change the code (but then on next update you will loose it), Or if something like hvac_mode: function(item, entity) { return entity.state;}
was possible, it would be great