TheBigNeo
TheBigNeo
Hello I have extended your script so that you can use another state as input value. Are you interested in a PullRequest? https://github.com/TheBigNeo/homeassistant_py_set_state/blob/fc3a45acf5408fe10dd743912391e494e4936b8b/python_scripts/set_state.py#L35
Hi When I start my HA, with homeassistant-easycontrols to connect to my Helios `003 KWL EC 200 W R` with version `v2.27` i get an initialization error. Error: `TypeError: expected...
## Describe the Bug I want to use `Mock.Protected().Verify` to check that my function (`WatchdogInternalAsync`) has been executed. If I run the unit test (`StartWatchdog_WatchdogInternal_FunctionIsCalled1`) individually, the test is **successful**....
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug In the `Validate` function of an `IValidatableObject` model, no services...
Added a new service **Set Fan Stage**
### Feature Description Depending on the type of pull request, the effort required to mark each individual file as `Viewed` is very high. For example, when files are moved in...
### Things to check - [x] I have searched the **existing issues** for this bug - [x] To rule out a caching problem I made sure the bug also happens...
Hi, It would be helpful to have a flag or property to control whether the **description** is included in the generated HelpText output. In our use case, we are using...
**Describe the bug** The [`WritablePropertiesTypeInspector`](https://github.com/aaubry/YamlDotNet/blob/b8ac2a98ffcc12434eff6c6abb75b38ad1b1ab04/YamlDotNet/Serialization/TypeInspectors/WritablePropertiesTypeInspector.cs#L33) does not take into account the [`Alias`](https://github.com/aaubry/YamlDotNet/blob/b8ac2a98ffcc12434eff6c6abb75b38ad1b1ab04/YamlDotNet/Serialization/YamlMemberAttribute.cs#L52) property of the [`YamlConverterAttribute`](https://github.com/aaubry/YamlDotNet/blob/master/YamlDotNet/Serialization/YamlMemberAttribute.cs). It is missing in the constructor of the [`ReflectionPropertyDescriptor`](https://github.com/aaubry/YamlDotNet/blob/b8ac2a98ffcc12434eff6c6abb75b38ad1b1ab04/YamlDotNet/Serialization/TypeInspectors/WritablePropertiesTypeInspector.cs#L69). If I create a PR...