Eric Wang
Eric Wang
### 功能描述 / Feature description 在系统代理中自定义代理绕过会导致默认的绕过本地IP规则消失,而且即使再删掉自己填的IP和域名也不会恢复,意味着一旦需要自定义绕过的IP或者域名,就必须手动补上类似“192.168..”之类的本地IP规则,挺麻烦的。  是否可以改为将默认的绕过本地IP规则保留在输入框里可供编辑,而不是一输入就直接被覆盖掉? ### 使用场景 / Use case 当用户需要自定义代理绕过的时候,可以直接在默认的绕过本地IP规则下面添加自己的规则,而不是直接覆盖掉默认的规则。
I've done everything, including switching to Mi Home mode, enabling telnet, flashing the modified firmware, then swtiching back to Aqara Home mode and connecting it to the Aqara Home app....
大佬你好,首先插件是可以正常使用的,但是在日志里却持续不断地报错: ``` 2024-07-03 15:01:21.189 ERROR (MainThread) [homeassistant] Error doing job: Future exception was never retrieved (None) Traceback (most recent call last): File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args,...
If I have already flashed the modified firmware for my hub E1, and if I want to update the modified firmware when there's a new version released, should I just...
Fixes #279 I don't have such devices so please test it first, thank you @niceboygithub
我看了一下代码,在`binary_sensor.py`中的第193行里: ```python async def async_added_to_hass(self): """ add to hass """ # old version self._default_delay = self.device.get(CONF_OCCUPANCY_TIMEOUT, 90) custom: dict = self.hass.data[DATA_CUSTOMIZE].get(self.entity_id) custom.setdefault(CONF_OCCUPANCY_TIMEOUT, self._default_delay) await super().async_added_to_hass() ``` 当从设备获取不到`CONF_OCCUPANCY_TIMEOUT` 即 `occupancy_timeout` 时,将该值设为90。事实上,无论我在Aqara...
## 用 Windows 整合包直接运行 前面所有步骤都做好了,只要一开启SoVITS训练就固定报错: ``` "D:\GitHub\GPT-SoVITS-v2-240821\runtime\python.exe" GPT_SoVITS/s2_train.py --config "D:\GitHub\GPT-SoVITS-v2-240821\TEMP/tmp_s2.json" Traceback (most recent call last): File "D:\GitHub\GPT-SoVITS-v2-240821\GPT_SoVITS\s2_train.py", line 9, in from torch.utils.tensorboard import SummaryWriter File "D:\GitHub\GPT-SoVITS-v2-240821\runtime\lib\site-packages\torch\utils\tensorboard\__init__.py", line 12, in from...
**背景** 许多 IPTV 流在传输时使用 50i 隔行扫描格式,这种格式含有两倍时域 field,但直接播放只会还原成 25p,导致画面不够流畅。理想的播放方式是采用 Bob 去交错,将每个 field 转为完整帧,从而实现 50p 输出。 **建议功能** - 自动检测 50i 流; - 使用 Bob 去交错滤镜; - 切换渲染至 50p 输出; - 如果支持可配置项,建议添加选项如“Enable Bob-deinterlace...