Attribute feature in v0.11.0-dev.3 only works for the first entity
See original GitHub issueDoes the attributes function in this branch work? I’m not having luck while using the following lovelace code:
type: 'custom:mini-graph-card'
entities:
- entity: switch.hs110_server
name: Watts
attribute: current_power_w
Developer tools for the switch.hs110_server entity displays the following:
current_power_w: '87.49'
total_energy_kwh: '18.060'
voltage: '247.2'
current_a: '0.47'
today_energy_kwh: '1.844'
friendly_name: HS110 Server
My mini-graph-card display N/A for the switch.hs110_server entity and current_power_w attribute.
I have not excluded anything from recorder, and the attribute is confirmed to be listed in HA. Am I missing something here?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:8
Top Results From Across the Web
mini-graph-card - githubmemory
Attribute feature in v0.11.0-dev.3 only works for the first entity. u8915055 ... [Feature request] Ability to set font size of legend. Rendeik.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, Same behavior at home. However , I can get state attribute working when using it in a dedicated mini-graph-card. But it does not work (NaN) when using multiple entities in a single mini-graph-card
🎉 This issue has been resolved in version 0.11.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀