diff --git a/source/_integrations/button.markdown b/source/_integrations/button.markdown index 3321fb44d1b..b6894472549 100644 --- a/source/_integrations/button.markdown +++ b/source/_integrations/button.markdown @@ -58,6 +58,11 @@ This service can be called to trigger a button press for that entity. The way these buttons are displayed in the frontend can be modified in the [customize section](/docs/configuration/customizing-devices/). The following device classes are supported for buttons: +

+ +Example of device class icons. +

+ - **None**: Generic button. This is the default and doesn't need to be set. - **restart**: The button restarts the device. - **update**: The button updates the software of the device. diff --git a/source/images/screenshots/button_classes_icons.png b/source/images/screenshots/button_classes_icons.png new file mode 100644 index 00000000000..1b5a4c45a45 Binary files /dev/null and b/source/images/screenshots/button_classes_icons.png differ