Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.foursquare.FoursquarePushReceiver
 

Namespaces

 homeassistant.components.foursquare
 

Functions

bool homeassistant.components.foursquare.setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.foursquare._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.foursquare.CHECKIN_SERVICE_SCHEMA
 
string homeassistant.components.foursquare.CONF_PUSH_SECRET = "push_secret"
 
 homeassistant.components.foursquare.CONFIG_SCHEMA
 
string homeassistant.components.foursquare.DOMAIN = "foursquare"
 
string homeassistant.components.foursquare.EVENT_CHECKIN = "foursquare.checkin"
 
string homeassistant.components.foursquare.EVENT_PUSH = "foursquare.push"
 
string homeassistant.components.foursquare.SERVICE_CHECKIN = "checkin"