Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.44k stars 39 forks source link

feat: allow deep attribute in sub_buttons #577

Open brunosabot opened 2 weeks ago

brunosabot commented 2 weeks ago

Context

Currently, we can only get a specific attribute in the sub_buttons. If it works in the majority of the cases, we can't get data from forecast for example, which is accessed with something like: forecast[0].templow

What did I do?