This version implements manifest.json, to be compatible with future releases of HA.
I added a dummy play/pause button.
For now it does nothing, but if the community decides on what to do with it, I can have a look.
I believe it will be difficult to map this button to have exact same behavior across all the enigma2 version out there.
I have 3 versions running at home, and couldn’t decide on what to do with it, so, for now I decided to let it do nothing, as this was the default behavior since the beginning.
Hello,
Ideally, you could assign your own play / pause function via the API.
I know the address needed to play / pause but I don’t know where to insert it in the code
@cinzas: Is it planned to add your custom component to HACS or to another available repository?
You have written about the Custom updater, but I think that this isn’t usable anymore, is it?
Seriously, great plugin, but I can’t find any data on how to trigger channel up/down… I can easily switch to any channel with hardcoded channel number by putting e.g. “media_content_id”:“160” in data, but what should I put to data to get it switched to next channel?
Don’t you forget to make soms changes to the plugin?
I still have the next warning in my log, and over a few weeks we have HA 2021.6:
2021-05-15 14:57:04 ERROR (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'enigma'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'enigma'
I run Home Assistant OS 6.2 (Home Assistant Core 2021.8.8) in a virtual machine on my server.
I wanted to setup my enigma receiver. Since the custom_components folder did not exist I created it myself and put the files in as the readme says.
After putting the example code (ip & user/password changed to my data) in my configuration.yaml I get this error when checking the config:
Component error: enigma - Integration 'enigma' not found.
What am I doing wrong?
PS: the standard home assistant integration works fine
I did a reinstall of Home Assistant OS and now it is working fine. After putting all files in their place (had to create the custom_components folder myself) I put in the code in the configuration.yaml and then reboot the my Host (the VM which Home Assistant OS is running in) it was working.
However I#m mostly interested to use the power features On/Off and Stanby.
In the standard GUI Element there is only the power button which does On/Off to and from Idle mode. How can you do the deep standby or shut off?
What file would I need to copy/edit to make a more simple GUI element that only has the 3 power options (on from standby, off to standby and deep standby) and an indicator if the device is on or not?