hass-core/homeassistant/components/iron_os/manifest.json
Mr. Bubbles 70df4ca461
Integration for IronOS (Pinecil V2) soldering irons (#120802)
* 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
2024-07-29 11:44:01 +02:00

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"]
}