mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 17:34:42 +00:00
Implement available pds with folder integration
This commit is contained in:
@@ -40,7 +40,7 @@ cards:
|
||||
- type: custom:config-template-card
|
||||
entities:
|
||||
- sensor.philip_defranco
|
||||
- sensor.available_pds
|
||||
- sensor.pds
|
||||
card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
@@ -58,4 +58,4 @@ cards:
|
||||
- type: custom:text-element
|
||||
text: "Available:"
|
||||
- type: custom:text-element
|
||||
text: "${states['sensor.available_pds'].state.split(',')}"
|
||||
text: "${states['sensor.pds'].attributes.file_list.join('<br />')}"
|
||||
|
||||
Reference in New Issue
Block a user