Several components allow one to include or exclude entities or domains. For example, recorder and influxdb.
Is there any way to do this inclusion/exclusion with any sort of wildcards or regex? Something more fine-grained than just domains?
For example, I have a bunch of switches that report voltage, power, and current. They are all named things like sensor.sonoffs31_1_voltage or sensor.sonoffs31_2_power. Don’t really need all those in influxdb, either current or power is ebough. So I’d love to exclude something like sensor.sonoffs31_*_current.
Or, another example: my Octoprint component drops a bunch of sensors that I don’t want in influxdb. Would love to exclude sensor.octoprint* and not have to type them all in…
Wait, does HA just allow glob patterns in configuration.yaml? I’ve not seen this anywhere, do you know where this is documented? Not how to write the glob pattern, but how to use it in HA.