39 lines
872 B
Plaintext
39 lines
872 B
Plaintext
# serializer version: 1
|
|
# name: test_static_attributes
|
|
ReadOnlyDict({
|
|
'aux_heat': 'off',
|
|
'current_humidity': 50,
|
|
'current_temperature': -6.7,
|
|
'fan_action': 'idle',
|
|
'fan_mode': 'auto',
|
|
'fan_modes': list([
|
|
'on',
|
|
'auto',
|
|
'diffuse',
|
|
]),
|
|
'friendly_name': 'device1',
|
|
'humidity': None,
|
|
'hvac_modes': list([
|
|
<HVACMode.OFF: 'off'>,
|
|
<HVACMode.HEAT_COOL: 'heat_cool'>,
|
|
<HVACMode.COOL: 'cool'>,
|
|
<HVACMode.HEAT: 'heat'>,
|
|
]),
|
|
'max_humidity': 99,
|
|
'max_temp': 1.7,
|
|
'min_humidity': 30,
|
|
'min_temp': -13.9,
|
|
'permanent_hold': False,
|
|
'preset_mode': None,
|
|
'preset_modes': list([
|
|
'none',
|
|
'away',
|
|
'Hold',
|
|
]),
|
|
'supported_features': <ClimateEntityFeature: 95>,
|
|
'target_temp_high': None,
|
|
'target_temp_low': None,
|
|
'temperature': None,
|
|
})
|
|
# ---
|