Files
SmartIR/custom_components/infrarize/manifest.json
T

27 lines
616 B
JSON

{
"domain": "infrarize",
"name": "Infrarize",
"documentation": "https://github.com/kobimx/Infrarize",
"dependencies": [],
"codeowners": ["@kobimx"],
"requirements": ["aiofiles>=0.6.0"],
"homeassistant": "2025.5.0",
"version": "1.18.1",
"config_flow": true,
"iot_class": "assumed_state",
"updater": {
"version": "1.18.1",
"releaseNotes": "-- Implements new async_track_state_change_event",
"files": [
"__init__.py",
"climate.py",
"media_player.py",
"fan.py",
"light.py",
"controller.py",
"manifest.json",
"services.yaml"
]
}
}