How do I put information from a sensor into the UI?

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

Can you clarify your question? Seems like adding an entities card with the sensors you want displayed should be the solution.

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.

Thank you

Did you restart Home Assistant after you added it to your config?

Yes. By going to configuration -> General -> restart
Is there a way I can confirm that it is loaded?

Check the logs to see if there were any errors setting up that integration. Also, do you see the sensors in the States developer tool?

The only thing I see in the logs is that I restarted it.
I only see my light sensors and a person sensor there.

Thank you

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.

Here it is.
Thank you


# 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.