Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.hassio Namespace Reference

Functions

str|None get_supervisor_ip ()
 
bool is_hassio (HomeAssistant hass)
 

Detailed Description

Hass.io helper.

Function Documentation

◆ get_supervisor_ip()

str | None homeassistant.helpers.hassio.get_supervisor_ip ( )
Return the supervisor ip address.

Definition at line 18 of file hassio.py.

◆ is_hassio()

bool homeassistant.helpers.hassio.is_hassio ( HomeAssistant  hass)
Return true if Hass.io is loaded.

Async friendly.

Definition at line 9 of file hassio.py.