Files
SmartIR/custom_components/smartir/manifest.json
T
2026-05-29 11:46:44 +02:00

25 lines
567 B
JSON

{
"domain": "smartir",
"name": "SmartIR",
"documentation": "https://github.com/smartHomeHub/SmartIR",
"dependencies": [],
"codeowners": ["@smartHomeHub"],
"requirements": ["aiofiles>=0.6.0"],
"homeassistant": "2025.5.0",
"version": "1.18.1",
"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"
]
}
}