Add MAX17048 sensor component and update .gitignore for new files

This commit is contained in:
Joshua King
2026-02-19 20:03:24 -05:00
parent 0ae5f13859
commit 76e40b2fef
2 changed files with 60 additions and 1 deletions

14
.gitignore vendored
View File

@@ -15,6 +15,15 @@
# Whitelist subdirectory yaml files
!*/*.yaml
!*/*.yml
!*/*.md
!*/*.sh
!*/*.js*
!*/*.txt*
!*/*.json*
!*/*.ui.yaml
!*/*.h
!*/*.py
# Whitelist specific folders (uncomment as needed)
!automations/
@@ -24,7 +33,10 @@
!esphome/ha-remote/
!esphome/ha-remote/components/
!esphome/ha-remote/components/**
!custom_components/
!esphome/ha-remote/components/max17043/
!esphome/components/**
!esphome/components/max17043/**
!custom_components/**
# !packages/
# !themes/
# !node-red/