I have an entity attribute I currently display for entity: media_player.receiver
attribute: audio_information. It shows:
format: Dolby Atmos
input_frequency: 48 kHz
input_channels: ‘’
listening_mode: Dolby Atmos
output_channels: 7.1.2 ch
output_frequency: ‘’
That’s all from a single attribute. I want to split it out so I can display single attributes like “format” or “listening_mode” How do I extract the correct data out of multiple lines like that?