| 312 | } |
| 313 | |
| 314 | bool HARestAPI::sendHA(void) |
| 315 | { |
| 316 | String Message = "{\"entity_id\":\"" + _component + "\"}"; |
| 317 | return sendPostHA(_url, Message); |
| 318 | } |
| 319 | |
| 320 | bool HARestAPI::sendHAComponent(String Component) |
| 321 | { |
nothing calls this directly
no outgoing calls
no test coverage detected