|
| 1 | +# Summary |
| 2 | + |
| 3 | +[Introduction](README.md) |
| 4 | + |
| 5 | +# User Guide |
| 6 | + |
| 7 | +- [Remote Two user interface](remote-ui.md) |
| 8 | +- [Remote Two DNS-SD lookup](discovery.md) |
| 9 | + |
| 10 | +# Bluetooth |
| 11 | + |
| 12 | +- [Bluetooth HID peripheral support](bt/README.md) |
| 13 | + - [Restrictions and missing features](bt/TODO.md) |
| 14 | + - [Known issues](bt/known_issues.md) |
| 15 | + - [BT suspend / wakeup patterns](bt/suspend_behaviour.md) |
| 16 | + - [Virtual keyboard](bt/virtual_keyboard.md) |
| 17 | + - [Regular keycodes](bt/hid_keycodes.md) |
| 18 | + - [Consumer codes](bt/hid_consumer.md) |
| 19 | + - [System Controls](bt/hid_system_controls.md) |
| 20 | + - [BT device profiles](bt/profiles/README.md) |
| 21 | + - [Upload custom device profile](bt/profiles/upload.md) |
| 22 | + - [BT device test reports](bt/devices/README.md) |
| 23 | + - [Android](bt/devices/Android.md) |
| 24 | + - [AppleTV](bt/devices/AppleTV.md) |
| 25 | + - [Google Chromecast](bt/devices/Google-Chromecast.md) |
| 26 | + - [LG WebOS](bt/devices/LG-WebOS.md) |
| 27 | + - [onn. Streaming Device](bt/devices/onn-StreamingDevice.md) |
| 28 | + - [Samsung Smart Monitor](bt/devices/Samsung-SmartMonitor.md) |
| 29 | + |
| 30 | +# Entity Documentation |
| 31 | + |
| 32 | +- [Entities](entities/README.md) |
| 33 | + - [Button](entities/entity_button.md) |
| 34 | + - [Switch](entities/entity_switch.md) |
| 35 | + - [Climate](entities/entity_climate.md) |
| 36 | + - [Cover](entities/entity_cover.md) |
| 37 | + - [Light](entities/entity_light.md) |
| 38 | + - [Media Player](entities/entity_media_player.md) |
| 39 | + - [Remote](entities/entity_remote.md) |
| 40 | + - [Sensor](entities/entity_sensor.md) |
| 41 | + - [IR-Emitter](entities/entity_ir_emitter.md) |
| 42 | + |
| 43 | +# Integration Drivers |
| 44 | + |
| 45 | +- [Integration Drivers](integration-driver/README.md) |
| 46 | + - [Integration AsyncAPI YAML definition](../integration-api/UCR-integration-asyncapi.yaml) |
| 47 | + - [How to write an integration driver](integration-driver/write-integration-driver.md) |
| 48 | + - [WebSockets handling](integration-driver/websocket.md) |
| 49 | + - [Driver mDNS advertisement](integration-driver/driver-advertisement.md) |
| 50 | + - [Driver registration](integration-driver/driver-registration.md) |
| 51 | + - [Driver setup](integration-driver/driver-setup.md) |
| 52 | + - [Install integration driver on the device](integration-driver/driver-installation.md) |
0 commit comments