hass-core/homeassistant/components/octoprint/services.yaml
Ryan Fleming c1f883519d
Add connect octoprint printer service (#99899)
* Add connect octoprint printer service

* Review changes

* String updates

* Swap exception type
2024-02-01 21:15:41 +01:00

27 lines
503 B
YAML

printer_connect:
fields:
device_id:
required: true
selector:
device:
integration: octoprint
profile_name:
required: false
selector:
text:
port:
required: false
selector:
text:
baudrate:
required: false
selector:
select:
options:
- "9600"
- "19200"
- "38400"
- "57600"
- "115200"
- "230400"
- "250000"