Shay Levy

Results 216 comments of Shay Levy

Please disable the outbound WebSocket on the device and provide a new log, this is only used for battery operated devices. https://www.home-assistant.io/integrations/shelly#shelly-device-configuration-generation-2

Can you disable the authentication on the device and try again?

There is a failed test due to license which was resolved - https://github.com/home-assistant/core/actions/runs/20451192438/job/58764598095?pr=159621#step:7:29 EDIT: Something was merged in a previous PR which broke CI, not this PR

CI failure is fixed at https://github.com/home-assistant/core/pull/159631

Yes, this example is outdated, if you change: https://github.com/home-assistant/example-custom-config/blob/8defd50b9b5aede370cd9b51e6cc8c9f05a6b6ca/custom_components/mqtt_basic_async/__init__.py#L33-L36 to: ```python CONFIG_SCHEMA = vol.Schema( {vol.Optional(CONF_TOPIC, default=DEFAULT_TOPIC): mqtt.valid_subscribe_topic}, extra=vol.ALLOW_EXTRA, ) ``` It will resolve the error and create the entity, but...

PRs are always welcomed 👍