2025-01-09 15:23:18 +00:00
{
"name" : "PS5-MQTT" ,
"slug" : "ps5-mqtt" ,
"categories" : [
3
] ,
"date_created" : "2025-01-09" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 8645 ,
"documentation" : null ,
"website" : "https://github.com/FunkeyFlo/" ,
"logo" : "https://github.com/FunkeyFlo/ps5-mqtt/blob/main/add-ons/ps5-mqtt/logo.png?raw=true" ,
"description" : "Integrate your Sony Playstation 5 devices with Home Assistant using MQTT." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/ps5-mqtt.sh" ,
"resources" : {
"cpu" : 1 ,
2025-01-09 15:48:06 +00:00
"ram" : 512 ,
2025-01-09 15:23:18 +00:00
"hdd" : 3 ,
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "After installation, the MQTT endpoint must be configured. The configuration file is located within the LXC container at: `/opt/.config/ps5-mqtt/config.json`" ,
"type" : "info"
}
]
}