mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea52b3d40e | ||
|
|
f03b078855 | ||
|
|
f152ce0508 |
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user