Michael Blight

Results 24 comments of Michael Blight
trafficstars

I was confused about the `media_player.py` reference. For anyone else still struggling like me, you need to create 3 files: - `custom_components/xboxone/__init__.py` with no content. - `custom_components/xboxone/media_player.py` with the content...

Show the logs with the following command: ``` sudo journalctl -e -u monitor ````

Your problem looks the same as the question I asked yesterday (which is how I found yours). If I just use "-b", I see beacon messages, however if I also...

FWIW I have multiple instances of monitor running, two on 0.2.197 and one on 0.2.200. Only the latest version gets the `bluetoothctl` error, but it seems to work regardless.

I already have this working from some time ago, but ended up here when I got the "auth worked but profile fetching failed" error trying to set up a second...

I think it's even more strange than that. I set up an input_number and had three separate sequences. The first did a get (current_state) followed by a debug. As expected,...

Supporting my comments above, inserting a delay of 1s between each HA call made everything work. I tried 1ms, but no luck, so I guess that's too fast. In my...

BTW it's working properly with SSL, just not without.

I think this line is the culprit when the corresponding file is empty: ``` rest: !include rest.yaml ``` I have no rest entities (in binary_sensors or sensors or rest). With...

I think it's a bug that it can't cope with an empty included file. I also have ``` group: !include groups.yaml ``` And my "groups.yaml" file is empty, but there...