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 ec5eaa1 commit a06bdbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type SupportedPlatforms =
| "ESP32S3"
| "ESP32C3"
| "RP2040"
| "LIBRETUYA";
| "LIBRETINY";

export type PlatformData = {
label: string;
Expand Down Expand Up @@ -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,
},
Expand Down

0 comments on commit a06bdbe

Please sign in to comment.