Improve string formatting v9 (#34050)
* Improve string formatting v9 * Address review comments
This commit is contained in:
parent
5aca16ef01
commit
b2af1de273
21 changed files with 47 additions and 72 deletions
|
@ -77,7 +77,7 @@ class PushBulletNotificationSensor(Entity):
|
|||
@property
|
||||
def name(self):
|
||||
"""Return the name of the sensor."""
|
||||
return "{} {}".format("Pushbullet", self._element)
|
||||
return f"Pushbullet {self._element}"
|
||||
|
||||
@property
|
||||
def state(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue