-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from edwardtfn/revert-to-media-player-as-default
Revert to media player and neopixelbus as default
- Loading branch information
Showing
36 changed files
with
638 additions
and
536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
packages: | ||
common: !include common.yaml | ||
|
||
esp32: | ||
framework: | ||
type: arduino | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
packages: | ||
common: !include common.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
|
||
light: | ||
- id: !extend light_full | ||
platform: esp32_rmt_led_strip | ||
rgb_order: GRB | ||
rmt_channel: 1 | ||
chipset: ws2812 | ||
max_refresh_rate: 33ms | ||
use_psram: false | ||
type: !remove | ||
variant: !remove | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
packages: | ||
common_idf: !include common_idf.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
version: 5.3.1 | ||
platform_version: 6.9.0 | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
--- | ||
packages: | ||
common_arduino: !include common_ard.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml | ||
|
||
esp32: | ||
framework: | ||
type: arduino | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
--- | ||
packages: | ||
common_arduino: !include common_ard.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml | ||
addon_bluetooth_proxy: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml | ||
|
||
esp32: | ||
framework: | ||
type: arduino | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
--- | ||
packages: | ||
common_arduino: !include common_ard.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
|
||
esp32: | ||
framework: | ||
type: arduino | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
--- | ||
packages: | ||
common_arduino: !include common_ard.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_hw_relays_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml | ||
|
||
esp32: | ||
framework: | ||
type: arduino | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
--- | ||
packages: | ||
common_arduino: !include common_ard.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_hw_speaker_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml | ||
|
||
esp32: | ||
framework: | ||
type: arduino | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
--- | ||
packages: | ||
common_arduino: !include common_ard.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml | ||
|
||
esp32: | ||
framework: | ||
type: arduino | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
--- | ||
packages: | ||
common_arduino: !include common_ard.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_hw_relays_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml | ||
standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml | ||
addon_media_player: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_media_player.yaml | ||
|
||
esp32: | ||
framework: | ||
type: arduino | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
--- | ||
packages: | ||
common_idf53: !include common_idf53.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
version: 5.3.1 | ||
platform_version: 6.9.0 | ||
media_player: !remove | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
switch: | ||
- id: !remove sw_speaker_amplifier | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
--- | ||
packages: | ||
common_idf53: !include common_idf53.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
version: 5.3.1 | ||
platform_version: 6.9.0 | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
--- | ||
packages: | ||
common_idf53: !include common_idf53.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_hw_relays_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
version: 5.3.1 | ||
platform_version: 6.9.0 | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
--- | ||
packages: | ||
common_idf53: !include common_idf53.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_hw_speaker_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
version: 5.3.1 | ||
platform_version: 6.9.0 | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
--- | ||
packages: | ||
common_idf53: !include common_idf53.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
version: 5.3.1 | ||
platform_version: 6.9.0 | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
--- | ||
packages: | ||
common_idf: !include common_idf.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
media_player: !remove | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
switch: | ||
- id: !remove sw_speaker_amplifier | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
--- | ||
packages: | ||
common: !include common.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml | ||
addon_bluetooth_proxy: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
--- | ||
packages: | ||
common_idf: !include common_idf.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
--- | ||
packages: | ||
common_idf: !include common_idf.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_hw_relays_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_relays.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
--- | ||
packages: | ||
common_idf: !include common_idf.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_hw_speaker_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_speaker.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
--- | ||
packages: | ||
common_idf: !include common_idf.yaml | ||
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | ||
standard_hw_vibration_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard_hw_vibration.yaml | ||
|
||
esp32: | ||
framework: | ||
type: esp-idf | ||
|
||
wifi: | ||
ssid: !secret wifi_ssid | ||
password: !secret wifi_password | ||
... |
Oops, something went wrong.