Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyrobi committed Apr 28, 2022
1 parent 6233e1c commit aa71cef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions custom_components/linkplay/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@
vol.Optional(ATTR_SNAP, default=True): cv.boolean
})

GETTRK_SERVICE_SCHEMA = vol.Schema({
vol.Required(ATTR_ENTITY_ID): cv.entity_id,
vol.Required(ATTR_SELECT): cv.entity_id,
vol.Optional(ATTR_SOURCE, default='USB'): cv.string
})

PLYTRK_SERVICE_SCHEMA = vol.Schema({
vol.Required(ATTR_ENTITY_ID): cv.entity_id,
vol.Required(ATTR_TRACK): cv.template
Expand Down

0 comments on commit aa71cef

Please sign in to comment.