Joaoapps Join
The joaoapps_join
integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] exposes actions from
Join
In the configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file you need to provide the API key and device id
or name of the target device. You can find your device id and API key
here
To set it up, add the following information to your configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file.
After changing the configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file, restart Home Assistant to apply the changes. The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.
Configuration Variables
The name parameter is optional but needed if you want to use multiple notification platforms. The platform will be exposed as notify.<name>
action. The name will default to notify
if not supplied. See the Notifications integration for more details.
Use only one of device_id
, device_ids
, or device_names
, this will determine the notification recipient(s).
The notify action has several optional parameters: icon
, smallicon
, image
, sound
, url
, notification_id
, category
, tts
, tts_language
and vibration
.
You can use them like so:
The actions exposed in the joaoapps_join
integration can be used with the
action data described below:
Action | Data |
---|---|
joaoapps_join/ring | |
joaoapps_join/send_sms | {"number":"5553334444", "message":"Hello!"} |
joaoapps_join/send_tasker | {"command":"test"} |
joaoapps_join/send_url | {"url":"http://google.com"} |
joaoapps_join/send_wallpaper | {"url":"http://www.planwallpaper.com/static/images/ZhGEqAP.jpg"} |
joaoapps_join/send_file | {"url":"http://download.thinkbroadband.com/5MB.zip"} |