Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.lastfm.const
 

Variables

string homeassistant.components.lastfm.const.ATTR_LAST_PLAYED = "last_played"
 
string homeassistant.components.lastfm.const.ATTR_PLAY_COUNT = "play_count"
 
string homeassistant.components.lastfm.const.ATTR_TOP_PLAYED = "top_played"
 
string homeassistant.components.lastfm.const.CONF_MAIN_USER = "main_user"
 
string homeassistant.components.lastfm.const.CONF_USERS = "users"
 
string homeassistant.components.lastfm.const.DEFAULT_NAME = "LastFM"
 
 homeassistant.components.lastfm.const.Final
 
 homeassistant.components.lastfm.const.LOGGER = logging.getLogger(__package__)
 
list homeassistant.components.lastfm.const.PLATFORMS = [Platform.SENSOR]
 
string homeassistant.components.lastfm.const.STATE_NOT_SCROBBLING = "Not Scrobbling"