Files
home-assistant-ecocito/custom_components/ecocito/manifest.json
Xavier Morel 893043e4ce feat: grab all collection events in 1 call and dispatch in several sensors after
It becomes a bit of a mess with a lot of dynamically named sensors, and possibly a lot of empty ones.
It adds a bit of a burden on the user to clean-up the mess. :/
2025-04-04 18:07:03 +02:00

17 lines
467 B
JSON

{
"domain": "ecocito",
"name": "ecocito",
"codeowners": ["@rclsilver"],
"config_flow": true,
"documentation": "https://github.com/rclsilver/home-assistant-ecocito",
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/rclsilver/home-assistant-ecocito/issues",
"loggers": ["custom_components.ecocito"],
"single_config_entry": true,
"version": "0.0.0",
"requirements": [
"unidecode>=1.3.8"
]
}