Transparent icons & text

Makes icons and text transparent when possible.
This helps with #1134
This commit is contained in:
Edward Firmo
2023-11-09 15:50:12 +01:00
parent 63903f6d1c
commit a59ff2495c
7 changed files with 9 additions and 9 deletions

View File

@@ -12,20 +12,20 @@ captive_portal:
time:
- id: !extend time_provider
on_time_sync:
then:
then:
- component.update: api_timestamp
- component.update: device_timestamp
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;'
##### 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:
##### EXIT REPARSE TFT DISPLAY #####

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.