mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 21:33:32 +02:00
Add NFC binary sensor platform (#6068)
This commit is contained in:
@@ -157,7 +157,7 @@ struct DiscoveredEndpoint {
|
||||
bool trig_called;
|
||||
};
|
||||
|
||||
class PN7160 : public Component {
|
||||
class PN7160 : public nfc::Nfcc, public Component {
|
||||
public:
|
||||
void setup() override;
|
||||
void dump_config() override;
|
||||
|
||||
Reference in New Issue
Block a user