mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
14 lines
373 B
YAML
14 lines
373 B
YAML
media_player:
|
|
- id: external_media_player
|
|
platform: speaker
|
|
|
|
# Define the actions Home Assistant will call
|
|
on_turn_on:
|
|
- lambda: |-
|
|
// No action needed, Home Assistant can call this service
|
|
return;
|
|
|
|
on_turn_off:
|
|
- lambda: |-
|
|
// No action needed, Home Assistant can call this service
|
|
return; |