diff --git a/setup.py b/setup.py index 84892415..540908ce 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( - name="libretuya-esphome-dashboard", + name="libretiny-esphome-dashboard", version="20230214.0", description="ESPHome dashboard", url="https://github.com/esphome/dashboard", diff --git a/src/const.ts b/src/const.ts index bb641ea8..aaab00bf 100644 --- a/src/const.ts +++ b/src/const.ts @@ -10,7 +10,7 @@ export type SupportedPlatforms = | "ESP32S3" | "ESP32C3" | "RP2040" - | "LIBRETUYA"; + | "LIBRETINY"; export type PlatformData = { label: string; @@ -51,8 +51,8 @@ export const supportedPlatforms: { [key in SupportedPlatforms]: PlatformData } = showInPickerTitle: false, defaultBoard: "rpipicow", }, - LIBRETUYA: { - label: "LibreTuya", + LIBRETINY: { + label: "LibreTiny", showInPickerTitle: true, defaultBoard: null, },