Skip to content

Commit

Permalink
Remove YAML schema (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Jul 7, 2020
1 parent 18190e7 commit ace7424
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions custom_components/tahoma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,6 @@

_LOGGER = logging.getLogger(__name__)

# TODO Deprecate EXCLUDE for the native method of disabling entities
CONFIG_SCHEMA = vol.Schema(
{
DOMAIN: vol.Schema(
{
vol.Required(CONF_USERNAME): cv.string,
vol.Required(CONF_PASSWORD): cv.string,
vol.Optional(CONF_EXCLUDE, default=[]): vol.All(
cv.ensure_list, [cv.string]
),
}
)
},
extra=vol.ALLOW_EXTRA,
)

PLATFORMS = [
"binary_sensor",
"climate",
Expand Down

0 comments on commit ace7424

Please sign in to comment.