mayker
(maykar (pronounced "maker" with a southern accent))
553
By using the name: option in your configuration.yaml you’ve renamed your sensors. So they are no longer named sensor.plex_recently_added and there are 2 of them (one for movies and one for shows):
I’m not sure how home assistant handles special characters like é so that sensor might be named differently. To see all of your current entities go to “Developer Tools” in your sidebar and hit “States” at the top, both of the plex sensors will be listed there.
I was just wondering whether anyone had managed to create buttons off this card so that recently added shows could be played using the card, ie press one of the images and it starts playing it on a tv.
Its a great looking card that works well but for me i’d love to then be able to do things with the card rather than just view its information
Why is the VM on a different subnet? All my VM’s are on the same subnet (different IP addres of course) If it’s not on your main subnet, how can you even access the frontend?
I cannot get this working as an Emby card. I added the correct details in configuration and when I add it to the configuration, HA doesn’t even want to restart. It’s very weird. All the files are placed in custom_components/emby_upcoming_media.
When I remove the config, HA restarts just fine. It’s very weird and has me baffled which is why I came here after an hour of trial and error.
Strange thing is the Sonarr card is working just fine but the Emby configuration seems to make HA very upset for some reason. Any ideas?
I can’t get it working either. I had the same issue, but found out I hadn’t set the components properly. I could restart everything fine eventually, but the Emby sensor don’t show up after restaring. I have restarted about 6 (edit: 12) times now. I also checked for the API call to make sure I used the user_id (and not the user name) as mentioned here: https://github.com/gcorgnet/sensor.emby_upcoming_media/issues/3
It doesn’t work sadly. Added below code to my configuration.yaml and the folder and files to the custom_components folder.
It’s very strange, since Sonarr does work (first try).
mayker
(maykar (pronounced "maker" with a southern accent))
564
Different API’s & different components. I created Sonarr’s component for the card, but not Emby’s. I also do not use Emby, so I wouldn’t be much help. It’s probably worth posting an issue on the Emby component’s GitHub.
mayker
(maykar (pronounced "maker" with a southern accent))
565
This card needs a rewrite badly and that is a feature I’d love to add, unfortunately I just don’t have the time to work on this one right now. There is already a feature request for this on Github.
@damjam Make sure the indenting below cards: is correct (should look something like the example below) and the sensor name is sensor.sonarr_upcoming_media not sensor.sonarr_upcoming:
sensor.sonarr_upcoming is the default HA sonarr sensor and doesn’t work for this card. Make sure you install the components needed for this card, linked in the first post and the readme.
I’ve been having the same issue. Followed the instructions exactly. Once I add a Sonarr or Radarr sensor to the config yaml and check the config in Hass, it will just spin forever. If I reboot Hass, it never comes back until I remove that sensor and reboot again.