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?