A external ESPHome climate component for Daikin AGS remote compatible Air Conditioners.
Short version:
Just follow instructions at https://esphome.io/components/external_components.
Or see example.
Longer version
- Load external component
Load external component by adding following code to your device config file:
external_components:
- source:
type: git
url: https://github.com/atomicus/esphome-daikin-ags
components: [daikin_ags]
- Setup climate controller
Define climate device by setting it as in example:
climate:
- platform: daikin_ags
name: "Living Room AC"