Skip to content

Commit

Permalink
Add terncy
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 25, 2024
1 parent 96721a5 commit 25c2985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [美的 · Midea AC Py](https://github.com/mill1000/midea-ac-py) _(2024.11+)_
- [海尔 · Haier](https://github.com/banto6/haier) _(2024.12+)_
- [巴法 · Bemfa](https://github.com/larry-wong/bemfa) _(2024.11+)_
- [小燕 · Terncy](https://github.com/rxwen/homeassistant-terncy-component) _(2024.12+)_
- [Edge TTS](https://github.com/hasscc/hass-edge-tts) _(2024.11+)_
- [AI Conversation Agent](https://github.com/hasscc/ai-conversation) _(2024.9+)_

Expand Down
1 change: 1 addition & 0 deletions rootfs/etc/services.d/hacs/run
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if [ "$ALWAYS_INSTALL" = "true" ]; then
[ ! -d haier ] && cp -rf $hacs_components/haier ./ && bashio::log.info "Copied haier"
[ ! -d midea_ac_lan ] && cp -rf $hacs_components/midea_ac_lan ./ && bashio::log.info "Copied midea_ac_lan"
[ ! -d midea_ac ] && cp -rf $hacs_components/midea_ac ./ && bashio::log.info "Copied midea_ac"
[ ! -d terncy ] && cp -rf $hacs_components/terncy ./ && bashio::log.info "Copied terncy"
[ ! -d ai_conversation ] && cp -rf $hacs_components/ai_conversation ./ && bashio::log.info "Copied ai_conversation"
cd ..
fi
Expand Down
1 change: 1 addition & 0 deletions rootfs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ wget https://hacs.vip/get
[ ! -d /config/custom_components/haier ] && DOMAIN=haier bash get && info "Installed haier"
[ ! -d /config/custom_components/midea_ac_lan ] && DOMAIN=midea_ac_lan bash get && info "Installed midea_ac_lan"
[ ! -d /config/custom_components/midea_ac ] && DOMAIN=midea_ac bash get && info "Installed midea_ac"
[ ! -d /config/custom_components/terncy ] && DOMAIN=terncy bash get && info "Installed terncy"

rm -rf ./get

0 comments on commit 25c2985

Please sign in to comment.