Compare commits

...

3 Commits

Author SHA1 Message Date
pszafer
ea52b3d40e fix channel naming 2024-05-19 22:35:02 +02:00
pszafer
f03b078855 fix tag ref 2024-05-19 22:32:51 +02:00
pszafer
f152ce0508 rename ina to ina219 2024-05-19 22:31:33 +02:00
5 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ esp32:
packages:
internals_packages:
url: https://github.com/boneIO-eu/esphome
ref: v1.0.6
ref: v1.0.7
files:
[
'devices/dimmer_buzzer.yaml',
@@ -36,7 +36,7 @@ ethernet:
power_pin: GPIO16
dashboard_import:
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_2rgbw-v0_3.yaml@v1.0.6
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_2rgbw-v0_3.yaml@v1.0.7
import_full_config: true
pcf8574:

View File

@@ -16,7 +16,7 @@ esp32:
packages:
internals_packages:
url: https://github.com/boneIO-eu/esphome
ref: v1.0.6
ref: v1.0.7
files:
[
'devices/dimmer_buzzer.yaml',
@@ -36,7 +36,7 @@ ethernet:
power_pin: GPIO16
dashboard_import:
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@v1.0.6
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@v1.0.7
import_full_config: true
pcf8574:
@@ -138,15 +138,15 @@ light:
warm_white_color_temperature: 2000 K
- platform: cwww
name: 'CHL_05_06'
cold_white: chl05
warm_white: chl06
name: 'CHR_01_02'
cold_white: chl01
warm_white: chl02
cold_white_color_temperature: 6536 K
warm_white_color_temperature: 2000 K
- platform: cwww
name: 'CHL_07_08'
cold_white: chl07
warm_white: chl08
name: 'CHR_03_04'
cold_white: chl03
warm_white: chl04
cold_white_color_temperature: 6536 K
warm_white_color_temperature: 2000 K

View File

@@ -16,7 +16,7 @@ esp32:
packages:
internals_packages:
url: https://github.com/boneIO-eu/esphome
ref: v1.0.6
ref: v1.0.7
files:
[
'devices/dimmer_buzzer.yaml',
@@ -36,7 +36,7 @@ ethernet:
power_pin: GPIO16
dashboard_import:
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@v1.0.6
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@v1.0.7
import_full_config: true
pcf8574:

View File

@@ -21,7 +21,7 @@ firmware_destination = "../website/public/esp/firmware"
def json_pattern(firmware_name):
return {
"name": "ESPHome",
"version": "2024.3.1",
"version": "2024.5.0",
"home_assistant_domain": "esphome",
"funding_url": "https://esphome.io/guides/supporters.html",
"new_install_prompt_erase": False,