Skip to content
Snippets Groups Projects
Commit 5681fa8f authored by Jason Hu's avatar Jason Hu Committed by Aaron Bach
Browse files

Nest Thermostat has software version (#16275)

parent 867d17b0
No related branches found
No related tags found
No related merge requests found
...@@ -138,6 +138,7 @@ class NestThermostat(ClimateDevice): ...@@ -138,6 +138,7 @@ class NestThermostat(ClimateDevice):
'name': self.device.name_long, 'name': self.device.name_long,
'manufacturer': 'Nest Labs', 'manufacturer': 'Nest Labs',
'model': "Thermostat", 'model': "Thermostat",
'sw_version': self.device.software_version,
} }
@property @property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment