@@ -40,8 +40,8 @@ Since in this update lots of input to the blueprint changed, we highly recommend
|
|||||||
2. The following components are now deprecated:
|
2. The following components are now deprecated:
|
||||||
- Buttons:
|
- Buttons:
|
||||||
- Exit reparse (`button.xxxxx_exit_reparse`) - It shouldn't be necessary with the new TFT upload engine
|
- Exit reparse (`button.xxxxx_exit_reparse`) - It shouldn't be necessary with the new TFT upload engine
|
||||||
- Services:
|
- ~~Services:~~
|
||||||
- Play rtttl (`esphome.xxxxx_play_rtttl`)
|
- ~~Play rtttl (`esphome.xxxxx_play_rtttl`)~~
|
||||||
- Sensors:
|
- Sensors:
|
||||||
- API uptime
|
- API uptime
|
||||||
- Device uptime
|
- Device uptime
|
||||||
@@ -85,6 +85,10 @@ packages:
|
|||||||
5. Font size for chips
|
5. Font size for chips
|
||||||
6. Short click to open Climate and Media Player
|
6. Short click to open Climate and Media Player
|
||||||
|
|
||||||
|
- 4.1.1 patch:
|
||||||
|
- Service `esphome.xxxxx_play_rtttl` is back to core package
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Details of noteworthy changes
|
## Details of noteworthy changes
|
||||||
|
|
||||||
|
|||||||
@@ -7,17 +7,6 @@
|
|||||||
##### ATTENTION: This will add advanced elements to the core system and requires the core part. #####
|
##### ATTENTION: This will add advanced elements to the core system and requires the core part. #####
|
||||||
#####################################################################################################
|
#####################################################################################################
|
||||||
|
|
||||||
api:
|
|
||||||
services:
|
|
||||||
##### Service to play a rtttl tones #####
|
|
||||||
# Example tones : https://codebender.cc/sketch:109888#RTTTL%20Songs.ino
|
|
||||||
- service: play_rtttl
|
|
||||||
variables:
|
|
||||||
song_str: string
|
|
||||||
then:
|
|
||||||
- rtttl.play:
|
|
||||||
rtttl: !lambda 'return song_str;'
|
|
||||||
|
|
||||||
button:
|
button:
|
||||||
##### EXIT REPARSE TFT DISPLAY #####
|
##### EXIT REPARSE TFT DISPLAY #####
|
||||||
- name: ${device_name} Exit reparse
|
- name: ${device_name} Exit reparse
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
substitutions:
|
substitutions:
|
||||||
##### DON'T CHANGE THIS #####
|
##### DON'T CHANGE THIS #####
|
||||||
version: "4.1"
|
version: "4.1.1"
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
##### ESPHOME CONFIGURATION #####
|
##### ESPHOME CONFIGURATION #####
|
||||||
@@ -172,6 +172,15 @@ api:
|
|||||||
then:
|
then:
|
||||||
- lambda: set_component_color->execute(component, foreground, background);
|
- lambda: set_component_color->execute(component, foreground, background);
|
||||||
|
|
||||||
|
##### Service to play a rtttl tones #####
|
||||||
|
# Example tones : https://codebender.cc/sketch:109888#RTTTL%20Songs.ino
|
||||||
|
- service: play_rtttl
|
||||||
|
variables:
|
||||||
|
song_str: string
|
||||||
|
then:
|
||||||
|
- rtttl.play:
|
||||||
|
rtttl: !lambda 'return song_str;'
|
||||||
|
|
||||||
#### Service to populate the alarm settings page #####
|
#### Service to populate the alarm settings page #####
|
||||||
- service: alarm_settings
|
- service: alarm_settings
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
Reference in New Issue
Block a user