diff --git a/README.md b/README.md index da0150ec..8aa4e674 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Provides the following: - Rich media browser with thumbnails and navigation - Sensor entities - Camera entities +- Switch entities ## Installation Copy `custom_components/frigate` to your `custom_components` folder in HomeAssistant. Also available via HACS as a [custom repository](https://hacs.xyz/docs/faq/custom_repositories). diff --git a/hacs.json b/hacs.json index 55c9328b..93ad1a13 100644 --- a/hacs.json +++ b/hacs.json @@ -4,7 +4,9 @@ "domains": [ "media_browser", "sensor", - "camera" + "camera", + "binary_sensor", + "switch" ], "iot_class": "Local Push", "homeassistant": "0.115.0" diff --git a/info.md b/info.md index a5f49209..61b2c59d 100644 --- a/info.md +++ b/info.md @@ -6,6 +6,7 @@ Provides the following: - Rich media browser with thumbnails and navigation - Sensor entities - Camera entities +- Switch entities ## Information on Frigate (Available as an Addon) A complete and local NVR designed for HomeAssistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.