From c83884e764697c37681778efd0d0adbfd9579669 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Fri, 13 Feb 2026 21:45:44 -0500 Subject: [PATCH] Fix file extension for package includes in ha-remote-1.yaml --- esphome/ha-remote-1.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esphome/ha-remote-1.yaml b/esphome/ha-remote-1.yaml index 096764f..a7dc39a 100644 --- a/esphome/ha-remote-1.yaml +++ b/esphome/ha-remote-1.yaml @@ -46,6 +46,6 @@ captive_portal: packages: - base: !include ha-remote/ha-remote-1.base.yml - bindings: !include ha-remote/ha-remote-1.bindings.yml - ui: !include ha-remote/ha-remote-1.ui.yml \ No newline at end of file + base: !include ha-remote/ha-remote-1.base.yaml + bindings: !include ha-remote/ha-remote-1.bindings.yaml + ui: !include ha-remote/ha-remote-1.ui.yaml \ No newline at end of file