diff --git a/cec_scan/CHANGELOG.md b/cec_scan/CHANGELOG.md index bba091b..7f4dfe2 100644 --- a/cec_scan/CHANGELOG.md +++ b/cec_scan/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.4 + +- Use new `video` feature of Supervisor 199 + ## 2.3 - Add support for Meson AOCEC diff --git a/cec_scan/README.md b/cec_scan/README.md index 02ed7fb..728f1f3 100644 --- a/cec_scan/README.md +++ b/cec_scan/README.md @@ -24,10 +24,6 @@ This add-on has no configuration and runs out of the box. 1. Start the add-on. 2. Check the add-on log output to see the result. -## Known issues and limitations - -- This add-on can only be used on devices that support the Video Core (vc). - ## Support Got questions? diff --git a/cec_scan/config.json b/cec_scan/config.json index 443a3e8..f9d3181 100644 --- a/cec_scan/config.json +++ b/cec_scan/config.json @@ -1,13 +1,13 @@ { "name": "CEC Scanner", - "version": "2.3", + "version": "2.4", "slug": "cec_scan", "description": "Scan for HDMI CEC devices", "url": "https://github.com/home-assistant/hassio-addons/tree/master/cec_scan", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup": "once", "boot": "manual", - "devices": ["/dev/vchiq:/dev/vchiq:rwm"], + "video": true, "options": {}, "schema": {}, "image": "homeassistant/{arch}-addon-cec_scan"