diff --git a/src/apps/plant.py b/src/apps/plant.py index d6b3647..0f268ad 100644 --- a/src/apps/plant.py +++ b/src/apps/plant.py @@ -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):