Add sensor and binary senseor to default expose (#23332)
This commit is contained in:
parent
c61b6cf616
commit
aa26f90420
1 changed files with 1 additions and 0 deletions
|
@ -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.'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue