Button Component — ESPHome
https://esphome.io/components/button/index.htmlConfiguration variables: name (Required, string): The name for the button.. icon (Optional, icon): Manually set the icon to use for the button in the frontend.. internal (Optional, boolean): Mark this component as internal.Internal components will not be exposed to the frontend (like Home Assistant). Only specifying an id without a name will implicitly set this to true.
HTML button tag - W3Schools
https://www.w3schools.com/tags/tag_button.aspThe <button> tag defines a clickable button. Inside a <button> element you can put text (and tags like <i>, <b> ... Specifies that a button should be disabled: form: form_id: Specifies which form the button belongs to: formaction: URL: Specifies where to send the form-data when a form is submitted. Only for type="submit"