Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.minecraft_server
 

Functions

None homeassistant.components.minecraft_server._async_migrate_device_identifiers (HomeAssistant hass, ConfigEntry config_entry, str|None old_unique_id)
 
dict[str, Any] homeassistant.components.minecraft_server._migrate_entity_unique_id (er.RegistryEntry entity_entry)
 
bool homeassistant.components.minecraft_server.async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool homeassistant.components.minecraft_server.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.minecraft_server.async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 
None homeassistant.components.minecraft_server.load_dnspython_rdata_classes ()
 

Variables

 homeassistant.components.minecraft_server._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.minecraft_server.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]