-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add config flow, service info & translations #96
Merged
Merged
Conversation
This file contains 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
Create entity registry entries for all simple types with most disabled.
pnbruckner
force-pushed
the
config_flow
branch
from
November 14, 2023 16:58
e582701
to
927c165
Compare
Add translations for parts of default entity names. All sun2: in YAML to be empty to get just entities for home.
Do not add "home" location when sun2 YAML config is empty. Remove imported configs no longer in YAML. Reload configs whenever updated (e.g., when config title changed.)
pnbruckner
force-pushed
the
config_flow
branch
from
November 21, 2023 22:43
80ccc05
to
75d6c5d
Compare
Location name must be unique when added via UI. Miscellaneous fixes.
pnbruckner
force-pushed
the
config_flow
branch
from
November 30, 2023 17:23
cd868a5
to
94210d7
Compare
pnbruckner
changed the title
Add import config flow, service info & translations
Add config flow, service info & translations
Dec 4, 2023
pnbruckner
force-pushed
the
config_flow
branch
from
December 8, 2023 15:11
e688e4b
to
c42d82d
Compare
pnbruckner
force-pushed
the
config_flow
branch
from
December 8, 2023 15:15
c42d82d
to
5a4323f
Compare
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.
Fixes #78 & replaces #93
Add config flow, for now just supporting import from YAML configuration.
binary_sensor
&sensor
platform configs are now deprecated. Add newsun2
integration config. All "simple" entity types are now removed from config and always created, most of which are disabled by default. Add service type device info to entities. Add translations.