What is the logic for configuration in ‘hass.io’ .yaml?
I have registered on the ‘luftdaten.info’:
- PMS7003 (air quality measurement)
- BMP280 (T/H/P measurements)
And I received e-mail from them about 2 ‘sensor ID’s’.
Let’s say - 37778 and 37779.
I’m trying to enter that in .yaml.
But this is not accepted (duplicated entry / error).
#PMS7003 air quality sensor and BMP280 T/H/P (luftdaten.de)
luftdaten:
sensor_id: 37778
show_on_map: true
scan_interval: 1800
sensors:
monitored_conditions:
- P1
- P2
sensor_id: 37779
show_on_map: true
scan_interval: 1800
sensors:
monitored_conditions:
- temperature
- humidity
- pressure
Is it only one ‘sensor ID’ allowed ?