Add Logo (Image) for Ping-Only Device

It would be better to put that in your config.php:

$config['os']['roku'] = [
    'os'   => 'roku',
    'text' => 'Roku',
    'type' => 'network',
    'icon' => 'roku',
];
1 Like