-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding SpeakerService #210
Comments
@MarcBook I will have a look at it! |
The code looks fine to me and if I pair it using homekit_python i can control it. Seems to be a problem with the homekit app on the ios device somehow. |
I seem to recall in home assistant seeing quite a few tickets where people couldn't find the volume control for the TV when using the HomeKit bridge. From what I remember it doesn't actually show up in the iOS home app, it's somewhere unexpected. I wonder if something similar is going on here. |
Thanks for you replies. I'll try it. |
Hi, I tried to add a SpeakerService to my homekit python project. I created the service and added my MuteCharacteristicMixin as well as the VolumeCharacteristicMixin from this project. After I added the speaker to the my homekit app it looks like this. I'd expect to see a mute switch and a volume control. Am I doing something wrong? Once I fixed it should I contribute the service and the characteristics to this project or is this only a implementation of the API and everyone should do it by his own?
My code:
speaker_service.py
mute.py
part of the main.py
The text was updated successfully, but these errors were encountered: