diff --git a/mill_local/__init__.py b/mill_local/__init__.py index 1b3cf74..669e579 100644 --- a/mill_local/__init__.py +++ b/mill_local/__init__.py @@ -30,6 +30,11 @@ def name(self): """Return name.""" return self._status.get("name", "") + @property + def mac_address(self): + """Return mac address.""" + return self._status.get("mac_address") + async def set_target_temperature(self, target_temperature): """Set target temperature.""" payload = {