Alok Saboo
Alok Saboo
If we move all the "intelligence" to the `person` component such that the `device_tracker` just collects the information and passes it on to `person`, we can include options like `consider_home`...
That is an excellent summary. I am assuming 5 minutes should be sufficient time for wifi/bt devices to wakeup.
`image_processing` components should allow saving processed images with bounding boxes. Users are then free to use them with `local_file` camera or in an automation. In that sense, I am closer...
Indeed...`save_image` should be refactored to the platform level and an event (that can be used in automations) should be fired so that all platforms can use it.
Indeed, Pi is not the "optimal" device for image_processing. So, we should not design with Pi as our focal device. In any case, `save_image` is optional and can stay that...
Seeing the same issue....can we please fix this...thanks!
While this bug is being fixed, a temporary solution is to disable `Remember Last Page` (under Settings > Configuration > Companion App > General > Remember Last Page). Now when...
Would love to have the ability to exclude certain values from the legend and any calculations (e.g., null, idle)
Even, better, we can add `condition: service_healthy`. This works well. ``` depends_on: gluetun: condition: service_healthy ```
I tried all the following, but none of them worked: `docker run -d --name rclone-mount_test --restart=unless-stopped --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined -e RemotePath="gdrive_psu_crypt:" -e MountCommands="--allow-other --allow-root --uid 0 --gid...