gcorgnet / sensor.emby_upcoming_media

Home Assistant component to feed Upcoming Media Card with the latest releases on an Emby instance.
MIT License
20 stars 17 forks source link

Sensor not show #11

Open angeltonio opened 4 years ago

angeltonio commented 4 years ago

I have this..

platform: emby_upcoming_media api_key: ..... (personal info) user_id: .......... host: .... port: 8096 ssl: false max: 5 use_backdrop: true include: Movies TV Shows

And the sensor not show on the lovelace...

TheRealLouCipher commented 4 years ago

Your include: lookes wrong. Should be like...


include:
  - Movies
  - TV Shows
angeltonio commented 4 years ago

Yes, I removed the include and it shows me some things, but in theory if that include is removed, should all the libraries come out? Because those with accented letters do not come out

christophervonh commented 3 years ago

Hi, I know this issue is old, but maybe it helps anyone else: I had the same issue and my libraries in Emby are named in German (Filme and Serien) so I had to replace Movies and TV Shows in the config file with Filme and Serien. For the cards I had to change the default entity: sensor.emby_latest_movies to entity: sensor.emby_latest_filme (or series) and then it finally worked.

ChristophCaina commented 2 years ago

@christophervonh thanks! That was what I needed to know :) 👍