跳到主要內容

解決Homepod mini升級16.4後無法TTS的問題

 

【】

homepod mini升級到16.4後,delay時間由4秒變為7秒

【解決步驟】

open ha cli

then type login

it should give you a prompt #

type: docker exec -it $(docker ps -f name=homeassistant -q) bash

now you should be inside the homeassistant container

open the pyatv file: vi /usr/local/lib/python3.10/site-packages/pyatv/support/http.py

change the timeout from 4 to 10

before: async with async_timeout.timeout(4):

after: async with async_timeout.timeout(10):

restart your homeassistant and you should be good to go!


【參考文章】

https://github.com/home-assistant/core/issues/88014

留言

這個網誌中的熱門文章

[經驗分享]開源IT資產管理系統 - Open-AudIT

企業營運必定與電腦系統脫離不了關係,每一部電腦散落在各部門、各辦公室,若是較具規模的公司,甚至會有跨好幾個地區的辦公室存在。 from Pocket http://ift.tt/2sI5nuB via IFTTT

實體店拓展外,UNIQLO 要如何以 O2O 虛實整合持續在台灣成長?

日本服飾品牌 UNIQLO 邁入來台 10 週年,除了全台設有實體店鋪,更在來台初期即有網路商店,提供完整品項與尺碼,以及線上下單、店鋪取貨的店取模式,打造 O2O 全通路購物體驗。 from Pocket https://ift.tt/31hLfzF via IFTTT

RegistryChangesView 登錄檔比對工具,挖出某個設定修改了什麼..

在 Windows 電腦中,很多軟體在安裝/移除或執行時會在系統的「登錄檔」資料庫裡面加入、移除或修改許多項目,有些有修改是必須的,有些修改沒弄好的話可能會造成一些問題導致某些功能不正常或系統不穩定等等情況。 from Pocket http://ift.tt/2wiZCWi via IFTTT