mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
Switch platform from 6.5.0 to 6.6.0
This commit is contained in:
@@ -14,7 +14,7 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.1.2
|
version: 5.1.2
|
||||||
platform_version: 6.5.0
|
platform_version: 6.6.0
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: components
|
- source: components
|
||||||
|
|||||||
@@ -23,10 +23,10 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
# version: dev
|
# version: dev
|
||||||
version: 5.1.2
|
# version: 5.1.2
|
||||||
platform_version: 6.5.0
|
|
||||||
# version: 5.2.1
|
|
||||||
# platform_version: 6.6.0
|
# platform_version: 6.6.0
|
||||||
|
version: 5.2.1
|
||||||
|
platform_version: 6.6.0
|
||||||
# type: arduino
|
# type: arduino
|
||||||
|
|
||||||
animation:
|
animation:
|
||||||
@@ -67,8 +67,14 @@ external_components:
|
|||||||
- source: github://pr#4786
|
- source: github://pr#4786
|
||||||
components: m5stack4relay
|
components: m5stack4relay
|
||||||
refresh: 0s
|
refresh: 0s
|
||||||
- source: github://pr#5586
|
# - source: github://pr#5586
|
||||||
components: [ http_request ]
|
# components: [ http_request ]
|
||||||
|
- source:
|
||||||
|
type: git
|
||||||
|
url: https://github.com/ssieb/esphome
|
||||||
|
ref: onewire
|
||||||
|
components: [ gpio ]
|
||||||
|
refresh: 1min
|
||||||
# - source: github://mknjc/esphome@ds248x
|
# - source: github://mknjc/esphome@ds248x
|
||||||
# components: ds248x
|
# components: ds248x
|
||||||
# - source: github://bekriebel/esphome@sh1107_fix
|
# - source: github://bekriebel/esphome@sh1107_fix
|
||||||
@@ -86,8 +92,8 @@ external_components:
|
|||||||
# - web_server_base
|
# - web_server_base
|
||||||
# - captive_portal
|
# - captive_portal
|
||||||
|
|
||||||
ota:
|
# ota:
|
||||||
- platform: http_request
|
# - platform: http_request
|
||||||
|
|
||||||
# web_server:
|
# web_server:
|
||||||
# captive_portal:
|
# captive_portal:
|
||||||
@@ -138,10 +144,10 @@ canbus:
|
|||||||
ESP_LOGD("can id 0x109", "%s", &b[0] );
|
ESP_LOGD("can id 0x109", "%s", &b[0] );
|
||||||
|
|
||||||
i2c:
|
i2c:
|
||||||
- id: i2c_groove
|
# - id: i2c_groove
|
||||||
sda: 2
|
# sda: 2
|
||||||
scl: 1
|
# scl: 1
|
||||||
scan: true
|
# scan: true
|
||||||
- id: i2c_main
|
- id: i2c_main
|
||||||
sda: 38
|
sda: 38
|
||||||
scl: 39
|
scl: 39
|
||||||
@@ -150,7 +156,7 @@ i2c:
|
|||||||
|
|
||||||
# mcp23017:
|
# mcp23017:
|
||||||
# - id: mcp23017_hub
|
# - id: mcp23017_hub
|
||||||
# i2c_id: i2c_groove
|
# i2c_id: i2c_main
|
||||||
# address: 0x20
|
# address: 0x20
|
||||||
|
|
||||||
# ds248x:
|
# ds248x:
|
||||||
@@ -161,9 +167,17 @@ i2c:
|
|||||||
# strong_pullup: false # enables a strong pullup used to provide the needed current for temperature reading without vcc connected
|
# strong_pullup: false # enables a strong pullup used to provide the needed current for temperature reading without vcc connected
|
||||||
# bus_sleep: true # power down the bus when no transaction is in progres
|
# bus_sleep: true # power down the bus when no transaction is in progres
|
||||||
|
|
||||||
|
one_wire:
|
||||||
|
- platform: gpio
|
||||||
|
pin: 1
|
||||||
|
id: hub_1
|
||||||
|
# - platform: gpio
|
||||||
|
# pin: 2
|
||||||
|
# id: hub_2
|
||||||
|
|
||||||
m5stack4relay:
|
m5stack4relay:
|
||||||
id: m5stack_relay_1
|
id: m5stack_relay_1
|
||||||
i2c_id: i2c_groove
|
i2c_id: i2c_main
|
||||||
|
|
||||||
# mqtt:
|
# mqtt:
|
||||||
# id: mqtt_client
|
# id: mqtt_client
|
||||||
@@ -344,7 +358,7 @@ display:
|
|||||||
# model: "SSD1306 128x64"
|
# model: "SSD1306 128x64"
|
||||||
id: "lcd"
|
id: "lcd"
|
||||||
address: 0x3C
|
address: 0x3C
|
||||||
i2c_id: i2c_groove
|
i2c_id: i2c_main
|
||||||
rotation: 90
|
rotation: 90
|
||||||
flip_x: false
|
flip_x: false
|
||||||
flip_y: false
|
flip_y: false
|
||||||
@@ -358,7 +372,7 @@ display:
|
|||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: sht3xd
|
- platform: sht3xd
|
||||||
i2c_id: i2c_groove
|
i2c_id: i2c_main
|
||||||
address: 0x44
|
address: 0x44
|
||||||
temperature:
|
temperature:
|
||||||
name: "TEST Temperature"
|
name: "TEST Temperature"
|
||||||
@@ -402,6 +416,25 @@ sensor:
|
|||||||
# address: 0x810516b3c69fff28
|
# address: 0x810516b3c69fff28
|
||||||
# name: "${name} Dallas Temp 4"
|
# name: "${name} Dallas Temp 4"
|
||||||
# resolution: 12
|
# resolution: 12
|
||||||
|
- platform: dallas_temp
|
||||||
|
address: 0xdb041750eae2ff28
|
||||||
|
name: "${name} Dallas Temp 1"
|
||||||
|
one_wire_id: hub_1
|
||||||
|
update_interval: 10s
|
||||||
|
- platform: dallas_temp
|
||||||
|
address: 0xb2041750cf1aff28
|
||||||
|
name: "${name} Dallas Temp 2"
|
||||||
|
one_wire_id: hub_1
|
||||||
|
update_interval: 30s
|
||||||
|
- platform: dallas_temp
|
||||||
|
address: 0xcd01191eb8b07128
|
||||||
|
name: "${name} Dallas Temp 3"
|
||||||
|
one_wire_id: hub_1
|
||||||
|
update_interval: 45s
|
||||||
|
- platform: dallas_temp
|
||||||
|
address: 0x5a01191ef3375b28
|
||||||
|
name: "${name} Dallas Temp 4"
|
||||||
|
one_wire_id: hub_1
|
||||||
|
|
||||||
time:
|
time:
|
||||||
- !include common/time/homeassistant.yaml
|
- !include common/time/homeassistant.yaml
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.1.2
|
version: 5.1.2
|
||||||
platform_version: 6.5.0
|
platform_version: 6.6.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
common: !include common/common.yaml
|
common: !include common/common.yaml
|
||||||
|
|||||||
@@ -32,7 +32,8 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: arduino
|
type: arduino
|
||||||
version: 2.0.14
|
version: 2.0.14
|
||||||
platform_version: 6.5.0
|
# version: 5.1.2
|
||||||
|
platform_version: 6.6.0
|
||||||
# type: esp-idf
|
# type: esp-idf
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.1.2
|
version: 5.1.2
|
||||||
platform_version: 6.5.0
|
platform_version: 6.6.0
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: github://mknjc/esphome@ds248x
|
- source: github://mknjc/esphome@ds248x
|
||||||
|
|||||||
@@ -10,7 +10,8 @@ esphome:
|
|||||||
esp32:
|
esp32:
|
||||||
board: esp32doit-devkit-v1
|
board: esp32doit-devkit-v1
|
||||||
framework:
|
framework:
|
||||||
#type: arduino
|
version: 5.1.2
|
||||||
|
platform_version: 6.6.0
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
|
|
||||||
# external_components:
|
# external_components:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.1.2
|
version: 5.1.2
|
||||||
platform_version: 6.5.0
|
platform_version: 6.6.0
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: github://mknjc/esphome@ds248x
|
- source: github://mknjc/esphome@ds248x
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.1.2
|
version: 5.1.2
|
||||||
platform_version: 6.5.0
|
platform_version: 6.6.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
common: !include common/common.yaml
|
common: !include common/common.yaml
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.1.2
|
version: 5.1.2
|
||||||
platform_version: 6.5.0
|
platform_version: 6.6.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
common: !include common/common.yaml
|
common: !include common/common.yaml
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
# version: 5.1.2
|
# version: 5.1.2
|
||||||
# platform_version: 6.5.0
|
# platform_version: 6.6.0
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source:
|
- source:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.1.2
|
version: 5.1.2
|
||||||
platform_version: 6.5.0
|
platform_version: 6.6.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
common: !include common/common.yaml
|
common: !include common/common.yaml
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ esp32:
|
|||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 5.1.2
|
version: 5.1.2
|
||||||
platform_version: 6.5.0
|
platform_version: 6.6.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
common: !include common/common.yaml
|
common: !include common/common.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user