Namespaces | |
| api | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| sensor | |
Functions | |
| None | _async_migrate_device_identifiers (HomeAssistant hass, ConfigEntry config_entry, str|None old_unique_id) |
| dict[str, Any] | _migrate_entity_unique_id (er.RegistryEntry entity_entry) |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
| None | load_dnspython_rdata_classes () |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
The Minecraft Server integration.
|
private |
Migrate the device identifiers to the new format.
Definition at line 162 of file __init__.py.
|
private |
Migrate the unique ID of an entity to the new format.
Definition at line 198 of file __init__.py.
| bool homeassistant.components.minecraft_server.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Migrate old config entry to a new format.
Definition at line 89 of file __init__.py.
| bool homeassistant.components.minecraft_server.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Minecraft Server from a config entry.
Definition at line 42 of file __init__.py.
| bool homeassistant.components.minecraft_server.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload Minecraft Server config entry.
Definition at line 75 of file __init__.py.
| None homeassistant.components.minecraft_server.load_dnspython_rdata_classes | ( | ) |
Load dnspython rdata classes used by mcstatus.
Definition at line 35 of file __init__.py.
|
private |
Definition at line 32 of file __init__.py.
| list homeassistant.components.minecraft_server.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
Definition at line 30 of file __init__.py.