Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensor not show #11

Open
angeltonio opened this issue Jul 15, 2020 · 4 comments
Open

Sensor not show #11

angeltonio opened this issue Jul 15, 2020 · 4 comments

Comments

@angeltonio
Copy link

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
Copy link
Contributor

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

include:
  - Movies
  - TV Shows

@angeltonio
Copy link
Author

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants