Add docs for button device_class (#1685)

This commit is contained in:
Jesse Hills 2021-12-01 04:30:28 +13:00 committed by GitHub
parent 158466485a
commit da3b0b8a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ Configuration variables:
- **entity_category** (*Optional*, string): The category of the entity.
See https://developers.home-assistant.io/docs/core/entity/#generic-properties
for a list of available options. Set to ``""`` to remove the default entity category.
- **device_class** (*Optional*, string): The device class for the button.
See https://developers.home-assistant.io/docs/core/entity/button/#available-device-classes
for a list of available options.
Automations: