Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ambient_network.helper Namespace Reference

Functions

str get_station_name (dict[str, Any] station)
 

Detailed Description

Helper class for the Ambient Weather Network integration.

Function Documentation

◆ get_station_name()

str homeassistant.components.ambient_network.helper.get_station_name ( dict[str, Any]  station)
Pick a station name.

Station names can be empty, in which case we construct the name from
the location and device type.

Definition at line 17 of file helper.py.