Add sensor and binary senseor to default expose (#23332)

This commit is contained in:
Paulus Schoutsen 2019-04-23 19:19:23 -07:00 committed by GitHub
parent c61b6cf616
commit aa26f90420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ DEFAULT_EXPOSE_BY_DEFAULT = True
DEFAULT_EXPOSED_DOMAINS = [ DEFAULT_EXPOSED_DOMAINS = [
'climate', 'cover', 'fan', 'group', 'input_boolean', 'light', 'climate', 'cover', 'fan', 'group', 'input_boolean', 'light',
'media_player', 'scene', 'script', 'switch', 'vacuum', 'lock', 'media_player', 'scene', 'script', 'switch', 'vacuum', 'lock',
'binary_sensor', 'sensor'
] ]
PREFIX_TYPES = 'action.devices.types.' PREFIX_TYPES = 'action.devices.types.'