Fix tests

This commit is contained in:
Alexey Khit
2023-05-31 14:36:38 +03:00
parent ffeb473918
commit 397eb0b6ee
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ func importWebRTC(token string) error {
for name, entityID := range webrtcEntities {
entities[name] = "hass://supervisor?entity_id=" + entityID
log.Debug().Msgf("[hass] load webrtc name=%s entity_id=%d", name, entityID)
log.Debug().Msgf("[hass] load webrtc name=%s entity_id=%s", name, entityID)
}
return nil