[serial_channel] Add new entity for serial channel emulation#134
Closed
clydebarrow wants to merge 51 commits intodevfrom
Closed
[serial_channel] Add new entity for serial channel emulation#134clydebarrow wants to merge 51 commits intodevfrom
clydebarrow wants to merge 51 commits intodevfrom
Conversation
…e#13202) Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: J. Nick Koston <nick@home-assistant.io>
…266 RAM (esphome#13315) Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
…ng helpers (esphome#13221) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
… file type detection (esphome#13313)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…oid heap allocation (esphome#13324)
…rintf/buf_append_printf (esphome#13301) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
To use the changes in this PR: # Clone the repository:
git clone https://github.com/clydebarrow/esphome
cd esphome
# Checkout the PR branch:
git fetch origin pull/134/head:serial-entity
git checkout serial-entity
# Install the development version:
script/setup
# Activate the development version:
source venv/bin/activateNow you can run (Added by the PR bot) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this implement/fix?
Adding a new entity type and a
serial_channelcomponent to expose serial ports via theESPHome embedded webserver.
See also esphome/esphome-webserver#182
Testing - all I have done so far is generate the v3/server_index_v3.h file and copy it to
the esphome code for building, using
local: truein the webserver.Types of changes
Related issue or feature (if applicable):
Pull request in esphome-docs with documentation (if applicable):
Test Environment
Example entry for
config.yaml:Checklist:
tests/folder).If user exposed functionality or configuration variables are added/changed: