Skip to content

Commit

Permalink
Update homeassistant/components/bt_smarthub/device_tracker.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
  • Loading branch information
leroyshirto and frenck committed Apr 15, 2020
1 parent 9e29d46 commit c158858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/bt_smarthub/device_tracker.py
Expand Up @@ -20,7 +20,7 @@
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
{
vol.Optional(CONF_HOST, default=CONF_DEFAULT_IP): cv.string,
vol.Optional(CONF_SMARTHUB_MODEL, default=None): vol.In([None, 1, 2]),
vol.Optional(CONF_SMARTHUB_MODEL): vol.In([1, 2]),
}
)

Expand Down

0 comments on commit c158858

Please sign in to comment.