Hmm, bit perplexing and for the life of me cant’ see the error. I have three media players set in their own yaml.
####MEDIA PLAYERS####
- platform: kodi
host: http://10.0.1.101
port: 8080
name: Kodi
user: kodi
password:
turn_off_action: suspend
- platform: cast
host: 10.0.1.214
- platform: samsungtv
host: 10.0.1.223
name: Living Room TV
I’ve then included that in my config.
####################################################
# #
# Includes #
# #
####################################################
### Devices ###
binary_sensor: !include binary_sensors.yaml
group: !include groups.yaml
media_player: !include media_players.yaml
sensor: !include sensors.yaml
switch: !include switches.yaml
I have a media tab which used to show the media players but now nothing. Has something changed with how they are to be formatted?
If I start with a blank configuration.yaml and drop in the following, that works.
media_player:
platform: cast
host: 10.0.1.214
Any advice would be appreciated.