rbr101
rbr101
Same here ..... 2018-09-03 19:25:01 ERROR (MainThread) [frontend.js.latest.201809030] http://hass.local:8123/frontend_latest/app-1fe7ad4f.js:2:12805 Uncaught TypeError: Cannot read property 'binary_sensor' of undefined
I have the same issue's, after restarting homeassistant the integration is stuck on starting and causes homeassistent to hang until a timeout is reached (takes up to 5 minutes) Then...
I get this error , after the time out exceeds: 403 : {'Message': 'User is not authorized to access this resource with an explicit deny'} When i test the same...
Hi, I had exact the same problem and adding on_boot statement below solved it for me: ``` esphome: on_boot: priority: 601 then: - lambda: id(disp1).send_command_printf("DRAKJHSUYDGBNCJHGJKSHBDN"); ```