mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Replace unmaintained BraviaRC backend with new fork: (#31234)
BraviaRC is currently unmaintained for home-assistant. This commit swaps it out with a new fork of BraviaRC called python-bravia-tv. This captures all bug fixes from BraviaRC release 3.7 (previously linked backend) to right before BraviaRC breaks when used by home-assistant. The intent of forking is to be able to continue supporting home-assistant. This is not intended to be a one off solution; this new fork will have future updates and be maintain as needed. This initial commit of python-bravia-tv improves the import process, however overall preserves the original API. Other fixes include: * Fix set-volume slider * Better error handling * Increase input options Resolves: #26351, #30964 See also: #12577, #14843, #17345, #18245
This commit is contained in:
parent
3275987f17
commit
9821047d75
@ -2,7 +2,7 @@
|
||||
"domain": "braviatv",
|
||||
"name": "Sony Bravia TV",
|
||||
"documentation": "https://www.home-assistant.io/integrations/braviatv",
|
||||
"requirements": ["braviarc-homeassistant==0.3.7.dev0", "getmac==0.8.1"],
|
||||
"requirements": ["bravia-tv==1.0", "getmac==0.8.1"],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": ["@robbiet480"]
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
import ipaddress
|
||||
import logging
|
||||
|
||||
from braviarc.braviarc import BraviaRC
|
||||
from bravia_tv import BraviaRC
|
||||
from getmac import get_mac_address
|
||||
import voluptuous as vol
|
||||
|
||||
|
@ -334,7 +334,7 @@ bomradarloop==0.1.3
|
||||
boto3==1.9.252
|
||||
|
||||
# homeassistant.components.braviatv
|
||||
braviarc-homeassistant==0.3.7.dev0
|
||||
bravia-tv==1.0
|
||||
|
||||
# homeassistant.components.broadlink
|
||||
broadlink==0.12.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user