Skip to content

Native Api

This uses the same API as ESPHome.

Basic Configuration

# This makes the native api available unsecured
api:
api:
  # Optional: Default Port is 6053
  port: 6053
  # Secure your API:
  encryption_key: 'copy_your_generated_key_here'

Similar to ESPHome: