mirror of
https://github.com/esphome/esphome.git
synced 2026-05-11 14:49:06 +08:00
78bef42473
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
Stale / stale (push) Has been cancelled
Lock closed issues and PRs / lock (push) Has been cancelled
Publish Release / Initialize build (push) Has been cancelled
Publish Release / Build and publish to PyPi (push) Has been cancelled
Publish Release / Build ESPHome amd64 (push) Has been cancelled
Publish Release / Build ESPHome arm64 (push) Has been cancelled
Publish Release / Publish ESPHome docker to dockerhub (push) Has been cancelled
Publish Release / Publish ESPHome docker to ghcr (push) Has been cancelled
Publish Release / Publish ESPHome ha-addon to dockerhub (push) Has been cancelled
Publish Release / Publish ESPHome ha-addon to ghcr (push) Has been cancelled
Publish Release / deploy-ha-addon-repo (push) Has been cancelled
Publish Release / deploy-esphome-schema (push) Has been cancelled
Publish Release / version-notifier (push) Has been cancelled
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
34 lines
938 B
YAML
34 lines
938 B
YAML
sensor:
|
|
- platform: sps30
|
|
i2c_id: i2c_bus
|
|
pm_1_0:
|
|
name: Workshop PM <1µm Weight concentration
|
|
id: workshop_PM_1_0
|
|
pm_2_5:
|
|
name: Workshop PM <2.5µm Weight concentration
|
|
id: workshop_PM_2_5
|
|
pm_4_0:
|
|
name: Workshop PM <4µm Weight concentration
|
|
id: workshop_PM_4_0
|
|
pm_10_0:
|
|
name: Workshop PM <10µm Weight concentration
|
|
id: workshop_PM_10_0
|
|
pmc_0_5:
|
|
name: Workshop PM <0.5µm Number concentration
|
|
id: workshop_PMC_0_5
|
|
pmc_1_0:
|
|
name: Workshop PM <1µm Number concentration
|
|
id: workshop_PMC_1_0
|
|
pmc_2_5:
|
|
name: Workshop PM <2.5µm Number concentration
|
|
id: workshop_PMC_2_5
|
|
pmc_4_0:
|
|
name: Workshop PM <4µm Number concentration
|
|
id: workshop_PMC_4_0
|
|
pmc_10_0:
|
|
name: Workshop PM <10µm Number concentration
|
|
id: workshop_PMC_10_0
|
|
address: 0x69
|
|
update_interval: 10s
|
|
idle_interval: 5min
|