Skip to content

Commit

Permalink
Update lovelace-ui.yaml
Browse files Browse the repository at this point in the history
🐛 Bug Fixes
- Switching to the new TTS service call (tts.speak)

⭐New Feature
- TTS selection 
- Volume control
  • Loading branch information
zubir2k authored Feb 14, 2024
1 parent f831668 commit 3bfd288
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions lovelace-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cards:
text: This will update eSolat. Continue?
action_name: Update
icon: mdi:update
name: eSolat Updater
name: eSolat Updater
- type: section
label: State Code & Source
- entity: select.solat_source
Expand All @@ -33,6 +33,13 @@ cards:
label: Azan Audio & Automation
- entity: select.azan_media_players
- entity: input_select.azan_player
- type: conditional
conditions:
- entity: input_select.azan_player
state: Google
state_not: Custom
row:
entity: select.azan_tts
- type: conditional
conditions:
- entity: input_select.azan_player
Expand All @@ -54,9 +61,14 @@ cards:
state_not: Custom
row:
entity: input_text.home_url
- type: conditional
conditions:
- entity: input_select.azan_player
state: Google
state_not: Custom
row:
entity: number.azan_volume
- type: section
- entity: number.azan_volume
- type: section
label: Manual Control
- type: call-service
service: rest.reload
Expand Down

0 comments on commit 3bfd288

Please sign in to comment.