705 B
705 B
ESPHome Button+ - Music card
Usage
-
Add the music card to the main display
lambdaand give it the position you wantid(music_card).execute(20, 125); -
Add the icons buttons to the BAR's
Select one of the folowing types:
volume_upvolume_downnextprevplaypausepower
id(music_card_bar).execute("volume_up"); -
add actions to the buttons Select the a matching action for the button:
music_card_vol_upmusic_card_vol_downmusic_card_nextmusic_card_prevmusic_card_playpausemusic_card_power
id(music_card_vol_up).execute();