Button to trigger HUB Activity

Been working with Home Automation now for several weeks and starting to like it more and more.

Some of the simpler things I managed to get to work. But this one I can’t figure out yet.

To watch TV I need to turn on the box of the provider, the TV itself and an external sound system. Only the TV is connected directly to the network. The rest is not.

To do this I have a Logitech HUB with an activity.

HA has found it all and has added all the activities just fine.

I managed to find a built in card in HA to switch between the activities of the Logitech HUB. And when switching from “Power Off” to “Watch TV” everything turns on just fine.

type: entities
entities:
  - entity: select.logitech_hub_activities
    name: Activities
state_color: true
show_header_toggle: true
title: Television

To make it even better I have created an additional automation to include turning on the HUE Sync Box and the lights that go with it.

This automation is triggered when the Activity options have changed.

All is working well. Same for turning the stuff off.

But I want to put this into a button rather then drop down that simply show a grey TV when it is off, a green TV when it is on. Or different colors…

Just cant find a way to do this?