Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.44 KB | None | 0 0
  1.   # The samsung tv platform itself
  2.   - platform: samsungtv
  3.     name: _Living Room TV
  4.     host: !secret ip_samsung_tv
  5.     mac: !secret mac_samsung_tv
  6.  
  7.   # Use the universal instead, to control the 'on' command
  8.   - platform: universal
  9.     name: Television
  10.     children:
  11.      - media_player._living_room_tv
  12.     commands:
  13.       turn_on:
  14.         service: script.turn_on_television
  15.       turn_off:
  16.         service: script.turn_off_television
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement