21 lines
768 B
YAML
Executable File
21 lines
768 B
YAML
Executable File
#-------------------------------------------
|
|
# @CCOSTAN
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
# Alexa Media Sensor Support - Relies on Custom Component
|
|
#-------------------------------------------
|
|
|
|
sensor:
|
|
- platform: template
|
|
sensors:
|
|
last_alexa:
|
|
value_template: >
|
|
{{ states.media_player | selectattr('attributes.last_called','eq',True) | map(attribute='entity_id') | first }}
|
|
|
|
#-------------------------------------------
|
|
|
|
##############################################################################
|
|
### Automations - Detect when things are not right. Like any Good Watchdog.
|
|
##############################################################################
|
|
#automation:
|
|
#Tweets pushed out to twitter.
|