File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ This section contains unreleased changes which will be part of an upcoming relea
1010
1111---
1212
13+ ## 0.45.3
14+ ### Added
15+ - Add an optional description field to AvailableEntity.
16+
1317## 0.45.2
1418### Changed
1519- Minimal string length requirements for BrowseMediaItem string fields.
Original file line number Diff line number Diff line change 11openapi: 3.0.3
22info:
33 title: Remote Two/3 REST Core-API
4- version: 0.45.2
4+ version: 0.45.3
55 contact:
66 name: API Support
77 url: 'https://github.com/unfoldedcircle/core-api/issues'
@@ -11734,6 +11734,8 @@ components:
1173411734 $ref: '#/components/schemas/LanguageText'
1173511735 icon:
1173611736 $ref: '#/components/schemas/IconIdentifier'
11737+ description:
11738+ $ref: '#/components/schemas/LanguageText'
1173711739 features:
1173811740 description: |
1173911741 Supported features of the entity. See entity documentation for available features.
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ This section contains unreleased changes which will be part of an upcoming relea
1010
1111---
1212
13+ ## 0.35.3-beta
14+ ### Added
15+ - Add an optional description field in available_entity.
16+
1317## 0.35.2-beta
1418### Changed
1519- Minimal string length requirements for BrowseMediaItem string fields.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ asyncapi: 2.2.0
88id : ' urn:com:unfoldedcircle:core'
99info :
1010 title : Remote Two/3 WebSocket Core-API
11- version : ' 0.35.2 -beta'
11+ version : ' 0.35.3 -beta'
1212 contact :
1313 name : API Support
1414 url : https://github.com/unfoldedcircle/core-api/issues
@@ -7602,6 +7602,8 @@ components:
76027602 $ref : ' #/components/schemas/languageText'
76037603 icon :
76047604 $ref : ' #/components/schemas/iconIdentifier'
7605+ description :
7606+ $ref : ' #/components/schemas/languageText'
76057607 features :
76067608 $ref : ' #/components/schemas/entityFeatures'
76077609 options :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ asyncapi: 2.2.0
88id : ' urn:com:unfoldedcircle:integration'
99info :
1010 title : Remote Two/3 WebSocket Integration API
11- version : ' 0.15.3 -beta'
11+ version : ' 0.15.4 -beta'
1212 contact :
1313 name : API Support
1414 url : https://github.com/unfoldedcircle/core-api/issues
@@ -1924,6 +1924,8 @@ components:
19241924 $ref : ' #/components/schemas/languageText'
19251925 icon :
19261926 $ref : ' #/components/schemas/iconIdentifier'
1927+ description :
1928+ $ref : ' #/components/schemas/languageText'
19271929 area :
19281930 description : |
19291931 Optional area if supported by the integration, e.g. `Living room`. This information might be used by the UI
You can’t perform that action at this time.
0 commit comments