Newbie questtion - configuration items to lovelace

Hello,
I’ve installed the HA image to a rpi4 and started testing.
Found a few examples and added them to my configuration.yaml.
The following config seems not to work:

  
  # STATS
  - platform: min_max
    name: Min-Max
    entity_ids:
      - sensor.keller_temperature
      - sensor.keller_humidity
      - sensor.thp2_temperatur
      - sensor.thp2_luftfeuchtigkeit


#
# BINARY-SENSOR
#
binary_sensor:
  - platform: iss
    show_on_map: true

  - platform: ping
    host: 10.100.100.33
    name: "eq3-gate"
    count: 3
    scan_interval: 20
  

After these changes I expected to find additional Devices/Entities that could be added to lovelace,
but they appear in these dropboxes.
What’s wrong?

No idea what you are talking about.

If the entities are not appearing in the developer tools / states menu or configuration / entities menu then check the following:

  1. Have you reloaded the relevant devices or restarted?
  2. Are there any error in the log?

Thank you, that was exactly what I tried to ask …

1 Like