mirror of
https://github.com/Crocmagnon/plant-badger.git
synced 2024-11-24 10:28:01 +01:00
Fix unit of measurement micro symbol
This commit is contained in:
parent
063ca7f8ab
commit
6239ee0bc9
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ class HAPlant:
|
|||
return (
|
||||
self.details.get(attribute, {})
|
||||
.get("attributes", {})
|
||||
.get(attribute_name, None)
|
||||
.get(attribute_name, "")
|
||||
.replace("µ", "u")
|
||||
)
|
||||
|
||||
def get_plant_status(self, attribute):
|
||||
|
|
Loading…
Reference in a new issue