I added integration to my configuration.yaml file, and it loaded, the configuration says it has lots of sensors. But how do I get individual sensors to display on my interface? I copy-pasted what was listed on the bottom of the integration page, and then I created a new sensor card. For the entity how do I tell it what info I want to put over there?
Thank you.
So in the example integration I linked to, it has a list of sensors, such as “holiday_name”. So how would I display that? When I went to the entity card, it has a drop-down list of available entities, and as of now it only lists all my lights.
Hmm. Can you post your configuration.yaml? Make sure to format as code using three backticks ( ` ) above and below your config. Also if you aren’t using secrets, suppress any sensitive info.
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
frontend:
themes: !include themes.yaml
jewish_calendar:
language: english
diaspora: true
havdalah_minutes_after_sunset: 50
lutron:
host: 192.168.200.194
username: lutron
password: lutron
Ok, your spacing looks good (just wanted to check). Honestly, I’m sorry to tell you that I’m not sure what the problem would be especially if there aren’t any errors in your log. You could try going down to only what’s required for that configuration (which is simply jewish_calendar: with none of the options you’ve nested below it) but I don’t think that would make a difference. If that doesn’t work, someone else might have a solution though.