Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.local_file.util Namespace Reference

Functions

bool check_file_path_access (str file_path)
 

Detailed Description

Utils for local file.

Function Documentation

◆ check_file_path_access()

bool homeassistant.components.local_file.util.check_file_path_access ( str  file_path)
Check that filepath given is readable.

Definition at line 6 of file util.py.