Use components from beta

This commit is contained in:
Edward Firmo
2024-04-03 16:31:26 +02:00
parent bedd30c68f
commit 913d43959b
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ external_components:
- source: - source:
type: git type: git
url: https://github.com/Blackymas/NSPanel_HA_Blueprint url: https://github.com/Blackymas/NSPanel_HA_Blueprint
ref: dev ref: beta
components: components:
- nspanel_ha_blueprint_upload_tft - nspanel_ha_blueprint_upload_tft
refresh: 300s refresh: 300s

View File

@@ -16,7 +16,7 @@ substitutions:
temp_units: "°C" temp_units: "°C"
invalid_cooldown: "100ms" invalid_cooldown: "100ms"
##### DON'T CHANGE THIS ###### ##### DON'T CHANGE THIS ######
version: "4.3.2b1" version: "4.3.2b2"
############################## ##############################
##### External components ##### ##### External components #####
@@ -26,7 +26,7 @@ external_components:
# path: packages/Blackymas/components # path: packages/Blackymas/components
type: git type: git
url: https://github.com/Blackymas/NSPanel_HA_Blueprint url: https://github.com/Blackymas/NSPanel_HA_Blueprint
ref: dev # To do: use tag for release ref: beta # To do: use tag for release
components: components:
- nspanel_ha_blueprint - nspanel_ha_blueprint
refresh: 3s # To do: change to 300s for release refresh: 3s # To do: change to 300s for release