mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
204 lines
3.3 KiB
JSON
204 lines
3.3 KiB
JSON
{
|
|
"binary_sensor": [
|
|
"battery",
|
|
"battery_charging",
|
|
"carbon_monoxide",
|
|
"cold",
|
|
"connectivity",
|
|
"door",
|
|
"garage_door",
|
|
"gas",
|
|
"heat",
|
|
"light",
|
|
"lock",
|
|
"moisture",
|
|
"motion",
|
|
"moving",
|
|
"occupancy",
|
|
"opening",
|
|
"plug",
|
|
"power",
|
|
"presence",
|
|
"problem",
|
|
"running",
|
|
"safety",
|
|
"smoke",
|
|
"sound",
|
|
"tamper",
|
|
"update",
|
|
"vibration",
|
|
"window"
|
|
],
|
|
"button": [
|
|
"identify",
|
|
"restart",
|
|
"update"
|
|
],
|
|
"cover": [
|
|
"awning",
|
|
"blind",
|
|
"curtain",
|
|
"damper",
|
|
"door",
|
|
"garage",
|
|
"gate",
|
|
"shade",
|
|
"shutter",
|
|
"window"
|
|
],
|
|
"event": [
|
|
"button",
|
|
"doorbell",
|
|
"motion"
|
|
],
|
|
"humidifier": [
|
|
"dehumidifier",
|
|
"humidifier"
|
|
],
|
|
"infrared": [
|
|
"emitter",
|
|
"receiver"
|
|
],
|
|
"media_player": [
|
|
"projector",
|
|
"receiver",
|
|
"speaker",
|
|
"tv"
|
|
],
|
|
"number": [
|
|
"absolute_humidity",
|
|
"apparent_power",
|
|
"aqi",
|
|
"area",
|
|
"atmospheric_pressure",
|
|
"battery",
|
|
"blood_glucose_concentration",
|
|
"carbon_dioxide",
|
|
"carbon_monoxide",
|
|
"conductivity",
|
|
"current",
|
|
"data_rate",
|
|
"data_size",
|
|
"distance",
|
|
"duration",
|
|
"energy",
|
|
"energy_distance",
|
|
"energy_storage",
|
|
"frequency",
|
|
"gas",
|
|
"humidity",
|
|
"illuminance",
|
|
"irradiance",
|
|
"moisture",
|
|
"monetary",
|
|
"nitrogen_dioxide",
|
|
"nitrogen_monoxide",
|
|
"nitrous_oxide",
|
|
"ozone",
|
|
"ph",
|
|
"pm1",
|
|
"pm10",
|
|
"pm25",
|
|
"pm4",
|
|
"power",
|
|
"power_factor",
|
|
"precipitation",
|
|
"precipitation_intensity",
|
|
"pressure",
|
|
"radon",
|
|
"reactive_energy",
|
|
"reactive_power",
|
|
"signal_strength",
|
|
"sound_pressure",
|
|
"speed",
|
|
"sulphur_dioxide",
|
|
"temperature",
|
|
"temperature_delta",
|
|
"volatile_organic_compounds",
|
|
"volatile_organic_compounds_parts",
|
|
"voltage",
|
|
"volume",
|
|
"volume_flow_rate",
|
|
"volume_storage",
|
|
"water",
|
|
"weight",
|
|
"wind_direction",
|
|
"wind_speed"
|
|
],
|
|
"sensor": [
|
|
"absolute_humidity",
|
|
"apparent_power",
|
|
"aqi",
|
|
"area",
|
|
"atmospheric_pressure",
|
|
"battery",
|
|
"blood_glucose_concentration",
|
|
"carbon_dioxide",
|
|
"carbon_monoxide",
|
|
"conductivity",
|
|
"current",
|
|
"data_rate",
|
|
"data_size",
|
|
"date",
|
|
"distance",
|
|
"duration",
|
|
"energy",
|
|
"energy_distance",
|
|
"energy_storage",
|
|
"enum",
|
|
"frequency",
|
|
"gas",
|
|
"humidity",
|
|
"illuminance",
|
|
"irradiance",
|
|
"moisture",
|
|
"monetary",
|
|
"nitrogen_dioxide",
|
|
"nitrogen_monoxide",
|
|
"nitrous_oxide",
|
|
"ozone",
|
|
"ph",
|
|
"pm1",
|
|
"pm10",
|
|
"pm25",
|
|
"pm4",
|
|
"power",
|
|
"power_factor",
|
|
"precipitation",
|
|
"precipitation_intensity",
|
|
"pressure",
|
|
"radon",
|
|
"reactive_energy",
|
|
"reactive_power",
|
|
"signal_strength",
|
|
"sound_pressure",
|
|
"speed",
|
|
"sulphur_dioxide",
|
|
"temperature",
|
|
"temperature_delta",
|
|
"timestamp",
|
|
"uptime",
|
|
"volatile_organic_compounds",
|
|
"volatile_organic_compounds_parts",
|
|
"voltage",
|
|
"volume",
|
|
"volume_flow_rate",
|
|
"volume_storage",
|
|
"water",
|
|
"weight",
|
|
"wind_direction",
|
|
"wind_speed"
|
|
],
|
|
"switch": [
|
|
"outlet",
|
|
"switch"
|
|
],
|
|
"update": [
|
|
"firmware"
|
|
],
|
|
"valve": [
|
|
"gas",
|
|
"water"
|
|
]
|
|
}
|