mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Change no fixtures comment in SmartThings (#139344)
This commit is contained in:
parent
e09b40c2bd
commit
9be8fd4eac
@ -64,7 +64,7 @@ class SmartThingsSensorEntityDescription(SensorEntityDescription):
|
|||||||
CAPABILITY_TO_SENSORS: dict[
|
CAPABILITY_TO_SENSORS: dict[
|
||||||
Capability, dict[Attribute, list[SmartThingsSensorEntityDescription]]
|
Capability, dict[Attribute, list[SmartThingsSensorEntityDescription]]
|
||||||
] = {
|
] = {
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.ACTIVITY_LIGHTING_MODE: {
|
Capability.ACTIVITY_LIGHTING_MODE: {
|
||||||
Attribute.LIGHTING_MODE: [
|
Attribute.LIGHTING_MODE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -126,7 +126,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.BODY_MASS_INDEX_MEASUREMENT: {
|
Capability.BODY_MASS_INDEX_MEASUREMENT: {
|
||||||
Attribute.BMI_MEASUREMENT: [
|
Attribute.BMI_MEASUREMENT: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -137,7 +137,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.BODY_WEIGHT_MEASUREMENT: {
|
Capability.BODY_WEIGHT_MEASUREMENT: {
|
||||||
Attribute.BODY_WEIGHT_MEASUREMENT: [
|
Attribute.BODY_WEIGHT_MEASUREMENT: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -149,7 +149,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.CARBON_DIOXIDE_MEASUREMENT: {
|
Capability.CARBON_DIOXIDE_MEASUREMENT: {
|
||||||
Attribute.CARBON_DIOXIDE: [
|
Attribute.CARBON_DIOXIDE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -160,7 +160,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.CARBON_MONOXIDE_DETECTOR: {
|
Capability.CARBON_MONOXIDE_DETECTOR: {
|
||||||
Attribute.CARBON_MONOXIDE: [
|
Attribute.CARBON_MONOXIDE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -169,7 +169,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.CARBON_MONOXIDE_MEASUREMENT: {
|
Capability.CARBON_MONOXIDE_MEASUREMENT: {
|
||||||
Attribute.CARBON_MONOXIDE_LEVEL: [
|
Attribute.CARBON_MONOXIDE_LEVEL: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -202,7 +202,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
# part of the proposed spec, no fixtures
|
# part of the proposed spec, Haven't seen at devices yet
|
||||||
Capability.DRYER_MODE: {
|
Capability.DRYER_MODE: {
|
||||||
Attribute.DRYER_MODE: [
|
Attribute.DRYER_MODE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -260,7 +260,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.EQUIVALENT_CARBON_DIOXIDE_MEASUREMENT: {
|
Capability.EQUIVALENT_CARBON_DIOXIDE_MEASUREMENT: {
|
||||||
Attribute.EQUIVALENT_CARBON_DIOXIDE_MEASUREMENT: [
|
Attribute.EQUIVALENT_CARBON_DIOXIDE_MEASUREMENT: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -272,7 +272,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.FORMALDEHYDE_MEASUREMENT: {
|
Capability.FORMALDEHYDE_MEASUREMENT: {
|
||||||
Attribute.FORMALDEHYDE_LEVEL: [
|
Attribute.FORMALDEHYDE_LEVEL: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -283,7 +283,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.GAS_METER: {
|
Capability.GAS_METER: {
|
||||||
Attribute.GAS_METER: [
|
Attribute.GAS_METER: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -317,7 +317,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.ILLUMINANCE_MEASUREMENT: {
|
Capability.ILLUMINANCE_MEASUREMENT: {
|
||||||
Attribute.ILLUMINANCE: [
|
Attribute.ILLUMINANCE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -328,7 +328,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.INFRARED_LEVEL: {
|
Capability.INFRARED_LEVEL: {
|
||||||
Attribute.INFRARED_LEVEL: [
|
Attribute.INFRARED_LEVEL: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -347,7 +347,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# part of the proposed spec, no fixtures
|
# part of the proposed spec, Haven't seen at devices yet
|
||||||
Capability.MEDIA_PLAYBACK_REPEAT: {
|
Capability.MEDIA_PLAYBACK_REPEAT: {
|
||||||
Attribute.PLAYBACK_REPEAT_MODE: [
|
Attribute.PLAYBACK_REPEAT_MODE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -356,7 +356,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# part of the proposed spec, no fixtures
|
# part of the proposed spec, Haven't seen at devices yet
|
||||||
Capability.MEDIA_PLAYBACK_SHUFFLE: {
|
Capability.MEDIA_PLAYBACK_SHUFFLE: {
|
||||||
Attribute.PLAYBACK_SHUFFLE: [
|
Attribute.PLAYBACK_SHUFFLE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -471,7 +471,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.POWER_SOURCE: {
|
Capability.POWER_SOURCE: {
|
||||||
Attribute.POWER_SOURCE: [
|
Attribute.POWER_SOURCE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -527,7 +527,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.SIGNAL_STRENGTH: {
|
Capability.SIGNAL_STRENGTH: {
|
||||||
Attribute.LQI: [
|
Attribute.LQI: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -546,7 +546,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.SMOKE_DETECTOR: {
|
Capability.SMOKE_DETECTOR: {
|
||||||
Attribute.SMOKE: [
|
Attribute.SMOKE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -581,7 +581,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.THERMOSTAT_FAN_MODE: {
|
Capability.THERMOSTAT_FAN_MODE: {
|
||||||
Attribute.THERMOSTAT_FAN_MODE: [
|
Attribute.THERMOSTAT_FAN_MODE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -592,7 +592,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.THERMOSTAT_HEATING_SETPOINT: {
|
Capability.THERMOSTAT_HEATING_SETPOINT: {
|
||||||
Attribute.HEATING_SETPOINT: [
|
Attribute.HEATING_SETPOINT: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -604,7 +604,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.THERMOSTAT_MODE: {
|
Capability.THERMOSTAT_MODE: {
|
||||||
Attribute.THERMOSTAT_MODE: [
|
Attribute.THERMOSTAT_MODE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -615,7 +615,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.THERMOSTAT_OPERATING_STATE: {
|
Capability.THERMOSTAT_OPERATING_STATE: {
|
||||||
Attribute.THERMOSTAT_OPERATING_STATE: [
|
Attribute.THERMOSTAT_OPERATING_STATE: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -672,7 +672,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.TVOC_MEASUREMENT: {
|
Capability.TVOC_MEASUREMENT: {
|
||||||
Attribute.TVOC_LEVEL: [
|
Attribute.TVOC_LEVEL: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
@ -683,7 +683,7 @@ CAPABILITY_TO_SENSORS: dict[
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
# no fixtures
|
# Haven't seen at devices yet
|
||||||
Capability.ULTRAVIOLET_INDEX: {
|
Capability.ULTRAVIOLET_INDEX: {
|
||||||
Attribute.ULTRAVIOLET_INDEX: [
|
Attribute.ULTRAVIOLET_INDEX: [
|
||||||
SmartThingsSensorEntityDescription(
|
SmartThingsSensorEntityDescription(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user