Home Assistant: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Home Assistant") |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
Home Assistant | Home Assistant | ||
<syntaxhighlight lang="php"> | |||
<?php | |||
//put your PHP code here ... | |||
echo "Hello World!"; | |||
?> | |||
</syntaxhighlight> |
Revision as of 06:58, 6 December 2024
Home Assistant
<?php
//put your PHP code here ...
echo "Hello World!";
?>