Nest Thermostat has software version (#16275)

This commit is contained in:
Jason Hu 2018-08-29 12:00:40 -07:00 committed by Aaron Bach
parent 867d17b03d
commit 5681fa8f07

View File

@ -138,6 +138,7 @@ class NestThermostat(ClimateDevice):
'name': self.device.name_long,
'manufacturer': 'Nest Labs',
'model': "Thermostat",
'sw_version': self.device.software_version,
}
@property