* Add Pinecil integration * Refactor with new library * Add tests for config flow, remove unused code * requested changes * update requirements * Move some sensor values to diagnostics, add tests for sensors * User service uuid in discovery * fix manufacturer name * Bump pynecil to version 0.2.0 * Rename integration to IronOS * Recreate snapshot * Update strings * type checking * Update snapshot * Add async_setup to coordinator * Show device id with serial number * Added missing boost to operation mode states * remove super call * Refactor * tests
17 lines
432 B
JSON
17 lines
432 B
JSON
{
|
|
"domain": "iron_os",
|
|
"name": "IronOS",
|
|
"bluetooth": [
|
|
{
|
|
"service_uuid": "9eae1000-9d0d-48c5-aa55-33e27f9bc533",
|
|
"connectable": true
|
|
}
|
|
],
|
|
"codeowners": ["@tr4nt0r"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/iron_os",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pynecil"],
|
|
"requirements": ["pynecil==0.2.0"]
|
|
}
|