You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this warning when importing the library:
In file included from /Users/REDACTED/arduino/libraries/home-assistant-integration/src/device-types/HASensorNumber.h:5,
from /Users/REDACTED/Project/Project.ino:68:
/Users/REDACTED/arduino/libraries/home-assistant-integration/src/device-types/../utils/HANumeric.h:232:18: warning: class 'HANumeric' is implicitly friends with itself
232 | friend class HANumeric;
....
Multiple times
The text was updated successfully, but these errors were encountered:
I am getting this warning when importing the library:
The text was updated successfully, but these errors were encountered: