mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Allow global usage of CEC (#1052)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2.4
|
||||
|
||||
- Use new `video` feature of Supervisor 199
|
||||
|
||||
## 2.3
|
||||
|
||||
- Add support for Meson AOCEC
|
||||
|
||||
@@ -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?
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user