1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[nfc] Rename `binary_sensor` source files (#10053)

This commit is contained in:
Jesse Hills
2025-08-04 16:43:04 +12:00
committed by GitHub
parent 4d683d5a69
commit a5f1661643
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#include "binary_sensor.h"
#include "nfc_binary_sensor.h"
#include "../nfc_helpers.h"
#include "esphome/core/log.h"