-
Notifications
You must be signed in to change notification settings - Fork 291
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 Connected Devices System entity #1946
Add Connected Devices System entity #1946
Conversation
* NR-372109: Add Connected System to Roku Entity * fix: Indentation update * feat: Add Connected Device System entity * fix: Indendation error --------- Co-authored-by: Otávio Carvalho <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beep boop bop.
I have found some errors processing these changes:
* Error PARSING domainType: 'video-roku_system' on entitydefinitionemitter.models.BaseEntityDefinition - jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `entitydefinitionemitter.models.CustomEntitySynthesisRules` from Array value (token `JsonToken.START_ARRAY`)
at [Source: (StringReader); line: 7, column: 3] (through reference chain: entitydefinitionemitter.models.BaseEntityDefinition["synthesis"])
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beep boop bop.
I have found some errors processing these changes:
* Error PARSING domainType: 'video-roku_system' on entitydefinitionemitter.models.BaseEntityDefinition - jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `entitydefinitionemitter.models.CustomEntitySynthesisRules` from Array value (token `JsonToken.START_ARRAY`)
at [Source: (StringReader); line: 7, column: 3] (through reference chain: entitydefinitionemitter.models.BaseEntityDefinition["synthesis"])
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is a line removed by mistake. Confirming
@@ -3,22 +3,13 @@ domain: VIDEO | |||
type: ROKU_SYSTEM | |||
|
|||
synthesis: | |||
rules: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you removing the rules
section intentionally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Relevant information
Checklist
identifier
will be unique and valid.