Skip to contents

Retrieve Home Assistant Services

Usage

ha_get_services(ip = NULL)

Arguments

ip

IP address. Default is NULL, which uses the local host.

Value

A list containing the Home Assistant configuration.

Examples

if (FALSE) { # ha_has_key()
ha_get_services()
}