Hi everyone! I am quite new to HA, but have managed to get a lot done by reading up on posts by others. However, I am stuck with the following problem;
- I have added a Denonavr media player successfully, including adding a nice control in the webgui where I can change source
- I have added homekit to my configuration and added the entity media_player.tv_stue so that I also see this unit in my Home app in IOS
- Currently I am only able to add the following features on_off, toggle_mute
My goal is to be able to change source from the Home app, but I am unable to find the appropriate way to add a feature so that this is available without ending up with errors in my homekit configuration.
Can anyone help me?
Best regards,
Anders
– configuration.yaml –
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
customize: !include customize.yaml
# Example configuration.yaml entry
media_player:
- platform: denonavr
host: 10.160.1.32
name: Tv-stue
show_all_sources: true
# zones:
# - zone: Zone2 / Zone3
# name: NAME
#
homekit:
include_entities:
- media_player.tv_stue
entity_config:
media_player.tv_stue:
feature_list:
- feature: on_off
- feature: toggle_mute