Oleg Tarasov
Oleg Tarasov
I'm running Ammy 1.2.10 from MyGet. I've got a class library which is compiled for x64 architecture. When I reference the library project in another project (also x64, running Ammy),...
Hi! In the .csproj file I changed the header from `` to `` and it all worked. I have no explanation for this. _Originally posted by @VZMDeadAngel in https://github.com/olegtarasov/FastText.NetWrapper/issues/26#issuecomment-906518029_
I've added an option to specify GitHub token at the checkout stage when generating GitHub Actions yaml file. This enables checking out submodules which are private GitHub repositories. In order...
## Description: This PR adds documentation for the new OpenTherm component in ESPHome. **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#6645 ## Checklist: - [x] I am merging...
# What does this implement/fix? This PR adds a new component that allows ESPHome to communicate with OpenTherm devices via a hardware bridge. OpenTherm (OT) is a standard communications protocol...
I needed an ability to set some numbers in my virtual devices, so I added this feature :)
# What does this implement/fix? This is an interim PR for OpenTherm component. It contains the code to support just the `sensor` platform. Original PR is here: #7463 ## Types...
# What does this implement/fix? This is the second (and final) part of OpenTherm component. It contains the code to support all the sensors, inputs and outputs. Sensors configured in...