I’m using the systemmonitor sensor and the aarlo sensor in the configuration.yaml. This is erroring on multiple sensor elements on line x and y. So, I’m trying to split out either Aarlo or the system monitor.
I’ve tried creating a aarlo.yaml and pointing to it in the configuration.yaml but got nothing but errors.
Tried creating a sensors: !include sensors.yaml and put the systemmonitor sensor code in it. This errors with “Component error: sensors - Integration ‘sensors’ not found.”
Is there a better way to do this, or can someone tell me what I’m doing wrong? I would paste the aarlo or the systemmonitor snippets in here, but they’re kinda large. So, I’m simply using the items from these links in the configuration.yaml
aarlo sections are arlo: camera: binary_sensor: sensor:
You have choices in how to organize your sensor configurations. Tinkerer provided yet another example representing the extreme opposite end of the organizational spectrum: not one file for all sensors but one file per sensor. The key is to adhere to whichever one you choose; pick a way of storing them and then stick with it.
FWIW, I have all my sensors in a single sensors.yaml file. However, I plan to break that up into multiple files, organized by the sensor’s purpose, within a sub-directory (similar to Tinkerer’s suggestion).