Update dependencies
This commit is contained in:
@@ -76,7 +76,7 @@ esphome:
|
||||
version: ${version}
|
||||
platformio_options:
|
||||
build_flags:
|
||||
- -D TX_ULTIMATE_EASY_CORE
|
||||
- -D TX_ULTIMATE_EASY_CORE_COMMON
|
||||
|
||||
on_boot:
|
||||
- priority: 750
|
||||
@@ -95,6 +95,15 @@ esphome:
|
||||
then:
|
||||
- script.execute: boot_done
|
||||
|
||||
external_components:
|
||||
- source:
|
||||
type: git
|
||||
url: https://github.com/edwardtfn/TX-Ultimate-Easy
|
||||
ref: v${version}
|
||||
refresh: 1h
|
||||
components:
|
||||
- tx_ultimate_easy
|
||||
|
||||
globals:
|
||||
- id: is_us_model
|
||||
type: bool
|
||||
@@ -332,6 +341,9 @@ text_sensor:
|
||||
}
|
||||
return result;
|
||||
|
||||
tx_ultimate_easy:
|
||||
id: tx_ultimate
|
||||
|
||||
wifi:
|
||||
id: wifi_component
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user