core: Panasonic Viera integration config flow not working as expected in 0.109
The problem
When adding the Panasonic Viera integration via the UI, it shows no devices or entities, as below:
The entity does show up under the Entities tab, but associated with the Media Player integration:
There is also a log in home-assistant.log saying that the panasonic_viera does not support platform setup, so it seems that the config flow is not fully working.
Environment
- Home Assistant Core release with the issue: 0.109.0b4
- Last working Home Assistant Core release (if known): 0.108.8
- Operating environment (Home Assistant/Supervised/Docker/venv): venv
- Integration causing this issue: Panasonic Viera
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/panasonic_viera/
Problem-relevant configuration.yaml
No config, set up using config flow.
Traceback/Error logs
2020-04-28 18:24:04 ERROR (MainThread) [homeassistant.components.media_player] The panasonic_viera platform for the media_player integration does not support platform setup. Please remove it from your config.
Additional information
Had this set up and working in 0.108.8, using platform configuration in YAML but removed this configuration to set up using config flow.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 22 (20 by maintainers)
Hi! That’s because the entity doesn’t have a unique_id yet. I’m working on another pull request (in the panasonic_viera library repository) to add unique_id functionality. Then, you will be able to see the entities under the configuration entry, change the name and entity ID.
😃