Teemu R.

Results 80 issues of Teemu R.

Code examples could be moved out from the docs to make them easier for library users to find, and we can add some tests to keep them working in the...

documentation

Some devices [support device-based triggers](https://www.tp-link.com/support/faq/2567/) which are not currently implemented by this library. For example: > It might be worth mentioning that the offending default rule is one of what...

enhancement

This makes it easier to perform different type of discovery strategies by the library users, e.g., to send out discoveries to multiple targets using a single discovery protocol instance. Fixes...

enhancement

`SmartBulb.color_temp` requires downstreams to manual cast the return value as int to avoid mypy warnings. This could potentially be solved using `ParamSpec` for the `requires_update` decorator. For context: * https://github.com/home-assistant/core/pull/85646#discussion_r1066450125...

This allows executing a single sub-command against all discovered devices. It is not ready to be merged in its current state as it requires figuring out solutions to the issues...

bug

## Proposed change This PR changes the network configuration pane to use selects instead of checkboxes for usability reasons, making it more clear that toggling will reveal new items as...

hacktoberfest
cla-signed

## Proposed change This adds `reauth` and `import` to the table of reserved config flow steps to make them easier to find. ## Type of change - [x] Document existing...

There is currently no checklist of items that code reviewers should follow, or pay attention to, when performing code reviews. We have a development checklist and its sub-pages (https://developers.home-assistant.io/docs/development_checklist), but...

https://developers.home-assistant.io/docs/device_registry_index/#automatic-registration-through-an-entity > A device will be matched up with an existing device via supplied identifiers or connections, like serial numbers or MAC addresses. If identifiers and connections are provided, the...

https://developers.home-assistant.io/docs/development_tips#getting-additional-support states that: > #devs and #devs_core on the Home Assistant Discord server are great places to ask questions. It could be clarified which channel to use for which types...