Change config entry title to Picnic (#102221)
This commit is contained in:
parent
43aaf78f7b
commit
a65ad37c8b
4 changed files with 3 additions and 5 deletions
|
@ -24,7 +24,6 @@ from homeassistant.helpers.update_coordinator import (
|
|||
from homeassistant.util import dt as dt_util
|
||||
|
||||
from .const import (
|
||||
ADDRESS,
|
||||
ATTRIBUTION,
|
||||
CONF_COORDINATOR,
|
||||
DOMAIN,
|
||||
|
@ -263,7 +262,6 @@ class PicnicSensor(SensorEntity, CoordinatorEntity):
|
|||
identifiers={(DOMAIN, cast(str, config_entry.unique_id))},
|
||||
manufacturer="Picnic",
|
||||
model=config_entry.unique_id,
|
||||
name=f"Picnic: {coordinator.data[ADDRESS]}",
|
||||
)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue