hunterjm / hassio-addons

Control your Xbox One from your Home Assistant device.
MIT License
55 stars 50 forks source link

Issues on HA 0.101.2 #51

Closed richmansfield closed 4 years ago

richmansfield commented 4 years ago

After installing the home assistant integration as a Hass.io repoistory as per instructions, I recieve a 'Integration 'xboxone' not found.'

I have tried manually creating some of the missing files from the custom components folder: init.py - containing a comment only manifest.py - containing minimal manifest file services.yaml - empty file

I have also tried updating media_player.py to move from VOLUME_STEP to VOLUME_SET - but still the platform fails silently without logging any errors.

Seems the plugin may need other updates to bring it inline with later Home Assistant versions - is anyone using this plugin with newer releases?

richmansfield commented 4 years ago

Managed to get this to load after some more tweaks, seems the __ init.py ___ and manifest.py was all that was needed. Marked as closed for now unless there are other issues.

thellosd commented 4 years ago

Managed to get this to load after some more tweaks, seems the __ init.py ___ and manifest.py was all that was needed. Marked as closed for now unless there are other issues.

Question regarding your custom_components folder. You stated you only needed the init.py and manifest.py files. What of the media_player.py file?