hi, im looking for some suggestions on how to achieve the following:
- receive an MQTT message or event when a sensor is triggered. This will contain
entity_id
- lookup the area that the entity belongs to
- look up
entity_id
for cameras that exist in that area - record snapshots from those cameras
Im looking for help on how to achieve 2) and 3)
Many thanks in advance