Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - id: '1676329077002'
- alias: Set LG TV Picture Mode on Input Select
- description: ''
- trigger:
- - platform: state
- entity_id:
- - input_select.lg_tv_picture_mode
- action:
- - choose:
- - conditions:
- - condition: state
- entity_id: input_select.lg_tv_picture_mode
- state: Bright Room
- sequence:
- - service: script.lg_tv_picture_mode
- data:
- picture_mode: expert1
- - conditions:
- - condition: state
- entity_id: input_select.lg_tv_picture_mode
- state: FilmMaker
- sequence:
- - service: script.lg_tv_picture_mode
- data:
- picture_mode: filmMaker
- - conditions:
- - condition: state
- entity_id: input_select.lg_tv_picture_mode
- state: Dark Room
- sequence:
- - service: script.lg_tv_picture_mode
- data:
- picture_mode: expert2
Advertisement
Add Comment
Please, Sign In to add comment