Description
Home Assistant release (hass --version
):
0.57.1
Python release (python3 --version
):
3.6
(within hass.io
)
Component/platform:
Description of problem:
Before 0.57 the name of the media_player was taken from the device (or my Name
setting in my configs, not sure) but now it's home_main
+ a number depending how many musiccast devices are added (home_main_01
).
Expected:
name of the media_player to be kitchen
instead of home_main
Problem-relevant configuration.yaml
entries and steps to reproduce:
- platform: yamaha_musiccast
name: "Kitchen" # -> not sure if this was every used
host: 192.168.178.51
port: 5007
- check your entities for
media_player.home_main
after reboot
Additional info:
Not sure if related but I have disabled. Enabling doesn't change anything though.
It seems like the devices are now recognised randomly. Meaning each reboot the device home_main
is a different one. Once kitchen then Living room.