I am trying to implement a way how to manually invoke a CO2 sensor calibration.
I found many posts covering this topic pointing me to very similar point:
“you could set up a HA service:”
api:
services:
- service: sensair_background_calibrate
then:
- senseair.background_calibration: sensair_s8
I am getting lost where does one (in 2024) set up a service? Perhaps the configuration or terminology changed?
I can navigate to Settings
→ Devices & services
and there I am facing options Integrations
, Devices
, Entities
, Helpers
.
Where do I look for Services?
I can find and edit configuration.yaml
or automations.yaml
but no (perhaps?) services.yaml
.
What did I miss? Thanks!