# Transport Configuration

See the [Options Reference](https://supernotify.rhizomatics.org.uk/latest/reference/options/index.md) for a description of each option.

## Default Inclusion

| Transport                                                                                                  | Rank  | Target Required | Inclusion | Features                                                       |
| ---------------------------------------------------------------------------------------------------------- | ----- | --------------- | --------- | -------------------------------------------------------------- |
| [alexa_devices](https://supernotify.rhizomatics.org.uk/latest/transports/alexa_devices/index.md)           | FIRST | always          | default   | MESSAGE, SPOKEN                                                |
| [alexa_media_player](https://supernotify.rhizomatics.org.uk/latest/transports/alexa_media_player/index.md) | ANY   | always          | explicit  | MESSAGE, SPOKEN                                                |
| [chime](https://supernotify.rhizomatics.org.uk/latest/transports/chime/index.md)                           | ANY   | optional        | explicit  | SOUND                                                          |
| [discord](https://supernotify.rhizomatics.org.uk/latest/transports/discord/index.md)                       | ANY   | always          | explicit  | MESSAGE, TITLE, IMAGES, SNAPSHOT_IMAGE                         |
| [email](https://supernotify.rhizomatics.org.uk/latest/transports/email/index.md)                           | ANY   | always          | default   | MESSAGE, TITLE, IMAGES, ACTIONS, TEMPLATE_FILE, SNAPSHOT_IMAGE |
| [generic](https://supernotify.rhizomatics.org.uk/latest/transports/generic/index.md)                       | ANY   | optional        | explicit  | MESSAGE, TITLE                                                 |
| [gotify](https://supernotify.rhizomatics.org.uk/latest/transports/gotify/index.md)                         | ANY   | never           | explicit  | MESSAGE, TITLE, IMAGES, SNAPSHOT_IMAGE                         |
| [html5](https://supernotify.rhizomatics.org.uk/latest/transports/html5/index.md)                           | FIRST | always          | default   | MESSAGE, TITLE, IMAGES, ACTIONS, SNAPSHOT_IMAGE                |
| [kodi](https://supernotify.rhizomatics.org.uk/latest/transports/kodi/index.md)                             | ANY   | always          | explicit  | MESSAGE, TITLE, IMAGES, SNAPSHOT_IMAGE                         |
| [lametric](https://supernotify.rhizomatics.org.uk/latest/transports/lametric/index.md)                     | ANY   | never           | explicit  | MESSAGE, TITLE                                                 |
| [matrix](https://supernotify.rhizomatics.org.uk/latest/transports/matrix/index.md)                         | ANY   | always          | explicit  | MESSAGE, TITLE, IMAGES, SNAPSHOT_IMAGE                         |
| [media](https://supernotify.rhizomatics.org.uk/latest/transports/media/index.md)                           | ANY   | always          | explicit  | IMAGES, VIDEO, SNAPSHOT_IMAGE, SOUND                           |
| [mobile_push](https://supernotify.rhizomatics.org.uk/latest/transports/mobile_push/index.md)               | ANY   | always          | default   | MESSAGE, TITLE, IMAGES, VIDEO, ACTIONS, SNAPSHOT_IMAGE         |
| [mqtt](https://supernotify.rhizomatics.org.uk/latest/transports/mqtt/index.md)                             | ANY   | optional        | explicit  | MESSAGE                                                        |
| [notify_entity](https://supernotify.rhizomatics.org.uk/latest/transports/notify_entity/index.md)           | LAST  | always          | default   | MESSAGE, TITLE                                                 |
| [ntfy](https://supernotify.rhizomatics.org.uk/latest/transports/ntfy/index.md)                             | ANY   | never           | explicit  | MESSAGE, TITLE, IMAGES, ACTIONS, SNAPSHOT_IMAGE                |
| [persistent](https://supernotify.rhizomatics.org.uk/latest/transports/persistent/index.md)                 | ANY   | never           | explicit  | MESSAGE, TITLE                                                 |
| [pushover](https://supernotify.rhizomatics.org.uk/latest/transports/pushover/index.md)                     | ANY   | never           | explicit  | MESSAGE, TITLE, IMAGES, SNAPSHOT_IMAGE                         |
| [sms](https://supernotify.rhizomatics.org.uk/latest/transports/sms/index.md)                               | ANY   | always          | default   | MESSAGE, TITLE                                                 |
| [telegram](https://supernotify.rhizomatics.org.uk/latest/transports/telegram/index.md)                     | ANY   | always          | explicit  | MESSAGE, TITLE, IMAGES, ACTIONS, SNAPSHOT_IMAGE                |
| [tts](https://supernotify.rhizomatics.org.uk/latest/transports/tts/index.md)                               | FIRST | always          | explicit  | MESSAGE, SPOKEN                                                |

## Target Categories

Which target categories each transport accepts - see [Targets](https://supernotify.rhizomatics.org.uk/latest/usage/targets/index.md) for how to qualify a target with one. A transport with none listed relies entirely on its own name, its deliveries' names, or a delivery's `target_categories` option (e.g. `generic`).

| Transport                                                                                                  | Target Categories                                                                 | Unique Targets |
| ---------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | -------------- |
| [alexa_devices](https://supernotify.rhizomatics.org.uk/latest/transports/alexa_devices/index.md)           | entity_id (domain=notify, platform=alexa_devices), entity_id (domain=group)       | True           |
| [alexa_media_player](https://supernotify.rhizomatics.org.uk/latest/transports/alexa_media_player/index.md) | entity_id (domain=media_player, platform=alexa_media)                             | True           |
| [chime](https://supernotify.rhizomatics.org.uk/latest/transports/chime/index.md)                           | entity_id (domain=switch/script/group/rest_command/siren/media_player), device_id | False          |
| [discord](https://supernotify.rhizomatics.org.uk/latest/transports/discord/index.md)                       | discord_channel                                                                   | False          |
| [email](https://supernotify.rhizomatics.org.uk/latest/transports/email/index.md)                           | email                                                                             | True           |
| [generic](https://supernotify.rhizomatics.org.uk/latest/transports/generic/index.md)                       | -                                                                                 | False          |
| [gotify](https://supernotify.rhizomatics.org.uk/latest/transports/gotify/index.md)                         | -                                                                                 | False          |
| [html5](https://supernotify.rhizomatics.org.uk/latest/transports/html5/index.md)                           | entity_id (domain=notify, platform=html5)                                         | True           |
| [kodi](https://supernotify.rhizomatics.org.uk/latest/transports/kodi/index.md)                             | entity_id (domain=media_player)                                                   | False          |
| [lametric](https://supernotify.rhizomatics.org.uk/latest/transports/lametric/index.md)                     | -                                                                                 | False          |
| [matrix](https://supernotify.rhizomatics.org.uk/latest/transports/matrix/index.md)                         | matrix_room                                                                       | False          |
| [media](https://supernotify.rhizomatics.org.uk/latest/transports/media/index.md)                           | entity_id (domain=media_player)                                                   | False          |
| [mobile_push](https://supernotify.rhizomatics.org.uk/latest/transports/mobile_push/index.md)               | mobile_app_id                                                                     | True           |
| [mqtt](https://supernotify.rhizomatics.org.uk/latest/transports/mqtt/index.md)                             | topic                                                                             | False          |
| [notify_entity](https://supernotify.rhizomatics.org.uk/latest/transports/notify_entity/index.md)           | entity_id (domain=notify)                                                         | True           |
| [ntfy](https://supernotify.rhizomatics.org.uk/latest/transports/ntfy/index.md)                             | -                                                                                 | False          |
| [persistent](https://supernotify.rhizomatics.org.uk/latest/transports/persistent/index.md)                 | -                                                                                 | False          |
| [pushover](https://supernotify.rhizomatics.org.uk/latest/transports/pushover/index.md)                     | -                                                                                 | False          |
| [sms](https://supernotify.rhizomatics.org.uk/latest/transports/sms/index.md)                               | phone                                                                             | True           |
| [telegram](https://supernotify.rhizomatics.org.uk/latest/transports/telegram/index.md)                     | -                                                                                 | False          |
| [tts](https://supernotify.rhizomatics.org.uk/latest/transports/tts/index.md)                               | entity_id (domain=media_player), mobile_app_id                                    | False          |

## Default Options

| Transport                                                                                                  | data_keys_select | default_title               | device_discovery | device_domain     | device_manufacturer_select | device_model_select            | handle_as_domain | jpeg_opts                                   | media_auto_pause | message_usage | mode   | png_opts             | preheader_blank | preheader_length | raw   | sender_name    | simplify_text | strict_template | strip_urls | target_select                                                            | tts_entity_id            | unique_targets |
| ---------------------------------------------------------------------------------------------------------- | ---------------- | --------------------------- | ---------------- | ----------------- | -------------------------- | ------------------------------ | ---------------- | ------------------------------------------- | ---------------- | ------------- | ------ | -------------------- | --------------- | ---------------- | ----- | -------------- | ------------- | --------------- | ---------- | ------------------------------------------------------------------------ | ------------------------ | -------------- |
| [alexa_devices](https://supernotify.rhizomatics.org.uk/latest/transports/alexa_devices/index.md)           | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | STANDARD      | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | True          | N/A             | True       | \['group.[a-z0-9\_]+', '^notify.[A-Za-z0-9\_]+$'\]                       | N/A                      | True           |
| [alexa_media_player](https://supernotify.rhizomatics.org.uk/latest/transports/alexa_media_player/index.md) | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | True             | STANDARD      | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | True          | N/A             | True       | \['^media_player.[A-Za-z0-9\_]+$'\]                                      | N/A                      | True           |
| [chime](https://supernotify.rhizomatics.org.uk/latest/transports/chime/index.md)                           | N/A              | N/A                         | True             | ['alexa_devices'] | N/A                        | {'exclude': ['Speaker Group']} | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | \['(switch                                                               | script                   | group          |
| [discord](https://supernotify.rhizomatics.org.uk/latest/transports/discord/index.md)                       | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | N/A                                                                      | N/A                      | N/A            |
| [email](https://supernotify.rhizomatics.org.uk/latest/transports/email/index.md)                           | N/A              | Home Assistant Notification | N/A              | N/A               | N/A                        | N/A                            | N/A              | {'progressive': 'true', 'optimize': 'true'} | N/A              | STANDARD      | direct | {'optimize': 'true'} | ͏‌                | 100              | N/A   | Home Assistant | False         | False           | False      | N/A                                                                      | N/A                      | True           |
| [generic](https://supernotify.rhizomatics.org.uk/latest/transports/generic/index.md)                       | -                | N/A                         | N/A              | N/A               | N/A                        | N/A                            | -                | N/A                                         | N/A              | STANDARD      | N/A    | N/A                  | N/A             | N/A              | False | N/A            | False         | N/A             | False      | N/A                                                                      | N/A                      | N/A            |
| [gotify](https://supernotify.rhizomatics.org.uk/latest/transports/gotify/index.md)                         | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | N/A                                                                      | N/A                      | N/A            |
| [html5](https://supernotify.rhizomatics.org.uk/latest/transports/html5/index.md)                           | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | \['^notify.[A-Za-z0-9\_]+$'\]                                            | N/A                      | True           |
| [kodi](https://supernotify.rhizomatics.org.uk/latest/transports/kodi/index.md)                             | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | \['^media_player.[A-Za-z0-9\_]+$'\]                                      | N/A                      | N/A            |
| [lametric](https://supernotify.rhizomatics.org.uk/latest/transports/lametric/index.md)                     | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | N/A                                                                      | N/A                      | N/A            |
| [matrix](https://supernotify.rhizomatics.org.uk/latest/transports/matrix/index.md)                         | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | N/A                                                                      | N/A                      | N/A            |
| [media](https://supernotify.rhizomatics.org.uk/latest/transports/media/index.md)                           | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | \['^media_player.[A-Za-z0-9\_]+$'\]                                      | N/A                      | N/A            |
| [mobile_push](https://supernotify.rhizomatics.org.uk/latest/transports/mobile_push/index.md)               | -                | N/A                         | False            | ['mobile_app']    | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | STANDARD      | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | False         | N/A             | False      | N/A                                                                      | N/A                      | True           |
| [mqtt](https://supernotify.rhizomatics.org.uk/latest/transports/mqtt/index.md)                             | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | N/A                                                                      | N/A                      | N/A            |
| [notify_entity](https://supernotify.rhizomatics.org.uk/latest/transports/notify_entity/index.md)           | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | STANDARD      | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | False         | N/A             | False      | \['^notify.[A-Za-z0-9\_]+$'\]                                            | N/A                      | True           |
| [ntfy](https://supernotify.rhizomatics.org.uk/latest/transports/ntfy/index.md)                             | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | N/A                                                                      | N/A                      | N/A            |
| [persistent](https://supernotify.rhizomatics.org.uk/latest/transports/persistent/index.md)                 | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | N/A                                                                      | N/A                      | N/A            |
| [pushover](https://supernotify.rhizomatics.org.uk/latest/transports/pushover/index.md)                     | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | N/A                                                                      | N/A                      | N/A            |
| [sms](https://supernotify.rhizomatics.org.uk/latest/transports/sms/index.md)                               | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | COMBINE_TITLE | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | True          | N/A             | False      | N/A                                                                      | N/A                      | True           |
| [telegram](https://supernotify.rhizomatics.org.uk/latest/transports/telegram/index.md)                     | N/A              | N/A                         | N/A              | N/A               | N/A                        | N/A                            | N/A              | N/A                                         | N/A              | N/A           | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | N/A           | N/A             | N/A        | N/A                                                                      | N/A                      | N/A            |
| [tts](https://supernotify.rhizomatics.org.uk/latest/transports/tts/index.md)                               | N/A              | N/A                         | False            | ['mobile_app']    | {'exclude': ['Apple']}     | N/A                            | N/A              | N/A                                         | N/A              | STANDARD      | N/A    | N/A                  | N/A             | N/A              | N/A   | N/A            | True          | N/A             | True       | \['^media_player.[A-Za-z0-9\_]+$', '(notify.)?mobile_app\_[a-z0-9\_]+'\] | tts.home_assistant_cloud | N/A            |
