This repo is an example for how to integrate third party add ons to Home Assistant that is installed using Kubernetes.
- The
koenkk/zigbee2mqtt
image was set tolatest
which caused issues with the small Ikea remote. I have since downgraded the image version but at some point we'll need to update this which may also require updating the dongle firmware.
A sample configuration.yaml
:
# 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
http:
use_x_forwarded_for: true
trusted_proxies:
- 10.42.1.0/24
- 127.0.0.1
- ::1
meassistant:
auth_mfa_modules:
- type: totp
alexa:
smart_home:
filter:
exclude_entity_globs:
- automation.*
- update.*
- select.*
- switch.*_do_not_disturb_switch
- switch.*_repeat_switch
- switch.*_shuffle_switch
- sensor.*_linkquality
- sensor.*_battery
helm upgrade --install homeassistant ./ --namespace=homeassistant --create-namespace