Hi all
I’m using the Google Assistant and Soundtouch plugins. I’ve managed to get my soundtouch configured in Home Assistant, and can see them in Google Home, but the soundtouch devices are showing up as switches, and i’m not sure why, when they’re set up as media_players.
Code follows, and I’m plugged into the Home Assistant Cloud
# Bose SoundTouch
media_player:
- platform: soundtouch
host: <ip-address>
port: 8090
name: soundtouch
- platform: soundtouch
host: <ip-address>
port: 8090
name: soundbar
# Google Assistant
cloud:
google_actions:
filter:
include_entities:
- media_player.soundtouch
- media_player.soundbar
include_domains:
- media_player
exclude_domains:
- switch
entity_config:
media_player.soundtouch:
name: SoundTouch 20
aliases:
- soundtouch
- soundtouch 20
- bose soundtouch
- bose soundtouch 20
room: Kitchen
media_player.soundbar:
name: SoundTouch 300
aliases:
- soundbar
- soundtouch 300
- bose soundbar
- bose soundtouch 300
room: Living Room
Any thoughts on how I could fix this?
Thanks