Skip to content

Commit

Permalink
Harmony: make activity optional (#12679)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Feb 27, 2018
1 parent 0a067f4 commit 9e83404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/remote/harmony.py
Expand Up @@ -31,7 +31,7 @@
SERVICE_SYNC = 'harmony_sync'

PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
vol.Required(ATTR_ACTIVITY): cv.string,
vol.Optional(ATTR_ACTIVITY): cv.string,
vol.Required(CONF_NAME): cv.string,
vol.Optional(ATTR_DELAY_SECS, default=DEFAULT_DELAY_SECS):
vol.Coerce(float),
Expand Down

0 comments on commit 9e83404

Please sign in to comment.