@@ -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.13 .0-beta'
11+ version : ' 0.14 .0-beta'
1212 contact :
1313 name : API Support
1414 url : https://github.com/unfoldedcircle/core-api/issues
@@ -747,6 +747,16 @@ components:
747747 entity_type : cover
748748 entity_id : blind-2_cover-only
749749 cmd_id : close
750+ - payload :
751+ kind : req
752+ id : 128
753+ msg : entity_command
754+ msg_data :
755+ entity_type : select
756+ entity_id : select-1
757+ cmd_id : select_option
758+ params :
759+ option : " Option 1"
750760
751761 # --- events
752762 entity_change :
@@ -1696,8 +1706,8 @@ components:
16961706
16971707 entity :
16981708 description : |
1699- Common definition of an entity. Concrete entities are: `cover `, `button `, `climate `, `ir_emitter `, `light `,
1700- `media_player `, `remote`,`sensor `, `switch `, `voice_assistant`.
1709+ Common definition of an entity. Concrete entities are: `button `, `switch `, `light `, `cover `, `media_player `,
1710+ `climate `, `sensor`, ` remote`, `ir_emitter `, `select `, `voice_assistant`.
17011711
17021712 See [entity documentation](https://github.com/unfoldedcircle/core-api/blob/main/doc/entities/)
17031713 for more information.
@@ -2174,6 +2184,25 @@ components:
21742184 🚧 Optional maximum value of the sensor output. This can be used in the UI for graphs or gauges.
21752185 type : number
21762186
2187+ select :
2188+ description : |
2189+ The select entity offers a limited set of selectable options.
2190+ The available options are defined by the integration driver. They can be a static list or dynamically generated
2191+ and changed at runtime.
2192+
2193+ See [select entity documentation](https://github.com/unfoldedcircle/core-api/blob/main/doc/entities/entity_select.md)
2194+ for more information.
2195+ allOf :
2196+ - $ref : ' #/components/schemas/entity'
2197+ - type : object
2198+ properties :
2199+ features :
2200+ description : The select entity has no features.
2201+ type : array
2202+ options :
2203+ description : The select entity has no options.
2204+ type : object
2205+
21772206 voice_assistant :
21782207 description : |
21792208 A voice assistant entity can be used to receive a microphone input stream suitable to send voice commands
@@ -2429,6 +2458,7 @@ components:
24292458 - sensor
24302459 - remote
24312460 - ir_emitter
2461+ - select
24322462 - voice_assistant
24332463 - {} # extensible enum: there might be more supported entity types in a newer implementation than defined above
24342464
0 commit comments