Suggestion: Add note in HAIntegration.cpp that HASwitch(uniqueid) must not contain spaces. ``` c++ HASwitch led("led"); // unique identifier must not contain spaces ```
Suggestion: Add note in HAIntegration.cpp that HASwitch(uniqueid) must not contain spaces.