Skip to content

Commit

Permalink
Rename project to LibreTiny
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Apr 28, 2023
1 parent 6012fb8 commit 97ba565
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout ESPHome fork
uses: actions/checkout@v3
with:
repository: kuba2k2/libretuya-esphome
repository: kuba2k2/libretiny-esphome
path: esphome
ref: platform/libretuya
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion components/hub_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from esphome.components.web_server_base import CONF_WEB_SERVER_BASE_ID
from esphome.components import web_server_base

DEPENDENCIES = ["libretuya"]
DEPENDENCIES = ["libretiny"]
AUTO_LOAD = ["web_server_base"]

hub_api_ns = cg.esphome_ns.namespace("hub_api")
Expand Down
2 changes: 1 addition & 1 deletion yaml/import-bk7231n.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: kickstart-bk7231n

libretuya:
libretiny:
board: generic-bk7231n-qfn32-tuya
framework:
version: dev
Expand Down
2 changes: 1 addition & 1 deletion yaml/import-bk7231t.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: kickstart-bk7231t

libretuya:
libretiny:
board: generic-bk7231t-qfn32-tuya
framework:
version: dev
Expand Down
2 changes: 1 addition & 1 deletion yaml/import-rtl8710bn-2mb-468k.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
esphome:
name: kickstart-rtl8710bn-2mb-468k

libretuya:
libretiny:
board: generic-rtl8710bn-2mb-468k
framework:
version: dev
Expand Down
8 changes: 4 additions & 4 deletions yaml/kickstart-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ dashboard_import:
package_import_url: $import_url
import_full_config: true

libretuya:
libretiny:
board: $board
framework:
version: dev
loglevel: debug

external_components:
source: github://libretuya/esphome-kickstart
source: github://libretiny-eu/esphome-kickstart
components:
- pinscan
- hub_api
Expand Down Expand Up @@ -84,9 +84,9 @@ select:
mode: !lambda "return id(mode).active_index().value();"

text_sensor:
- platform: libretuya
- platform: libretiny
version:
name: LibreTuya Version
name: LibreTiny Version
- platform: wifi_info
ip_address:
id: ip_address
Expand Down
2 changes: 1 addition & 1 deletion yaml/kickstart-bk7231n.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: kickstart-bk7231n
import_url: github://libretuya/esphome-kickstart/yaml/import-bk7231n.yaml@master
import_url: github://libretiny-eu/esphome-kickstart/yaml/import-bk7231n.yaml@master
board: generic-bk7231n-qfn32-tuya

packages:
Expand Down
2 changes: 1 addition & 1 deletion yaml/kickstart-bk7231t.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: kickstart-bk7231t
import_url: github://libretuya/esphome-kickstart/yaml/import-bk7231t.yaml@master
import_url: github://libretiny-eu/esphome-kickstart/yaml/import-bk7231t.yaml@master
board: generic-bk7231t-qfn32-tuya

packages:
Expand Down
2 changes: 1 addition & 1 deletion yaml/kickstart-rtl8710bn-2mb-468k.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: kickstart-rtl8710bn-2mb-468k
import_url: github://libretuya/esphome-kickstart/yaml/import-rtl8710bn-2mb-468k.yaml@master
import_url: github://libretiny-eu/esphome-kickstart/yaml/import-rtl8710bn-2mb-468k.yaml@master
board: generic-rtl8710bn-2mb-788k

packages:
Expand Down

0 comments on commit 97ba565

Please sign in to comment.