mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
Update documentation for filtering services by supported features (#1834)
This commit is contained in:
parent
2d4d6fe0b2
commit
c1bd9c3155
@ -94,6 +94,11 @@ set_speed:
|
||||
# listed supported features.
|
||||
supported_features:
|
||||
- fan.FanEntityFeature.SET_SPEED
|
||||
# If a service requires more than one supported feature, the item should
|
||||
# be given as a list of required supported features. For example, if the
|
||||
# service requires both SET_SPEED and OSCILLATE it would be expressed like this
|
||||
- - fan.FanEntityFeature.SET_SPEED
|
||||
- fan.FanEntityFeature.OSCILLATE
|
||||
# Different fields that your service accepts
|
||||
fields:
|
||||
# Key of the field
|
||||
|
Loading…
x
Reference in New Issue
Block a user