mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 22:37:21 +00:00
Prettier
This commit is contained in:
parent
8f5c9295d3
commit
246724c59e
@ -80,7 +80,7 @@ export const updateDeviceRegistryEntry = (
|
|||||||
export const removeConfigEntryFromDevice = (
|
export const removeConfigEntryFromDevice = (
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
deviceId: string,
|
deviceId: string,
|
||||||
configEntryId: string,
|
configEntryId: string
|
||||||
) =>
|
) =>
|
||||||
hass.callWS<DeviceRegistryEntry>({
|
hass.callWS<DeviceRegistryEntry>({
|
||||||
type: "config/device_registry/remove_config_entry",
|
type: "config/device_registry/remove_config_entry",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user