diff --git a/homeassistant/components/wled/models.py b/homeassistant/components/wled/models.py index 664bc309e33..c6f10daeff4 100644 --- a/homeassistant/components/wled/models.py +++ b/homeassistant/components/wled/models.py @@ -24,5 +24,6 @@ class WLEDEntity(CoordinatorEntity): manufacturer=self.coordinator.data.info.brand, model=self.coordinator.data.info.product, sw_version=str(self.coordinator.data.info.version), + hw_version=self.coordinator.data.info.architecture, configuration_url=f"http://{self.coordinator.wled.host}", )