SETING HTTPS DI HOMA ASISTEN

 # Loads default set of integrations. Do not remove.

default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

# --- HTTPS langsung di Home Assistant (gunakan cert dari DuckDNS) ---
http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

Comments