GPIO Output =========== The GPIO output component is quite simple: It exposes a single GPIO pin as an output component. Note that output components are **not** switches and will not show up in Home Assistant. See `GPIO Switch `__. .. code:: yaml # Example configuration entry output: - platform: gpio pin: D1 id: gpio-d1 Configuration variables: ~~~~~~~~~~~~~~~~~~~~~~~~ - **pin** (**Required**, `Pin Schema `__): The pin to use PWM on. - **id** (**Required**, `id `__): The id to use for this output component. - All other options from `Output `__.