Add MAX17043 battery sensor support and related components

This commit is contained in:
Joshua King
2026-02-19 19:59:24 -05:00
parent 7316d9c38b
commit 0ae5f13859
8 changed files with 248 additions and 28 deletions

View File

@@ -5,6 +5,8 @@ substitutions:
esphome:
name: ${device_name}
friendly_name: ${friendly_name}
include:
- MAX17048_component.h
on_boot:
priority: -10
then:
@@ -43,6 +45,12 @@ wifi:
captive_portal:
external_components:
- source:
type: local
path: ha-remote/components
components: [max17043]
packages:
base: !include ha-remote/ha-remote-1.base.yaml
bindings: !include ha-remote/ha-remote-1.bindings.yaml